From 3a2438dc081e624570a000e2e3c5617837ba0892 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 22 May 2019 01:50:46 -0700 Subject: Better arg parsing and updated docs --- bb.1 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'bb.1') 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 -- cgit v1.2.3