`fzf` is a LICENSE licensed [[Fuzzy Finder]] written in [[Go]]. - Website - Source - Documentation - AlternativeTo > QUOTE # Notability # Philosophy # Platform Support # Features # Tips ## Prioritize Filenames ```sh fzf --tiebreak=end --scheme=path ``` ## Fish Plugin ```cardlink url: https://github.com/PatrickF1/fzf.fish title: "GitHub - PatrickF1/fzf.fish: šŸ”šŸŸ Fzf plugin for Fish" description: "Augment your Fish command line with mnemonic key bindings to efficiently find what you need using fzf." host: github.com favicon: https://github.githubassets.com/favicons/favicon.svg image: https://opengraph.githubassets.com/59edf2bd8a1d13b28a26519eda4710cf26d7e694371f72205f69cfd8d07707a4/PatrickF1/fzf.fish ``` ## NeoVim Plugins ### Telescope The Telescope "fzf" plug does not actually using `fzf` on the backend, it uses a reimplementation of part of the algorithm, but is less configurable and doesn't seem to be as fast. ### fzf-lua Using the real `fzf`. Comes with more supported functions built in than Telescope, but is less shiny out of the box. - https://github.com/ibhagwan/fzf-lua # References - https://github.com/junegunn/fzf/pull/4192