fzf

Command-line fuzzy finder — FZF_DEFAULT_OPTS & friends.

fzf.sh
 

How to use it

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