Search for Gitm:stuck_out_tongue_winking_eye:jis using Alfred.
- Download the latest version
- Install the workflow by double-clicking the
.alfredworkflow
file - You can add the workflow to a category, then click "Import" to finish importing. You'll now see the workflow listed in the left sidebar of your Workflows preferences pane.
Just type gm
followed by your search query.
gm update
Either press ⌘Y
to Quick Look the result, or press <enter>
copy it to your clipboard.
- return (↵): Copy the code of the selected gitmoji (e.g.
:bug:
) directly to your front-most application. - option+return (⌥↵): Copy the symbol of the selected emoji) (e.g. "🐛") to your clipboard.
- ctrl+return (⌃↵): Copy the hexadecimal HTML Entity of the selected emoji) (e.g.
🐛
) to your clipboard. - shift+return (⇧↵): Copy the Python source of the selected emoji) (e.g.
u"\U0001F41B"
) to your clipboard. - shift+ctrl+return (⇧⌃↵): Copy the formal Unicode notation of the selected emoji) (e.g.
U+1F41B
) to your clipboard. - cmd+return (⌘↵): Copy the code of the selected emoji (e.g.
:bug:
) to your clipboard.
Kudos to leolabs/alfred-gitmoji for the initial inspiration.
The gitmoji index was built from carloscuesta/gitmoji. The displayed emoji images are from joypixels/emoji-assets. The lightning fast search is powered by Algolia using the same index as gimoji.dev.