(no title)
ttgurney | 3 years ago
Some of them, I've found, don't work too well on the Linux framebuffer console, which is where I spend most of my time. They seem to be designed with 256-color terminals in mind.
I get the appeal, but small and simple stuff written in C, with very few dependencies, is more to my taste. I'm wondering if there are many others who feel similarly.
Thinking of moreutils[1] as a classic example that solves problems not easily solved by the standard POSIX tools, but in a very straightforward and non-flashy way.
kretaceous|3 years ago
For tools which require no output (autojumpers, entr, etc.), I prefer lightweight bash scripts or C programs.
Thanks for a reminder of moreutils! I'll definitely have to try vipe as that seems to fit some of my needs.