dematerializer / emoji-finder

Quickly find and copy emoji to the clipboard via the command-line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License

MIT

Development

Status

Travis Codecov

About

Quickly find and copy emoji to the clipboard via the command-line

License:Other


Languages

Language:JavaScript 100.0%