mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-18 05:53:49 -07:00
Update README
This commit is contained in:
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.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
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
|
||||||
------------
|
------------
|
||||||
|
Reference in New Issue
Block a user