A few useful command line tools:

  • ag: clever file/line finding, like find and grep fused together
  • jq: json querying and pretty printing
  • gron: transform json to be more usefully grepped by encoding path through structure with each value (and back)
  • peco: interactive grepping; refine query and see results change in real time, and make a selection to send on down the pipe