From 95638573fc7ae25f146a1102d071a214fc52e987 Mon Sep 17 00:00:00 2001 From: "Shaun J. Clayton" Date: Sun, 3 Mar 2019 04:44:57 -0500 Subject: [PATCH] Added fzf (#205) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 25c0380..9e71871 100644 --- a/readme.md +++ b/readme.md @@ -332,6 +332,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [happyfinder](https://github.com/hugows/hf) - (another) Fuzzy file finder for the command line. - [find-up-cli](https://github.com/sindresorhus/find-up-cli) - Find a file by walking up parent directories. - [ripgrep](https://github.com/BurntSushi/ripgrep) - A line-oriented search tool that recursively searches your current directory for a regex pattern. +- [fzf](https://github.com/junegunn/fzf) - A general purpose command-line fuzzy finder, can be used with any list: files/directories, command history, processes, hostnames, bookmarks, git commits, etc. ## Version Control