Hacker News new | ask | show | jobs
by fragmede 119 days ago
My clone of cat(1) is called redpanda(no manual) that includes kitty terminal graphics protocol support so I can do `cat nyan.png` and the png rendered to the terminal I'm using (ghostty) instead of cat spewing a bunch of garbage.

https://github.com/fragmede/redpanda

1 comments

I just realized that you can run sudo apt install nyancat on Ubuntu. It even includes a man page.
Just to note, that's output using standard ANSI escapes and not kitty or sixel terminal graphics support.