Skip to content

info

The curated CLI command reference for developers.

Stop googling the same commands. Bookmark this instead.


Sections

Section What's inside
CLI Power Tools Modern replacements for grep, find, cat, ls, and cd
Git Beyond the basics — rebase, bisect, worktrees, gh CLI
Docker Build, run, compose, prune — the commands you actually use
AI CLI Tools Claude Code, GitHub Copilot CLI, and other AI-assisted workflows
Shell & Productivity zsh, starship, tmux, and dotfile essentials
Networking & Security curl, ssh, openssl, and debugging network issues
Cloud CLI AWS, GCP, Azure, kubectl, and terraform quick reference
macOS Power User Homebrew, defaults write, system utilities
Package Managers winget, brew, scoop, nix, mise — cross-platform
Node.js & JS Toolchain npm, pnpm, bun, npx, tsx, and debugging

Quick Start

Install the tools that make everything else faster:

brew install ripgrep fd bat eza zoxide fzf jq
sudo apt install ripgrep fd-find bat fzf jq
# eza and zoxide via cargo or binary releases
cargo install eza zoxide
winget install BurntSushi.ripgrep sharkdp.fd sharkdp.bat eza-community.eza ajeetdsouza.zoxide junegunn.fzf jqlang.jq

Contributing

Found a better way? Missing a command you use daily? See the contributing guide.