Inspired by kyokomi/emoji
A command-line tool for searching Emoji. You can check the Emoji you want directly on your shell
without annoying web search. Emoji
is written in Go with support for multiple platforms.
Go (at least Go 1.12) required to build
-
Clone repository
$ git clone https://github.com/zajann/emoji.git # OR $ go get github.com/zajann/emoji
-
Build
$ go build
After build, you can see a binary file:
emoji
. I recommend you move theemoji
to your$PATH
to directly use it wherever you are. (eg. /usr/local/bin, $HOME/bin)
-
Basic
$ emoji apple
-
Multi Keywords
You can query with multiple keywords.
$ emoji apple banana kiwi
-
Random
Use
-r
option to get Emoji randomly (default outputs: 10)$ emoji -r
-
Random on number
Yon can query on number with
-r
option to get more or less.$ emoji -r 20
- Full Demo