I am slowly oxidizing my unix CLI. A lot of people have made rust based versions of common unix utilities and some of them are REALLY good.
Like fd-find
for doing essentially find . -name blah
. And rg
(ripgrep) which does grep -R
but it's aware of git, files like pyc
or .bak
files, and it excludes them by default.
Now I have sd
which is hopefully replacing the last thing I used perl
for. I write perl -pi -e s/x/y/g
a lot. Just doing a quick string replace inside a file. So sd
can start doing that.
I'm also trying to get used to zellij
instead of tmux
and starship
for modern prompt decorations like the kids do.
These kids, my friends, are welcome on my lawn.
feld
in reply to Paco Hope #resist • • •