ls
has exa. cat
has bat. I don't know of a direct alternative to rm
, but it also has rmtrash.
All of these can usually work as drop-in alias replacements, retaining usual function and options of their commands but also including additional options, better highlighting and formatting and better defaults.
I still use the much more portable builtins in scripts, but richer commands make day-to-day shell use much more comfortable.
Are there such alternatives to cp
and mv
?
The main feature that comes to mind is a progress bar, but another one would be a better overview of the action in interactive mode, and I'm sure there are many more potential improvements.
grep
hasripgrep
which works very fast. – paradroid Sep 20 '22 at 17:58