From 7bb75b02136ce77359116b373856867957d5c5b4 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 15 Mar 2015 10:57:09 +0900 Subject: [PATCH] Update README --- README.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7cdb0de..e193715 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,22 @@ -fzf - Fuzzy finder for your shell +fzf - a command-line fuzzy finder ================================= -fzf is a general-purpose fuzzy finder for your shell. +fzf is a general-purpose command-line fuzzy finder. ![](https://raw.github.com/junegunn/i/master/fzf.gif) -It was heavily inspired by [ctrlp.vim](https://github.com/kien/ctrlp.vim) and -the likes. +Pros +---- + +- No dependency +- Blazingly fast + - e.g. `locate / | fzf` +- Flexible layout + - Runs in fullscreen or in horizontal/vertical split using tmux +- The most comprehensive feature set + - Try `fzf --help` and be surprised +- Batteries included + - Vim plugin, key bindings and fuzzy auto-completion Installation ------------