aboutsummaryrefslogtreecommitdiff
path: root/bb.1
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-05-22 01:50:46 -0700
committerBruce Hill <bruce@bruce-hill.com>2019-05-22 01:50:46 -0700
commit3a2438dc081e624570a000e2e3c5617837ba0892 (patch)
treefe228675386196853b663764ab3281dd1454d34b /bb.1
parentf9eabe730dfadedf2a029dc584ea2f36b3339e60 (diff)
Better arg parsing and updated docs
Diffstat (limited to 'bb.1')
-rw-r--r--bb.17
1 files changed, 6 insertions, 1 deletions
diff --git a/bb.1 b/bb.1
index 10d09af..bbcef27 100644
--- a/bb.1
+++ b/bb.1
@@ -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