Skip to content

andrewhamon/encoji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Encoji

Encode data as emojis!

Install

go get github.com/andrewhamon/encoji

Usage

Encode stdin:

echo 'Hello, world!' | encoji
😜😅😎🙈😹😅🐞🙈😇😆🐶🐒😻🐮🐧🐨😇😙🐽🐳

Decode stdin using -d flag:

echo '😜😅😎🙈😹😅🐞🙈😇😆🐶🐒😻🐮🐧🐨😇😙🐽🐳 ' | encoji -d
Hello, world!

About

Encode data as emojis!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published