Emojify ✨
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-cliyarn global install emojify-cli
I mainly created this to properly see Gitmoji emojis in git logs.
git log --color | emojify | less -rXF