Software Alternatives & Reviews
Table of contents
  1. Videos
  2. Social Mentions
  3. Comments

fzf

A command-line fuzzy finder written in Go subtitle

fzf Reviews and details

Screenshots and images

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

Badges

Promote fzf. You can add any of these badges on your website.
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.
  • 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 / 2 days 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 / 2 months 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 / 3 months 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 / 3 months 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 / 4 months 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 / 6 months 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 / 9 months 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 / 9 months 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: 9 months ago
  • 📑 GitHub Copilot playlist 🦥
    Better cli interop with GH Services witht he gh? Command (list PRs, list gists and fzf) :. - Source: dev.to / 10 months ago
  • Linux terminal user
    Fzf https://github.com/junegunn/fzf Terminal fuzzy search is a must have I can't live without. Source: 10 months ago
  • Top 5 ChatGPT use cases in AWS Solution Architecture role
    This solution as one minus, it's hard to build an zsh alias with it.. However we can use fzf here, and make it a bit easier. - Source: dev.to / 10 months ago
  • Ask HN: Dev productivity tools you would pay for
    You can pay for free software, but you don't need to. ohmyzsh: https://opencollective.com/ohmyzsh nvim: https://neovim.io/ supports donations via bitcoin, Open Collective, and GitHub Sponsors. fzf: https://github.com/junegunn/fzf supports donation via GitHub Sponsors, PayPal, and buy me a coffee. - Source: Hacker News / 11 months ago
  • Using AutoHotkey as a backend engine for PowerShell
    So thats how the real proffesionals do it, I come across Cli tools (though rarely) whom were pipe compatible with Powershel's commands right out of the box, For example, FZF but then most were not. I often wondered how they achieved that, Its been a long goal of mine to achieve this! Source: 11 months ago
  • Escape hatch xD
    Feeding them to fzf (fuzzy picker). Source: 11 months ago
  • Everything I Installed on My New Mac
    Bat is a modern replacement for cat with syntax highlighting and themes. I use it for a lot of things, but the coolest use of it that I have is to use it to preview files while fuzzy searching using fzf and opening that file in neovim. - Source: dev.to / 11 months ago
  • How do you navigate different projects?
    The results are piped to fzf-tmux (ships with fzf), where I can fuzzy search for one or more directories. Source: 11 months ago
  • Finder alternatives for performance?
    If you're comfortable in the terminal (it sounds like you are?) you might want to look into fzf. I work almost exclusively in terminal and fzf is the bee's knees. Source: 11 months ago
  • Question for linux terminal masters
    I installed fzf just to get a short list of most fitting entries from history when I Ctrl+R. Source: 11 months ago
  • Bash Menu
    I really like using something like fuzzy search for menus like these. Https://github.com/Cloudef/bemenu is pretty cool in that it works both in a terminal, X11 and on Wayland, so if you want to do something graphical later you can easily migrate. There's also fzf and skim, which work similarly but are only for the terminal. Source: 11 months ago
  • Fuzzy search for Astro using fzf and Preact
    On the command line, I have been using fzf - in combination with fd - for quite some time now. I use it to search for directories, previous commands in the shell history and other search/filter related tasks. Luckily, there is also FZF for JavaScript, which is an unofficial port of fzf for the browser. We will use this module to power our search. - Source: dev.to / 12 months ago

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

Suggest an article

Generic 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.