Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 352 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 352 Bytes

asciinum

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.