Ask HN: Do you still build terminal tools for fun?
7 FerkiHN 9 7/15/2025, 1:24:16 PM
Lately I’ve been exploring how far we can still push the terminal — both for fun and for practical tools.
I recently ended up writing a small utility that displays images inside the terminal using only ANSI color blocks. It’s not fancy, but it made me realize how flexible the terminal still is — even without GUI libraries or modern frameworks.
Just wondering: do others here still build CLI or terminal-based tools for side projects, retro use cases, or just for fun?
Would love to hear your favorite hacks or experiments.
Works on Linux, Windows, Termux etc. Demo folder shows some real renders.
GitHub: https://github.com/Ferki-git-creator/phono-in-terminal-image...
Many tools use simple coloring, like this (in Python):
print( red( ”Warning: xyz” ) )
No comments yet