| Age | Commit message (Expand) | Author |
| 2019-05-28 | Code cleanup, replaced fisher-yates shuffle with worse, but much simpler | Bruce Hill |
| 2019-05-28 | Tweaked some defaults and allowed cursor color to be combined with | Bruce Hill |
| 2019-05-28 | Some major refactoring including moving more stuff into bterm.h (renamed | Bruce Hill |
| 2019-05-28 | More cleanup of struct members, fixed some text wrapping issues that | Bruce Hill |
| 2019-05-27 | Cleaned up some redundant and poorly named fields | Bruce Hill |
| 2019-05-27 | Cleaned up the refcounting code a little bit with better naming | Bruce Hill |
| 2019-05-27 | Better column positioning, including centering and left-aligning when | Bruce Hill |
| 2019-05-27 | Bumped version | Bruce Hill |
| 2019-05-27 | Refactored the column spacing a bit and added more powerful options for | Bruce Hill |
| 2019-05-27 | Changed explore API to take a bb_t parameter. | Bruce Hill |
| 2019-05-27 | Some minor cleanup, enforcing "bb" as the name for the bb state, inlined | Bruce Hill |
| 2019-05-27 | Cleanup of a bunch of the terminal code | Bruce Hill |
| 2019-05-27 | Switched to use file pointers instead of file descriptors. | Bruce Hill |
| 2019-05-26 | Moved a bunch of the config options into the config file (colors, etc.) | Bruce Hill |
| 2019-05-26 | Fixed a bunch of alignment issues with unicode names and stuff, fixed | Bruce Hill |
| 2019-05-26 | Switched a bunch of stuff to use raw bb commands ("+move:+1" instead of | Bruce Hill |
| 2019-05-26 | Formatting cleanup and MAX_PATH -> PATH_MAX rename to use actual value | Bruce Hill |
| 2019-05-26 | Made some fixes after testing on linux, changed +mark syntax to use '=' | Bruce Hill |
| 2019-05-25 | Fixed text wrapping (now just truncates) | Bruce Hill |
| 2019-05-25 | Added version | Bruce Hill |
| 2019-05-25 | Added support for SHOW_CURSOR | Bruce Hill |
| 2019-05-25 | Updated docs and added some refresh consistency | Bruce Hill |
| 2019-05-25 | Default config wasn't keeping up. | Bruce Hill |
| 2019-05-25 | Some major refactoring, removed the tabs feature, added marks (much | Bruce Hill |
| 2019-05-25 | Lots of refactoring, including adding function stubs | Bruce Hill |
| 2019-05-24 | Added shuffle functionality, cleaned up and improved column drawing, and | Bruce Hill |
| 2019-05-24 | Fixed some stuff, including 'cd' | Bruce Hill |
| 2019-05-24 | Updated LOC in readme | Bruce Hill |
| 2019-05-24 | Refactored a bit, allowed cmds to use unique prefixes (e.g. 'q' instead | Bruce Hill |
| 2019-05-24 | Cleanup and refactoring. More robust handling of command files, and | Bruce Hill |
| 2019-05-23 | Fixed bug | Bruce Hill |
| 2019-05-23 | Lots of refactoring and cleanup | Bruce Hill |
| 2019-05-23 | Fixed an issue with leaking temp files | Bruce Hill |
| 2019-05-23 | Added flags for toggling columns, cleaned up a bit | Bruce Hill |
| 2019-05-23 | Added key binding tool (ctrl-h) to figure out what a binding is | Bruce Hill |
| 2019-05-23 | Properly handle window resizes | Bruce Hill |
| 2019-05-23 | Help menu overhaul and cleanup of config file | Bruce Hill |
| 2019-05-23 | Moved sorting to a command | Bruce Hill |
| 2019-05-23 | Moved more stuff over to bb commands, cleaned up scroll region stuff | Bruce Hill |
| 2019-05-23 | Working version of running (nearly) everything on bb IPC commands | Bruce Hill |
| 2019-05-22 | Added lazy redrawing using console scrolling | Bruce Hill |
| 2019-05-22 | Added polling for blocking key reads | Bruce Hill |
| 2019-05-22 | Removed some redundant exits | Bruce Hill |
| 2019-05-22 | Added 'e' for $EDITOR | Bruce Hill |
| 2019-05-22 | Fixed bug with number of arguments | Bruce Hill |
| 2019-05-22 | Updated readme | Bruce Hill |
| 2019-05-22 | Overhaul to use arguments instead of piping for commands | Bruce Hill |
| 2019-05-22 | Updating naming | Bruce Hill |
| 2019-05-22 | Added help/usage | Bruce Hill |
| 2019-05-22 | Removing dead code | Bruce Hill |