news.volyx.in

So you've installed `fzf` – now what? (andrew-quinn.me)

1102 points by hiAndrewQuinn · 1259 days ago · 285 comments on HN

Article summary

The article discusses the use of fzf, a command-line fuzzy finder, and provides examples of how to use it to improve productivity. It covers various use cases, such as searching for files, directories, and lines in files, and demonstrates how to integrate fzf with other tools like rg and vim. The article also touches on the importance of learning and mastering existing tools before moving on to new ones. By following the examples and tips provided, users can get the most out of fzf and enhance their command-line experience.

Main themes

  • fzf usage and examples
  • tool integration and customization
  • productivity and workflow
  • installation and configuration
  • command-line tools and navigation
  • learning and mastering existing tools

What commenters say

  • Some users had trouble getting fzf to work as expected after installing it via a package manager, and had to manually add key bindings to their shell configuration.
  • The use of fzf can greatly improve navigation and search speed, even for those who are accustomed to using file managers or other tools.
  • There are different ways to install and configure fzf, and some users prefer to use the install script provided by the developers, while others use package managers.
  • The integration of fzf with other tools, such as rg and vim, can be very powerful and useful, but may require some additional setup and configuration.
  • Some users appreciate the ability to customize and extend fzf, while others find the default configuration to be sufficient for their needs.
  • The article's suggestion to learn and master existing tools before moving on to new ones is a point of agreement among some users, who value the importance of understanding and utilizing the full potential of their current toolkit.