Sign inSign up

rayne/ecoji

By rayne

Updated over 7 years ago

Ecoji encodes data as 1024 emojis. It's like `base1024` with an emoji character set.

Image
0

285

rayne/ecoji repository overview

This repository provides the CLI for encoding and decoding streams and files. Visit github.com/Rayne/ecoji-php for more information.

Latest Stable Version Code Coverage Scrutinizer Code Quality License

  • Launch a temporary Docker container to use Ecoji's CLI:

    docker run -it --rm rayne/ecoji --help

  • Pipe data through a container:

    echo -n "Ecoji for Docker" | docker run -i --rm rayne/ecoji

  • Encode or decode a file by mounting it as volume or piping its content through a container:

    docker run -it --rm -v /my/message:/file rayne/ecoji /file

    cat /my/message | docker run -i --rm rayne/ecoji

Tag summary

Content type

Image

Digest

Size

17.2 MB

Last updated

over 7 years ago

docker pull rayne/ecoji