| Age | Commit message (Expand) | Author |
| 2020-04-10 | General code cleanup and removed some unnecessary imports. | Bruce Hill |
| 2020-04-09 | Minor tweak to support compiling with TCC | Bruce Hill |
| 2020-04-08 | Some overhaul and refactoring. bbstartup.sh and bindings.bb have been | Bruce Hill |
| 2020-02-24 | Moved bbstartup into a script, renamed helper/ -> scripts/, and added | Bruce Hill |
| 2020-02-24 | Added a slightly hacky fix to make sure `bb` can be run from the local | Bruce Hill |
| 2020-02-24 | Major update: instead of defining all the helper functions as static | Bruce Hill |
| 2020-02-23 | API tweaks and documentation updates. | Bruce Hill |
| 2020-02-23 | Cleaned up column rendering logic, including adding a 'stretchy' option | Bruce Hill |
| 2020-02-23 | Moved import | Bruce Hill |
| 2020-02-23 | Working version of pulling columns into their own file. | Bruce Hill |
| 2020-02-23 | Fix for globbing into subdirectories (e.g. `bbcmd glob:"* */*"`) | Bruce Hill |
| 2020-02-22 | Initial working version using globbing. | Bruce Hill |
| 2020-02-18 | Bugfix for cursor position not being remembered correctly. | Bruce Hill |
| 2020-02-17 | Added xwindow title setting, and $HOME -> ~ in the bb path area. | Bruce Hill |
| 2020-02-07 | Added a scrollbar. | Bruce Hill |
| 2020-01-12 | Fixed memory leak. | Bruce Hill |
| 2020-01-12 | Updated to respect TMPDIR environment variable. | Bruce Hill |
| 2019-12-11 | Fix for mac support. | Bruce Hill |
| 2019-12-07 | Cleanup of how window resize events are handled. | Bruce Hill |
| 2019-11-24 | Minor version bump | Bruce Hill |
| 2019-11-24 | Bunch of minor pedantic cleanups to get rid of warnings and tidy up the | Bruce Hill |
| 2019-11-24 | Some speculative fixes/improvements for mac `read` command use. | Bruce Hill |
| 2019-11-11 | More unambiguous and simple command line semantics (bb [options/cmds] | Bruce Hill |
| 2019-11-11 | Refactored `bb +...` to `bbcmd ...` within bb bindings. This makes | Bruce Hill |
| 2019-11-11 | Cleanup/refactor to move keyboard input and scanning the command file | Bruce Hill |
| 2019-11-11 | Rearranged bb_browse() a little to include more of the setup work. | Bruce Hill |
| 2019-11-08 | Reverting `SH` change | Bruce Hill |
| 2019-11-08 | Cleaned up definitions for `pause` and `sh` | Bruce Hill |
| 2019-11-08 | Added better doc for unscroll | Bruce Hill |
| 2019-11-08 | Cleanup of bb->selected (renamed from bb->firstselected) to ensure that | Bruce Hill |
| 2019-11-06 | Added printing to `ask1` command | Bruce Hill |
| 2019-11-06 | Better error handling/reporting | Bruce Hill |
| 2019-11-04 | Removed `spin` because the "eval" part of it was broken and it adds | Bruce Hill |
| 2019-11-01 | Consolidated winwidth/winheight into winsize variable, which makes | Bruce Hill |
| 2019-11-01 | Version bump | Bruce Hill |
| 2019-11-01 | Cleanup/overhaul of how symlinks are handled and how paths are parsed. | Bruce Hill |
| 2019-11-01 | Minor version bump. | Bruce Hill |
| 2019-11-01 | Moved `dirty` from being a bit on `bb` to being a global, which | Bruce Hill |
| 2019-10-27 | Mostly finalized working version of better signal handling, including | Bruce Hill |
| 2019-10-13 | Minor version bump | Bruce Hill |
| 2019-10-13 | More code cleanup: consolidating cd_to() and populate_files() into just | Bruce Hill |
| 2019-10-13 | More code cleanup, including tweaking matches_cmd() to figure out if | Bruce Hill |
| 2019-10-13 | Deprecated support for piping commands in to bb at startup (undocumented). Us... | Bruce Hill |
| 2019-10-13 | Cleaned up the command parsing code a bit to be slightly more correct | Bruce Hill |
| 2019-10-12 | verhaul of terminal keypress handling and labeling to support more | Bruce Hill |
| 2019-10-11 | Use `tput cvvis` and `tput civis` for cursor visibility and fix for `>` | Bruce Hill |
| 2019-10-09 | Moved bbstartup search to a loop. | Bruce Hill |
| 2019-10-03 | Version bump | Bruce Hill |
| 2019-10-03 | Removed some unnecessary +refreshes, no longer enable cursor by default, | Bruce Hill |
| 2019-10-03 | Overhaul/cleanup of command line argument parsing. Now properly handles | Bruce Hill |