Skip to content

Getting Started

  1. Run the install script:

    Terminal window
    curl -fsSL https://raw.githubusercontent.com/mayknxyz/my-fzf/main/install.sh | bash
  2. Reload your shell:

    Terminal window
    source ~/.bashrc
  3. Try your first command:

    Terminal window
    fcf # find a file in current directory
Terminal window
fcf # find file in cwd
frf # find file in repo root
fgn # open file from home in nvim
fcg # grep in cwd
frfts # find TypeScript files in repo
fzf-help # browse all commands