A small CLI program that reads numbers from stdin & expresses them with ASCII characters.
You can install this program via cargo:
cargo install --git https://github.com/sseyren/asciinum.git
After installation, you can use it like this:
echo 123456 | asciinum
L7C
Use --help
to see help text for more information.