Recommendations for CLI tools

general tools

looking things up

  • cheat.sh
  • tealdeer
  • classic man pages, often so much nicer to read than web search results
    • ever tried nvim as manpage viewer? outline with gO, follow links, …
  • appending --help

git, diffs, ..

managing ENVs

  • direnv (mega für Environment-variablen die nur für zb ein Projekt sind)

checking things

running things

  • just use this instead of makeing your life hard: just

VMs, containers, remote servers

managing sessions / shells

for more specific tasks

wrangling with data

disk space

  • using python? use uv
  • need to simply encrypt a file? age
  • downlad a IMAP mailbox (e.g. as backup or to free up quoat) offlineimap3