summaryrefslogtreecommitdiff
path: root/man/man1
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2025-02-22 22:14:49 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2025-02-22 22:14:49 +0900
commit1ca5f09d7bf2c021dc8f91bdef1637cbf5f4aebe (patch)
tree7f3b5b2500c958c02460e3b348d1648bb2becc49 /man/man1
parentd79902ae595db726fa644fd441f9bc5d2a733285 (diff)
downloadfzf-1ca5f09d7bf2c021dc8f91bdef1637cbf5f4aebe.tar.gz
Explain the difference of template from a single field index expression
Close #4272
Diffstat (limited to 'man/man1')
-rw-r--r--man/man1/fzf.17
1 files changed, 5 insertions, 2 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1
index 141ac1b4..a5715597 100644
--- a/man/man1/fzf.1
+++ b/man/man1/fzf.1
@@ -122,7 +122,8 @@ fields.
.BI "\-\-with\-nth=" "N[,..] or TEMPLATE"
Transform the presentation of each line using the field index expressions.
For advanced transformation, you can provide a template containing field index
-expressions in curly braces.
+expressions in curly braces. When you use a template, the trailing delimiter is
+stripped from each expression, giving you more control over the output.
.RS
e.g.
@@ -136,7 +137,9 @@ e.g.
.BI "\-\-accept\-nth=" "N[,..] or TEMPLATE"
Define which fields to print on accept. The last delimiter is stripped from the
output. For advanced transformation, you can provide a template containing
-field index expressions in curly braces.
+field index expressions in curly braces. When you use a template, the trailing
+delimiter is stripped from each expression, giving you more control over the
+output.
.RS
e.g.