CLI tool to output emoji.
Inspired by pocke/emo.
The list of emoji can be found here (UnicodeのEmojiの一覧).
cargo install --git https://github.com/shinshin86/emors.git
Usage: emors [ all | select | random ]
Display all emoji list
$ emors all
Display the specified emoji
$ emors select <emoji name>
Display an emoji randamly
$ emors random
Display two emoji randamly
$ emors random 2
Display many emoji randamly
$ emors random 1000