Show HN: Pipe stdin to a ANSI.SYS simulated display #1 Post by andy_herbert » Wed, Dec 22, 2021, 5:34 PM UTC Show HN: Pipe stdin to a ANSI.SYS simulated displaygithub.com
Re: Show HN: Pipe stdin to a ANSI.SYS simulated display #2 Post by NuSkooler » Wed, Dec 22, 2021, 8:47 PM UTC In Fish shell: function cansi cat $argv[1] | iconv --from-code cp437 --to-code utf8 end