Tools of the trade: fzf
In the second post of this series, let’s talk about fzf. What is fzf? In its simplest form, fzf is a fuzzy finder. It lets you search through files, folders, any line-based text using a simple fuzzy and/or regex backed system. On-demand, fzf can also be super fancy. Why do I use it? Because fzf is a search tool, you can use it to find files and folders. My most common use-case for it is a simple bash function that goes like this:...