summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2014-06-14 00:26:55 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2014-06-14 00:27:34 +0900
commitf8e357fa19a35e664c684c7ed54095b3f6c76880 (patch)
treee455da35a969e2cc22ff08754c6b11f33a09f2e2 /README.md
parentc3a4e4cd237f9e31fc0b971b8b6d8a51efc9b59a (diff)
Extend --nth option to take ranges
As discussed in #55
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 75597f65..6254bfff 100644
--- a/README.md
+++ b/README.md
@@ -65,8 +65,9 @@ usage: fzf [options]
-e, --extended-exact Extended-search mode (exact match)
-i Case-insensitive match (default: smart-case match)
+i Case-sensitive match
- -n, --nth=[-]N[,..] Comma-separated list of field indexes for limiting
- search scope (positive or negative integers)
+ -n, --nth=N[,..] Comma-separated list of field index expressions
+ for limiting search scope. Each can be a non-zero
+ integer or a range expression ([BEGIN]..[END])
-d, --delimiter=STR Field delimiter regex for --nth (default: AWK-style)
Search result