summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2014-11-01 13:46:24 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2014-11-01 14:49:05 +0900
commit76a3ef8c37bd6b853f79e022d6d4eae35f41d1ba (patch)
tree601c00a7394c4972d4bd60bf4b48409564adafd3 /README.md
parent6fd6fff3a65ec23cfd84d347d77648fde2b24ee9 (diff)
Add --with-nth option (#102)
Diffstat (limited to 'README.md')
-rw-r--r--README.md49
1 files changed, 25 insertions, 24 deletions
diff --git a/README.md b/README.md
index 679c8f19..0b528644 100644
--- a/README.md
+++ b/README.md
@@ -65,38 +65,39 @@ Usage
usage: fzf [options]
Search
- -x, --extended Extended-search mode
- -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 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)
+ -x, --extended Extended-search mode
+ -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 index expressions
+ for limiting search scope. Each can be a non-zero
+ integer or a range expression ([BEGIN]..[END])
+ --with-nth=N[,..] Transform the item using index expressions for search
+ -d, --delimiter=STR Field delimiter regex for --nth (default: AWK-style)
Search result
- -s, --sort=MAX Maximum number of matched items to sort (default: 1000)
- +s, --no-sort Do not sort the result. Keep the sequence unchanged.
+ -s, --sort=MAX Maximum number of matched items to sort (default: 1000)
+ +s, --no-sort Do not sort the result. Keep the sequence unchanged.
Interface
- -m, --multi Enable multi-select with tab/shift-tab
- --no-mouse Disable mouse
- +c, --no-color Disable colors
- +2, --no-256 Disable 256-color
- --black Use black background
- --reverse Reverse orientation
- --prompt=STR Input prompt (default: '> ')
+ -m, --multi Enable multi-select with tab/shift-tab
+ --no-mouse Disable mouse
+ +c, --no-color Disable colors
+ +2, --no-256 Disable 256-color
+ --black Use black background
+ --reverse Reverse orientation
+ --prompt=STR Input prompt (default: '> ')
Scripting
- -q, --query=STR Start the finder with the given query
- -1, --select-1 Automatically select the only match
- -0, --exit-0 Exit immediately when there's no match
- -f, --filter=STR Filter mode. Do not start interactive finder.
- --print-query Print query as the first line
+ -q, --query=STR Start the finder with the given query
+ -1, --select-1 Automatically select the only match
+ -0, --exit-0 Exit immediately when there's no match
+ -f, --filter=STR Filter mode. Do not start interactive finder.
+ --print-query Print query as the first line
Environment variables
- FZF_DEFAULT_COMMAND Default command to use when input is tty
- FZF_DEFAULT_OPTS Defaults options. (e.g. "-x -m --sort 10000")
+ FZF_DEFAULT_COMMAND Default command to use when input is tty
+ FZF_DEFAULT_OPTS Defaults options. (e.g. "-x -m --sort 10000")
```
fzf will launch curses-based finder, read the list from STDIN, and write the