emoji-cli
provides input completion for emoji on the command line with an interactive filter. (a fish porting of b4b4r07/emoji-cli)
To insert emoji to the commandline, type ctrl-s(^s)
$ git commit -m "^s
With Fisherman
$ fisher Tosuke/emoji-cli
Variable | Remarks | Default |
---|---|---|
EMOJI_CLI_FILTER | the interactive filter commands list | fzy fzf peco percol |
EMOJI_CLI_KEYBIND | the key binding to start the completion | ^s(ctrl-s) |