LoginSignup
1
0

More than 5 years have passed since last update.

コマンドラインからEmojiを探す

Last updated at Posted at 2018-07-23

Gitのコミットメッセージを絵文字から始める

の記事をみてコマンドライン上からemojiを探せないと不便なので作ってみました

install

$ go get github.com/urfave/cli
$ go install github.com/fukumone/eji

使い方

キーワードから絵文字を探す

$ eji :smile:
# output 😄

絵文字からキーワードを探す

$ eji 😄
# output :smile:

絵文字の一覧

$ eji index
# あるいは eji i

出力される絵文字は以下から参照しています

ライブラリURL:https://github.com/fukumone/eji

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0