Description

This is about this project https://github.com/junegunn/fzf. I find it incredibly useful.

There are installation steps for other scenarios on the Git repo.

The apt package of this project is very outdated, it's version 0.29 (devel) at the time of writing.

Steps
  1. Download the latest release from the git repo https://github.com/junegunn/fzf/releases
  2. Move the 'fzf' file from the downloaded archive into /usr/local/bin
    • This was the only file in the download when I downloaded 0.66.1.

  3. Add this to your ~/.bashrc file
    • eval "$(fzf --bash)"

      This sets up completions and replaces some keybinds, like CTRL - R. Its basically the whole setup. There are options that you can use when calling this.

  4. source ~/.bashrc
Notes
  • Please support the project if you can.