fzf
Command-line fuzzy finder — FZF_DEFAULT_OPTS & friends.
How to use it
- fzf has no config file — it reads environment variables.
- Add these lines to your shell rc (~/.zshrc, ~/.bashrc, or via fish set -gx).
- FZF_DEFAULT_COMMAND uses fd — install it (or change to rg/find) if needed.
- The preview lines use bat and tree; swap them for tools you have.