summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2017-07-23 22:07:24 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2017-07-23 22:07:24 +0900
commit980b58ef5adad8d5d556ace537c68cb6f2189c7a (patch)
tree4e499f4d802b51f2e0f45c8fbeeb9a812038dfc9 /README.md
parenta2604c0963caf458fdd46fe0f83fcd2cc6388582 (diff)
Update README
Removed outdated animated GIF.
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md
index da4a0cc7..41aaf532 100644
--- a/README.md
+++ b/README.md
@@ -3,15 +3,19 @@
fzf is a general-purpose command-line fuzzy finder.
-![](https://raw.github.com/junegunn/i/master/fzf.gif)
+<img src="https://raw.githubusercontent.com/junegunn/i/master/fzf-preview.png" width=640>
+
+It's an interactive Unix filter for command-line that can be used with any
+list; files, command history, processes, hostnames, bookmarks, git commits,
+etc.
Pros
----
-- No dependencies
+- Portable, no dependencies
- Blazingly fast
- The most comprehensive feature set
-- Flexible layout using tmux panes
+- Flexible layout
- Batteries included
- Vim/Neovim plugin, key bindings and fuzzy auto-completion