ascii
Building
Fetch the source code and validate the SHA256 checksum:
sha256sum -c ascii.zip.sha256.txt
Run:
unzip ascii.zip -d ascii && cd ascii
cmake -H. && make
./ascii
Note
Code points above 0x7F
may not render in terminals with UTF-8 output enabled.
Try:
luit -encoding ISO-8859-1 ./ascii
Running ascii
in qterminal is highly recommended.