diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-09-30 15:46:24 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-09-30 15:46:24 -0700 |
| commit | 7a666d519556e9c7bf510d71565793978e7beba0 (patch) | |
| tree | de0fdab0d45729219e7ba40c0c325df050bd2e83 /README.md | |
| parent | e341f51dc62af41494a8618ad8e8c31632e93053 (diff) | |
Overhaul of how binding commands works. It's now all handled through
bbstartup.sh, which loads bindings.bb and parses it to
+bind:<keys>:<script> commands.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -16,6 +16,10 @@ No dependencies besides `make` and a C compiler, just: make sudo make install +To run `bb`, it's expected that you have some basic unix tools: +`basename`, `cat`, `cp`, `echo`, `find`, `grep`, `mkdir`, `more`, `mv`, +`printf`, `read`, `rm`, `sed`, `sh`, `sleep`, `touch`, `tput`, `tr`, `wait`. + ## Usage Run `bb` to launch the file browser. `bb` also has the flags: @@ -25,6 +29,8 @@ Run `bb` to launch the file browser. `bb` also has the flags: - `-s`: when `bb` exits successfully, print the files that were selected. - `-0`: use NULL-terminated strings instead of newline-separated strings with the `-s` flag. +- `-h`: print usage +- `-v`: print version Within `bb`, press `?` for a full list of available key bindings. In short: `h`/`j`/`k`/`l` or arrow keys for navigation, `q` to quit, `<space>` to toggle |
