Show HN: Pipe stdin to a ANSI.SYS simulated display

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