Top
New
🌕
Show HN: Pipe stdin to a ANSI.SYS simulated display
by
andy_herbert
on 12/22/2021, 5:34:48 PM with
1
comment
by
NuSkooler
on 12/22/2021, 8:47:18 PM
In Fish shell: function cansi cat $argv[1] | iconv --from-code cp437 --to-code utf8 end
In Fish shell: function cansi cat $argv[1] | iconv --from-code cp437 --to-code utf8 end