Getting Started
Prerequisites
Section titled “Prerequisites”- Bash — Interactive Bash shell
- fzf — Fuzzy finder
- fd — Fast file/directory search
- rg — Fast content search
- bat — File preview
- zoxide — Smart cd
Quick Install
Section titled “Quick Install”-
Run the install script:
Terminal window curl -fsSL https://raw.githubusercontent.com/mayknxyz/my-fzf/main/install.sh | bash -
Reload your shell:
Terminal window source ~/.bashrc -
Try your first command:
Terminal window fcf # find a file in current directory
Quick Examples
Section titled “Quick Examples”fcf # find file in cwdfrf # find file in repo rootfgn # open file from home in nvimfcg # grep in cwdfrfts # find TypeScript files in repofzf-help # browse all commandsWhat’s Next?
Section titled “What’s Next?”- Installation — Manual install, update, and uninstall
- Dependencies — Required and optional tools
- Naming Convention — Learn the command pattern
- Commands — Browse all 334 commands