Show HN: Pipe stdin to a ANSI.SYS simulated display(github.com)
github.com
Show HN: Pipe stdin to a ANSI.SYS simulated display
https://github.com/andyherbert/ansiterm
1 comments
In Fish shell:
function cansi
cat $argv[1] | iconv --from-code cp437 --to-code utf8
end