Hacker News new | ask | show | jobs
Show HN: Pipe stdin to a ANSI.SYS simulated display (github.com)
2 points by andy_herbert 1640 days ago
1 comments

In Fish shell: function cansi cat $argv[1] | iconv --from-code cp437 --to-code utf8 end