11

What are your best CLI apps? Looking for the unknown gems!

Comments
  • 4
    cat 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.
  • 15
    fuck.

    no. srsly. it is called fuck.
  • 2
    bombardier. A quick http benchmarking tool. https://github.com/codesenberg/...
  • 0
    cBonsai makes a nice screensaver.
  • 2
    bat exa and other rust rewritings of the old unixes

    Every cli app comes with steroids.

    Besides that, Spotify Rui, mpg321
  • 1
    ncdu

    It's basically spaceniffer for linux servers. Saved the day (literally!) a couple of times.

    Screenshots: https://dev.yorhel.nl/ncdu/scr
  • 1
    @hack love that russian domain in their readme. "realworld example" lol
  • 3
    Bat. Try it and you will be pleased.
  • 0
    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 ....
  • 2
    I 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.
  • 1
    @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
  • 1
    @SoldierOfCode there's also a yq if you work with yaml
  • 0
    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!
  • 1
    bsdgames

    Especially the "wtf" executable from them
  • 0
  • 1
    Also https://cht.sh has a shell script which is very handy
  • 1
    @jonas-w wow! More like this, please
Add Comment