# BB's API In `bb`, all interaction (more or less) occurs through binding keypresses (and mouse events) to shell scripts. These shell scripts can perform external actions (like moving files around) or internal actions (like changing the directory `bb` is displaying). When a shell script runs, `bb` creates a temporary file, and scripts may write commands to this file to modify `bb`'s internal state. ## Helper Functions `bb` is bundled with some helper scripts for performing common tasks. These scripts are installed to `/etc/xdg/bb/`, which is added to `bb`'s `$PATH` environment variable at runtime. `~/.config/bb/` is also added to the `$PATH` with higher priority, so you can override any of these scripts by putting your own version there. - `bbstartup`: The script run when `bb` first launches. It calls `bbbindkeys` by default and sets up some configuration settings like which columns to display. - `bbbindkeys`: The script called by `bb` to create all of `bb`'s key bindings. It's currently very hacky, but it amounts to a bunch of calls to `bbcmd bind::