TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

2 pointsby andy_herbertover 3 years ago

1 comment

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