summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2016-09-18 04:52:47 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2016-09-19 01:15:38 +0900
commit37f43fbb35b819501fe4db7844d17231789c55cd (patch)
tree3ee39365325b942d703fd024c33f3d813748f4a0 /man
parent401a5fd5ff0e509a4ea56c9dba567e17be6c494f (diff)
Add --print0 option0.15.0
Related: #660
Diffstat (limited to 'man')
-rw-r--r--man/man1/fzf.16
1 files changed, 6 insertions, 0 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1
index 93882e3d..13feb37c 100644
--- a/man/man1/fzf.1
+++ b/man/man1/fzf.1
@@ -285,6 +285,12 @@ with the default enter key.
e.g. \fBfzf --expect=ctrl-v,ctrl-t,alt-s,f1,f2,~,@\fR
.RE
.TP
+.B "--read0"
+Read input delimited by ASCII NUL character instead of newline character
+.TP
+.B "--print0"
+Print output delimited by ASCII NUL character instead of newline character
+.TP
.B "--sync"
Synchronous search for multi-staged filtering. If specified, fzf will launch
ncurses finder only after the input stream is complete.