diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2020-02-23 22:05:19 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2020-02-23 22:05:19 -0800 |
| commit | 5569e926c15c26f1fcacce308fd9944e63173a1d (patch) | |
| tree | bf1f522a77149d880dd9dfb52790013d85e0491c /README.md | |
| parent | 99a7f917c3aad3cfa942af0ef47e41e2434086bb (diff) | |
Added manpage for bbcmd and updated a bunch of the documenation.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -41,6 +41,9 @@ command with the selected files in `$@`, and `|` to pipe the selected files to a command. Pressing `Ctrl-c` will cause `bb` to exit with a failure status and without printing anything. +More information about usage can also be found by running `man bb` after +installing. + ## bb's Philosophy The core idea behind `bb` is that `bb` is a file **browser**, not a file @@ -77,7 +80,7 @@ up an easy way to repeat some custom workflow). state. To do this, call `bbcmd <your command>` from within `bb`. For example, by default, `j` is bound to `bbcmd move:+1`, which has the effect of moving `bb`'s cursor down one item. More details about the API can be found in [the API -documentation](API.md). +documentation](API.md) or by running `man bbcmd` after installing. ## FAQ |
