Skip to content
This repository has been archived by the owner on Mar 16, 2020. It is now read-only.
/ emojify-cli Public archive

Command line tool to convert emojis in text from their shorthand code to 😀

License

Notifications You must be signed in to change notification settings

folke/emojify-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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-cli
yarn global install emojify-cli

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

git log --color | emojify | less -rXF