aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2020-02-23 22:05:19 -0800
committerBruce Hill <bruce@bruce-hill.com>2020-02-23 22:05:19 -0800
commit5569e926c15c26f1fcacce308fd9944e63173a1d (patch)
treebf1f522a77149d880dd9dfb52790013d85e0491c /README.md
parent99a7f917c3aad3cfa942af0ef47e41e2434086bb (diff)
Added manpage for bbcmd and updated a bunch of the documenation.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6224d95..d8de638 100644
--- a/README.md
+++ b/README.md
@@ -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