emojify

Convert text to emoji representations on the command line

brewmacoslinux
Try with needOr install directly
Source

About

Emoji on the command-line :scream:

Commands

emojify

Examples

Convert a simple text message to emojis$ emojify 'hello world'
Emojify text from a pipe input$ echo 'I love pizza' | emojify
Emojify a file and display the result$ emojify < myfile.txt