This simple Alfred workflow lets you quick search and input gitmoji.
Download and open file using Alfred.
gitmoji List all gitmojis
gitmoji [keyword] Search gitmoji use keyword
After you hit Enter↩ the selected gitmoji will be inputted to front most app. And you can also use ⌘ + C to just copy selected gitmoji.
The workflow is configured via the configuration sheet ([𝒙]) in Alfred Preferences and via a couple of text files in its data directory.
Basic configuration is performed in the configuration sheet:
| Option | Value | Description |
|---|---|---|
GITMOJI_COPY_TYPE |
[code|emoji] | The output type of gitmoji, code will return pure text like :fire:, and emoji will return unicode emoji. |
