diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-05-23 00:57:25 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-05-23 00:57:25 -0700 |
| commit | e080490d515f5b674e1eda2c7a2f3540ac771d14 (patch) | |
| tree | 6b469dc85eaa2d599776a21d109720331c98949d /bb.1 | |
| parent | 566ee2f27233e6ced70417b6ac0355c5c4c8b762 (diff) | |
Working version of running (nearly) everything on bb IPC commands
Diffstat (limited to 'bb.1')
| -rw-r--r-- | bb.1 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -8,6 +8,7 @@ bb \- A bitty browser for command line file management [\fI-d\fR] [\fI-s\fR] [\fI-0\fR] +[\fI-c commands... \fR] [\fIdirectory\fR] .SH DESCRIPTION \fBbb\fR is a tiny TUI console application for browsing and managing files. @@ -22,6 +23,10 @@ Print the selected files on exit. If printing the selected files on exit, use NULL-terminated strings instead of newline-separated. +.B \-c commands... +From within \fBbb\fR, running \fBbb -c ...\fR will execute an internal bb +command for modifying bb's state. + .B directory Open to this directory. |
