diff options
Diffstat (limited to 'bb.1')
| -rw-r--r-- | bb.1 | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -7,6 +7,7 @@ bb \- A bitty browser for command line file management .B bb [\fI-d\fR] [\fI-s\fR] +[\fI-0\fR] [\fIdirectory\fR] .SH DESCRIPTION \fBbb\fR is a tiny TUI console application for browsing and managing files. @@ -17,6 +18,10 @@ Print the current directory on exit. .B \-s Print the selected files on exit. +.B \-s +If printing the selected files on exit, use NULL-terminated strings instead of +newline-separated. + .B directory Open to this directory. @@ -48,7 +53,7 @@ Begin browsing in /usr/local/ .TP .B -bb -s | xargs zip archive.zip +bb -s -0 | xargs -0 zip archive.zip Select some files to add to a zip archive. .TP |
