diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2017-04-06 02:08:49 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2017-04-06 02:08:49 +0900 |
| commit | a50909e8067f5ef5a0aa2bb4637f033fe91df8b2 (patch) | |
| tree | 148130e2769b15995a46d6149b449be4b864d06f | |
| parent | 7c8f7d3f201b89c2e1fb1aca4b7289964469cba8 (diff) | |
| download | fzf-a50909e8067f5ef5a0aa2bb4637f033fe91df8b2.tar.gz | |
Correction: fzf no longer depends on ncurses
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -109,7 +109,7 @@ See [BUILD.md](BUILD.md). Usage ----- -fzf will launch curses-based finder, read the list from STDIN, and write the +fzf will launch interactive finder, read the list from STDIN, and write the selected item to STDOUT. ```sh |
