ansi to plain text converter
Here are some related projects
This code base is a translation/port of the ansi2txt.c code base from colorized-logs to Python3 and Bash.
This project came about because I liked the original ansi2txt's output but did not want to have to compile it or ship binaries around.
I ported ansi2txt.c → ansi2txt.py but then came across an environment without python so went ansi2txt.py → ansi2txt.sh.
To run tests, run the following command
bats ansi2txt.bats