Hacker News new | ask | show | jobs
by lillecarl 1471 days ago
I use rg, exa, bat, and zellij as my "rust replaced old stuff". Zellij isn't yet as polished as I'd like it, but it's way more intuitive than tmux.
3 comments

Oh god, is tmux considered “old stuff” now? I barely finished replacing my screens.
I actually started with screen, but I only used it for daemonising some foreground processes, I work in Zellij daily.
It happens to all of us. Did you know Interstellar came out eight years ago?
The names of these utilities are bad. I have literally no idea what any of them do. The same could be said for standard unix utilities, true, but they have 50+ years (in some cases) of brain bake in, and have the advantage of names that have _some_ relation to their function (ls : list files :: exa : “extract the list of files from a dirent?”)
At some point you have to accept that if you want to know something, you have to learn it. At one point, you didn't know grep, awk, sed, etc... And then you learned them.

Or you can just stick with the old tools if you prefer not learning a new thing - that's a perfectly valid option.

Does it really matter though? You can just alias them over the originals or something close-by.
Yes, you can do that. But that exasperates the system portability problem. The real solution is for some distro to, gasp, decide that POSIX compatibility can be done with utilities in /opt/posix (or something) and do widespread replacement by default. But that’ll never happen…
In your scripts you can use "/usr/bin/env cat" to get whichever version of cat is first in your PATH. NixOS abuses this to an almost silly level :)
Usually you have to install tmux on a remote machine anyway, so Zellij seems like a good one of these to try.
OpenBSD ships tmux in the base system. I would be very pleased if more systems did this.