If you use cut (or awk or sed for cutting), try https://github.com/sstadick/hck
cut
awk
sed
If you use less or cat for source files, try https://github.com/sharkdp/bat
less
cat
If you can’t ever remember the syntax for xargs (sorry, don’t have a 2nd other program), try https://www.gnu.org/software/parallel/
xargs
If you’re using standard command like tools for munging CSVs (like cut, grep, sed, etc.), try https://github.com/BurntSushi/xsv
grep
If you use grep (or ag) try https://github.com/BurntSushi/ripgrep
ag
Each of these programs only improves quality of life a little, but they make doing simple things without leaving the shell so much easier.
If you use cut (or awk or sed for cutting), try perl. I have found it to be way more intuitive, powerful, and only a bit less concise.
perl
for ripgrep. This is my standard code analysis and config searching tool, I use it multiple times a day. Always feels like papercut when I work in a server with only grep
If you use
cut
(orawk
orsed
for cutting), try https://github.com/sstadick/hckIf you use
less
orcat
for source files, try https://github.com/sharkdp/batIf you can’t ever remember the syntax for
xargs
(sorry, don’t have a 2nd other program), try https://www.gnu.org/software/parallel/If you’re using standard command like tools for munging CSVs (like
cut
,grep
,sed
, etc.), try https://github.com/BurntSushi/xsvIf you use
grep
(orag
) try https://github.com/BurntSushi/ripgrepEach of these programs only improves quality of life a little, but they make doing simple things without leaving the shell so much easier.
If you use cut (or awk or sed for cutting), try
perl
. I have found it to be way more intuitive, powerful, and only a bit less concise.for ripgrep. This is my standard code analysis and config searching tool, I use it multiple times a day. Always feels like papercut when I work in a server with only grep