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.