direnv
CLILoad and unload environment variables depending on the current directory.
direnv allow .rsync
CLIFast, versatile file copy and sync tool for local and remote transfers.
rsync -avz --progress ./local/ user@host:/remote/path/+1 more matching recipetar
CLICreate, list, and extract .tar / .tar.gz archives. Preinstalled on macOS and Linux.
tar -czf out.tgz -C project .+1 more matching recipezip / unzip
CLICreate and extract .zip archives. Preinstalled on macOS and most Linux images.
zip -qr out.zip project+1 more matching recipezoxide
CLIA smarter cd command that learns your most used directories.
z projectname+1 more matching recipedust
CLIA more intuitive version of du in Rust.
dusteza
CLIA modern, maintained replacement for ls with color and Git support.
eza --tree --level 2helix
CLIA post-modern modal text editor built in Rust.
hx .lazygit
CLISimple terminal UI for git commands.
lazygit -p /path/to/repolsd
CLIThe next gen ls command with many pretty colors and cool icons.
lsd --tree --depth 2ncdu
CLINCurses disk usage analyzer with an interactive interface.
ncdu ~sed
CLIStream editor for filtering and transforming text.
grep -rl 'old' . | xargs perl -pi -e 's/old/new/g'tokei
CLICount lines of code across projects, by language.
tokei .watchexec
CLIExecutes commands in response to file modifications.
watchexec -w src/ -- pnpm testripgrep
CLIRecursively searches directories for a regex pattern, respecting .gitignore.