fzy
terminal fuzzy finder picker
git clone https://9o.is/git/fzy.git
commit b5e1915aaa0cb425c0737b1968ed9947a977167a parent 3bfb39c86281feed639f5d5546727a33ec5d8b65 Author: John Hawthorn <john.hawthorn@gmail.com> Date: Mon, 16 May 2016 19:46:22 -0700 Document -q/--query in man page Diffstat:
| M | fzy.1 | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/fzy.1 b/fzy.1 @@ -33,6 +33,10 @@ Show the scores for each item. Use TTY instead of the default tty device (/dev/tty). . .TP +.BR \-q ", " \-\-query =\fIQUERY\fR +Use QUERY as the initial search query. +. +.TP .BR \-e ", " \-\-show-matches =\fIQUERY\fR Non-interactive mode. Print the matches in sorted order for QUERY to stdout. .