summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-03-15 10:57:09 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-03-15 10:57:09 +0900
commit7bb75b02136ce77359116b373856867957d5c5b4 (patch)
tree07bf6cc5b1815a1f6429ecbb36d3f9924b302bef /README.md
parentbc2e82efc13f4fb5ad714a7de98a24dfb74b36e9 (diff)
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 14 insertions, 4 deletions
diff --git a/README.md b/README.md
index 7cdb0de1..e193715b 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
------------