Skip to content

Rocco Meli's TIL

Today I Learned: this is a collection of things I've learned in my day-to-day work. It's a mix of code snippets, tricks, and tips that I've picked up over the years. Some might be ovious, but they are here as a quick reference. Others might be less obvious and more interesting.

Useful tools

Work

  • direnv: environment switcher
  • tmux: terminal multiplexer

Working with files

  • bat: cat clone
  • diff-so-fancy: diff enhancer
  • eza: ls clone
  • fzf: fuzzy finder
  • jq: command-line JSON processor
  • nnn: terminal file manager

Source control

  • git: distributed version control system
  • gh: GitHub CLI

Monitoring

  • duf: disk usage utility
  • btop: resource monitor