Software Alternatives, Accelerators & Startups
Table of contents
  1. Videos
  2. Social Mentions
  3. Comments

fzf

A command-line fuzzy finder written in Go.

fzf Reviews and details

Screenshots and images

  • fzf Landing page
    Landing page //
    2023-09-26

Features & Specs

  1. Speed

    fzf is highly optimized for speed, allowing users to find files, directories, and other items rapidly.

  2. Integrations

    It seamlessly integrates with various command-line tools and applications, enhancing productivity by providing quick access.

  3. Customization

    fzf offers extensive customization options for key bindings, appearance, and behavior, making it adaptable to user preferences.

  4. Cross-Platform Support

    It works on multiple operating systems including Linux, macOS, and Windows, ensuring a wide range of compatibility.

  5. Minimal Dependencies

    fzf requires minimal dependencies, making it easy to install and use without extensive overhead.

Badges

Promote fzf. You can add any of these badges on your website.

SaaSHub badge
Show embed code
SaaSHub badge
Show embed code

Videos

Vim universe. fzf - command line fuzzy finder

How I Work: fzf

fzf - Fuzzy Finder For Your Shell - Linux TUI

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about fzf and what they use it for.
  • Useful CLI tools
    Fzf is a command-line fuzzy finder that makes navigating through files, commands, and processes much easier. It's kind of like ctrl + P on vscode, but for your terminal. - Source: dev.to / 11 days ago
  • Trick to find commands in the terminal quickly
    Install "fzf" [0] and set it up to be used with control+r, there's no going back. You get as a bonus the chance to use fzf in a lot of other places :) I guess that more advance tool would be "atuin" [1], but it is too much for my use case. [0] https://github.com/junegunn/fzf. - Source: Hacker News / 3 months ago
  • Get a Git productivity boost with FZF
    FZF is a command line fuzzy finder. It's an incredibly powerful tool that you can use (at its simplest) to filter lists as you type. - Source: dev.to / 3 months ago
  • How to automate the launch of your terminal processes (fzf + tmux + teamocil)
    FZF (Fuzzy finder) is a command-line application that allows you to turn any list into an interactive menu with support for awesome fuzzy search, which you can read more about here. - Source: dev.to / 5 months ago
  • Fuzzy business: shadowing ssh
    So you'll need fzf installed for this example to do anything interesting. - Source: dev.to / 8 months ago
  • fzf + SSH Config Hosts
    Combining this with fzf, you can have a nice quick shortcut to quickly pick a server to connect to into. - Source: dev.to / 7 months ago
  • We need more zero config tools
    Fzf (https://github.com/junegunn/fzf) is really great. Very useful for providing a quick and easy user interface. For example, I use it to fuzzy find inside git branches to have an "improved checkout". I do that since at work branches are usually named "-", it's faster to search for the issue number. - Source: Hacker News / 7 months ago
  • Entering text in the terminal is complicated
    Fzf replacing my default ^R has been a godsend to me for remembering how to do things in the shell. https://github.com/junegunn/fzf. - Source: Hacker News / 10 months ago
  • Best Way to Open URLs in Your Terminal via Tmux
    We have the URLs in a variable. I had to figure out a cool way to select from them. It had to be quick and easy. My first thought was to use fzf because I already used it many times with tmux, but then I also stumbled up on tmux's display-menu which you can see in this post's thumbnail. - Source: dev.to / 10 months ago
  • I a Avid Vim User, Finally Migrated to Neovim! How does it work, what do I gain from it?
    Very often when you start customizing your Vim or Neovim, you install a plugin allowing you to display the tree structure in your editor. It's nice, it allows you to have a view of the structure, but moving from one file to another is slow. So, very quickly, we turn to Fuzzy-finder. And there, generally, we come back to life and we no longer want to leave our publisher. - Source: dev.to / 10 months ago
  • 9 tools, libraries and extensions our developer can't live without (and why)
    Fzf plugs into almost every alias I have including shell history, which allows me to operate in the CLI using 1-5 keystrokes instead of typing out extremely long commands. Here's a good tutorial of using FZF. - Source: dev.to / 11 months ago
  • Fzf advanced integration in Powershell
    If you want to integrate fzf with rg, fd, bat to fuzzy find files, directories or ripgrep the content of a file and preview using bat, but the fzf document only has commands for Linux shell (bash,...), and you want to achieve that on your Windows Machine using Powershell, this post may be for you. - Source: dev.to / 11 months ago
  • Ask HN: Any tool for managing large and variable command lines?
    I have removed limit for bash history lines and file size and am using https://github.com/junegunn/fzf for reverse-search. - Source: Hacker News / about 1 year ago
  • So You Think You Know Git – Git Tips and Tricks by Scott Chacon
    Those are the most used aliases in my gitconfig. "git fza" shows a list of modified/new files in an fzf window, and you can select each file with tab plus arrow keys. When you hit enter, those files are fed into "git add". Needs fzf: https://github.com/junegunn/fzf. - Source: Hacker News / about 1 year ago
  • Which command did you run 1731 days ago?
    > my history is so noisy I had to find another way The fzf search syntax can help, if you become familiar with it. It is also supported in atuin [2]. [1]: https://github.com/junegunn/fzf#search-syntax. - Source: Hacker News / over 1 year ago
  • Z – Jump Around
    You call it with `n` and get an interactive fuzzy search for your directories. If you do `n https://github.com/sharkdp/fd. - Source: Hacker News / over 1 year ago
  • Fish shell 3.7.0: last release branch before the full Rust rewrite
    I do find the history pager stuff interesting, but ultimately not of tremendous use for me. I rebound all my history search stuff to use fzf[1] (via a fish plugin for such[2]), and so haven't been aware of the issues [1] https://github.com/junegunn/fzf. - Source: Hacker News / over 1 year ago
  • ltag: A little CLI tool for tagged text searching
    The CLI search tool I use is fzf. Fzf takes in any text stream and spins up a TUI for you to fuzzy search through the text. I can pipe my tool's output to fzf and violà, I can now search by command and by tag! - Source: dev.to / over 1 year ago
  • Ask HN: Share a shell script you like
    Not necessarily a shell script, but fzf with bash keybindings improved my shell experience more than anything. https://github.com/junegunn/fzf#key-bindings-for-command-lin.... - Source: Hacker News / over 1 year ago
  • Top 10 CLI Tools for DevOps Teams
    Fzf is a fuzzy finder for the command line that is a great help in handling and navigating through data lists. It offers an intuitive user interface that allows you to quickly search, select and filter through various items, whether they're files, directories, command histories, or other text-based inputs. In addition, fzf has a real-time search function, a preview of file contents, and an auto-complete feature... - Source: dev.to / over 1 year ago
  • Any library for FZF style fuzzy string matching?
    The Fuzzy string matching libraries I've found on Nuget all seem to be "edit distance" algorithms. I'm after something more like the FZF tool's algorithm. Basically, matches at the start of words are boosted (among various other clever behaviours). Source: almost 2 years ago

Do you know an article comparing fzf to other products?
Suggest a link to a post with product alternatives.

Suggest an article

fzf discussion

Log in or Post with

This is an informative page about fzf. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.