Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
sariel85343ycat grep awk sed head tail jq tee
Anything that's not above is usually a combination of them.
If not, I usually build my own with whatever language is handy. -
bat exa and other rust rewritings of the old unixes
Every cli app comes with steroids.
Besides that, Spotify Rui, mpg321 -
ncdu
It's basically spaceniffer for linux servers. Saved the day (literally!) a couple of times.
Screenshots: https://dev.yorhel.nl/ncdu/scr -
sponge, ts both from moreutils.
cgdb if you want to debug on cli.
rename to rename multiple files at once.
gitstats
And of course the usual stuff: tmux, vim, tee, du, pstree, vimdiff, python, convert, column, git, df, lsblk, valgrind, ssh .... -
sariel85343yI just realized I forgot the best one.
xclip
Allows you to interact with your clipboard via cli. Extremely helpful when you're processing content from a browser or logs from a server you only have access to select and copy from. -
@sariel Yooooooo. I've never heard of jq, looked it up, looks really fucking helpful, thanks a lot dude! I discovered a gem today :D
-
My regular tools I use (that are uncommon) are
Tmux, k9s, jq, yq, bat, ranger, xclip, fzf, pyenv, nvm, and tig. I'm always looking to expand my repertoire though!
What are your best CLI apps? Looking for the unknown gems!
random