Remix.run Logo
klez 3 hours ago

I once made a clone of cat(1), making sure not to include the -v option because it's considered harmful.

Seriously, though, why are you asking? Was there some breakthrough in biology recently that made it feasible and available?

Or are we actually talking about cat(1)?

derektank 3 hours ago | parent | next [-]

Commercial off the shelf animal cloning for pets and animal husbandry has been around for well over a decade at this point.

fragmede 3 hours ago | parent | prev [-]

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

user142 2 hours ago | parent [-]

I just realized that you can run sudo apt install nyancat on Ubuntu. It even includes a man page.

fragmede 2 hours ago | parent [-]

Just to note, that's output using standard ANSI escapes and not kitty or sixel terminal graphics support.