HACKER Q&A
📣 yarapavan

What modern tools should be standard part of a modern unixy distro?Why?


What modern tools should be standard part of a modern unixy distro?Why?


  👤 mtmail Accepted Answer ✓
https://github.com/kellyjonbrazil/jc which can parse output of various command-line tools into JSON. And jq (https://stedolan.github.io/jq/) of course.

👤 warrenm
I've been consistently surprised basic utilities (netstat, iostat, screen (or tmux), etc etc) are NOT by-default installed on servers with a 'vanilla' instal (ie not requiring an extra kickstart or autoyast)

👤 yarapavan
jq/fq - for working with json/binary formats

csvkit/miller - for working with csv, tsvs

rg/fzf - for search and fuzzy finding


👤 cristiioan
There are many tools like lsd, bat, fd and a few more.