From charlesreid1

Nice article on CLI tools: https://remysharp.com/2018/08/23/cli-improved

bat

prettyping

htop (not crappy top!) - color coding, keyboard bindings

  • P = sort by cpu
  • M = sort by memory
  • F4 = filter process by string (filter)
  • Space = mark single process

diff-so-fancy - also ad the following to .gitconfig:

[pager]
       diff = diff-so-fancy | less --tabs=1,5 -RFX
       show = diff-so-fancy | less --tabs=1,5 -RFX