mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-12-23 03:19:01 +00:00
Update README
This commit is contained in:
parent
bc2e82efc1
commit
7bb75b0213
18
README.md
18
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)
|
![](https://raw.github.com/junegunn/i/master/fzf.gif)
|
||||||
|
|
||||||
It was heavily inspired by [ctrlp.vim](https://github.com/kien/ctrlp.vim) and
|
Pros
|
||||||
the likes.
|
----
|
||||||
|
|
||||||
|
- 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
|
Installation
|
||||||
------------
|
------------
|
||||||
|
Loading…
Reference in New Issue
Block a user