fzy
terminal fuzzy finder picker
git clone https://9o.is/git/fzy.git
commit 7ad2b689f3509312e3ba23686f441c368af1d2c6 parent e4b406ac53c47c004ac974994e5a6bc62cd8ee4f Author: John Hawthorn <john.hawthorn@gmail.com> Date: Thu, 11 Sep 2014 14:14:40 -0700 Fix help for --lines Diffstat:
| M | fzy.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fzy.c b/fzy.c @@ -226,7 +226,7 @@ void run(tty_t *tty){ static const char *usage_str = "" "USAGE: fzy [OPTION]...\n" -" -l, --lines Specify how many lines of results to show\n" +" -l, --lines=LINES Specify how many lines of results to show\n" " -e, --show-matches=QUERY output the sorted matches of QUERY\n" " -s, --show-scores show the scores of each match\n" " -h, --help display this help and exit\n"