1.0.4 • Published 4 years ago

emojify-cli v1.0.4

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

Emojify :sparkles:

Command line tool to convert emojis in text from :smile: to 😀

Usage: emojify [options] [text]

Options:
  -V, --version  output the version number
  -h, --help     output usage information

Install with npm or yarn

npm install -g emojify-cli
yarn global install emojify-cli

I mainly created this to properly see Gitmoji emojis in git logs.

git log --color | emojify | less -rXF