mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-01 04:32:05 -07:00
Add -f (--filter) option (#15)
This commit adds --filter option so that fzf can be used as a simple unix filter instead of being an interactive fuzzy finder.
This commit is contained in:
@@ -55,6 +55,7 @@ usage: fzf [options]
|
||||
-m, --multi Enable multi-select
|
||||
-x, --extended Extended-search mode
|
||||
-q, --query=STR Initial query
|
||||
-f, --filter=STR Filter mode. Do not start interactive finder.
|
||||
-s, --sort=MAX Maximum number of matched items to sort (default: 1000)
|
||||
+s, --no-sort Do not sort the result. Keep the sequence unchanged.
|
||||
-i Case-insensitive match (default: smart-case match)
|
||||
|
Reference in New Issue
Block a user