Usageยถ

  • Search all emoji about sparkle in a terminal:
$ emoji sparkle -a

Index  Emoji  Shortcodes        Description
  1    โ‡๏ธ    :sparkle:          Sparkle
  2    โœจ    :sparkles:         Sparkles
  3    ๐Ÿ’–    :sparkling_heart:  Sparkling Heart
  4    ๐Ÿพ                       Bottle with Popping Cork
  5    ๐ŸŒŸ    :star2:            Glowing Star
  6    ๐ŸŽ‡    :sparkler:         Sparkler
  7    ๐Ÿ—ก๏ธ                       Dagger
  8    ๐Ÿฅ‚                       Clinking Glasses
  9    ๐Ÿ’ซ    :dizzy:            Dizzy
  10   ๐Ÿ”ฎ    :crystal_ball:     Crystal Ball
  11   ๐Ÿ’Ž    :gem:              Gem Stone
  12   โญ    :star:             Star
  13   ๐ŸŒ     :stars:            Shooting Star
  • Get the first emoji of the searching results:
$ emoji sparkle

โ‡๏ธ
  • Get the nth emoji by index of the searching results:
$ emoji sparkle -i 2

โœจ
  • Splice emoji to a git commit message:
$ git commit -m "`emoji rocket` initial commit"
$ git commit -m "`emoji memo` update documnets ..."
$ git commit -m "`emoji bug` bug fix ..."
$ git commit -m "`emoji sparkles -i 2` new feature ..."
$ git commit -m "`emoji racehorse` performance ..."
$ git commit -m "`emoji bookmark` version tag ..."
$ git commit -m "`emoji hammer` refactor code ..."
$ git commit -m "`emoji beacon` tests ..."
$ git commit -m "`emoji shirt` style ..."
$ git commit -m "`emoji fire` removing code/files ..."
$ git commit -m "`emoji construction worker` ci ..."
$ git commit -m "`emoji wrench` build ..."
$ git commit -m "`emoji whale` docker ..."

๐Ÿš€ initial commit
๐Ÿ“ update documnets ...
๐Ÿ› bug fix ...
โœจ new feature ...
๐ŸŽ performance ...
๐Ÿ”– version tag ...
๐Ÿ”จ refactor code ...
๐Ÿšจ tests ...
๐Ÿ‘• style ...
๐Ÿ”ฅ removing code/files ...
๐Ÿ‘ท ci ...
๐Ÿ”ง build ...
๐Ÿ‹ docker ...
  • Get more usage by typing emoji โ€“help in your terminal:
$ emoji --help
Usage: emoji [OPTIONS] [KEYWORDS]...

  Search emoji by keywords.

Options:
  -a, --all            All emoji from the results.
  -c, --shortcodes     Return the emoji shortcodes instead of unicode.
  -i, --index INTEGER  The index th (1 is the 1st) emoji of the results.
  -l, --limit INTEGER  Emoji from limited number of the results.
  --help               Show this message and exit.