Implement smart-case match (#12)

This commit is contained in:
Junegunn Choi
2013-12-20 15:30:48 +09:00
parent b30f21e074
commit 159dd7f069
3 changed files with 61 additions and 10 deletions

View File

@@ -57,6 +57,7 @@ usage: fzf [options]
-q, --query=STR Initial query
-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)
+i Case-sensitive match
+c, --no-color Disable colors
```