emoji-finder
v1.3.1
Published
Quickly find and copy emoji to the clipboard via the command-line
Downloads
89
Maintainers
Readme
Emoji Finder
Quickly find and copy emoji to the clipboard via the command-line
- inspired by emoj
- interactive UI that allows for manually composing sequences of emoji that you can copy to the clipboard
- fuzzy, offline search supporting multiple input languages (currently English and German)
- based on unicode-emoji-data and unicode-emoji-annotations
- NEW: 🤖🎓 machine learning involved (use the experimental
--dango
flag)
Works best on Mac OS. Works great on Linux after installing Emoji One. Doesn't really work on Windows.
Usage
$ emoji-finder --help
Usage
$ emoji-finder [de|en]
Options
--dango Use dango (https://getdango.com/),
internet connectivity required,
sets input language to 'en'.
Run without arguments to use the input language set in
your environment (echo $LANG). Falls back to 'en' if
not available or not supported.
Install
npm install -g emoji-finder