Decode and display human-readable ANSI escape sequences
Human-readable ANSI sequences
sequin
$ sequin input.txt
$ echo -e '\033[31mRed text\033[0m' | sequin
$ sequin --raw output.log