Tool Tutorials¶
Quick links to official docs and YouTube learning resources.
Note: YouTube links below are search links so you can pick recent tutorials.
| Tool | What it is for | Official docs | YouTube |
|---|---|---|---|
GitHub CLI (gh) |
PRs/issues/auth from terminal | https://cli.github.com/manual/ | https://www.youtube.com/results?search_query=github+cli+tutorial |
bat |
Better cat with syntax highlighting |
https://github.com/sharkdp/bat | https://www.youtube.com/results?search_query=bat+command+tool+tutorial |
eza |
Better ls |
https://github.com/eza-community/eza | https://www.youtube.com/results?search_query=eza+command+line+tutorial |
ripgrep (rg) |
Fast code/text search | https://github.com/BurntSushi/ripgrep | https://www.youtube.com/results?search_query=ripgrep+tutorial |
fd |
Fast file finder | https://github.com/sharkdp/fd | https://www.youtube.com/results?search_query=fd+command+tool+tutorial |
fzf |
Fuzzy finder for history/files/branches | https://github.com/junegunn/fzf | https://www.youtube.com/results?search_query=fzf+tutorial |
zoxide |
Smart directory jumping | https://github.com/ajeetdsouza/zoxide | https://www.youtube.com/results?search_query=zoxide+tutorial |
tldr (tlrc) |
Example-based command help | https://github.com/tldr-pages/tlrc | https://www.youtube.com/results?search_query=tldr+command+tutorial |
HTTPie (http) |
Human-friendly API requests | https://httpie.io/docs/cli | https://www.youtube.com/results?search_query=httpie+tutorial |
jq |
JSON parsing and transforms | https://jqlang.org/manual/ | https://www.youtube.com/results?search_query=jq+tutorial |
git-delta (delta) |
Better git diffs | https://github.com/dandavison/delta | https://www.youtube.com/results?search_query=git+delta+tutorial |
nvm |
Node version management | https://github.com/nvm-sh/nvm | https://www.youtube.com/results?search_query=nvm+node+version+manager+tutorial |
pnpm |
Fast package manager for Node projects | https://pnpm.io/ | https://www.youtube.com/results?search_query=pnpm+tutorial |
starship |
Fast shell prompt | https://starship.rs/ | https://www.youtube.com/results?search_query=starship+prompt+tutorial |
VS Code (code) |
Editor + terminal CLI launcher | https://code.visualstudio.com/docs | https://www.youtube.com/results?search_query=vscode+tutorial |
| Ollama | Local model manager and inference server | https://ollama.com/ | https://www.youtube.com/results?search_query=ollama+tutorial |
llama.cpp (llama-cli) |
Local inference and benchmarking | https://github.com/ggml-org/llama.cpp | https://www.youtube.com/results?search_query=llama.cpp+tutorial |
| Docker | Containers for local dev services | https://docs.docker.com/ | https://www.youtube.com/results?search_query=docker+tutorial |
| Wispr Flow | Voice dictation / speech-to-text workflow | https://wisprflow.ai/ | https://www.youtube.com/results?search_query=wispr+flow+tutorial |