fzf
Easy — everyone uses thisGeneral Dev
ELI5 — The Vibe Check
fzf is a little Go program that adds fuzzy search to everything in your terminal. Press Ctrl+R to search your shell history by typing fragments of commands. Pipe any list into it and select items interactively. Combine with find or git and it becomes the best file navigator you've ever touched. Impossible to go back after.
Real Talk
undefined
When You'll Hear This
undefined
Related Terms
ripgrep
ripgrep (rg) does what grep does but much faster and smarter. It automatically skips node_modules, .git dirs, and anything in your .gitignore.
beginnerGeneral Dev
tmux
tmux lets you have multiple terminal windows inside one terminal, and — crucially — sessions survive if your SSH connection drops.
intermediateGeneral Dev
zsh
zsh is bash but with superpowers unlocked.
beginnerGeneral Dev