Y
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
NuSkooler
1640 days ago
In Fish shell: function cansi cat $argv[1] | iconv --from-code cp437 --to-code utf8 end
link