| Age | Commit message (Expand) | Author |
| 2019-10-12 | verhaul of terminal keypress handling and labeling to support more | Bruce Hill |
| 2019-10-08 | Set default columns to what the startup commands were doing by default, | Bruce Hill |
| 2019-10-03 | Removed some unnecessary +refreshes, no longer enable cursor by default, | Bruce Hill |
| 2019-10-03 | For +deselect, allow +deselect (no colon) to mean "deselect everything" | Bruce Hill |
| 2019-10-03 | Added +execute (for, e.g. `bb +e:"bb +goto:$(ls | pick "Go to file: | Bruce Hill |
| 2019-10-03 | Overhaul/cleanup of command line argument parsing. Now properly handles | Bruce Hill |
| 2019-10-02 | Reordering startup commands and cleaning up piped in input. | Bruce Hill |
| 2019-10-02 | Moved some variables out of global scope that weren't needed there. | Bruce Hill |
| 2019-10-02 | Default behavior for invalid bb commands is now to print an error | Bruce Hill |
| 2019-10-02 | Removed BB_QUIT | Bruce Hill |
| 2019-09-30 | Fixed an issue with /etc/bb instead of /etc/xdg/bb and moved the startup | Bruce Hill |
| 2019-09-30 | Updated comment. | Bruce Hill |
| 2019-09-30 | Moved config.h -> bb.h and did some cleanup, moving function | Bruce Hill |
| 2019-09-30 | Overhaul of how binding commands works. It's now all handled through | Bruce Hill |
| 2019-09-22 | Only toggle sort direction if it was the first sort and it was ~'d. | Bruce Hill |
| 2019-09-22 | Now $@ is *always* the selected files, even if there are none. Cleaned | Bruce Hill |
| 2019-09-21 | Changed sorting to support '~' meaning toggle current direction. | Bruce Hill |
| 2019-09-21 | Added support for default shell other than sh (e.g. dash, in case sh | Bruce Hill |
| 2019-09-21 | Fix for ctrl-z not restoring cursor visibility | Bruce Hill |
| 2019-09-21 | Version bump. | Bruce Hill |
| 2019-09-21 | Some tweaks to how the help menu displays bindings and added BBSHELLFUNC | Bruce Hill |
| 2019-09-21 | Fix for weird terminal behavior (e.g. not echoing user input for | Bruce Hill |
| 2019-09-21 | Fix for broken behavior in the help menu (hanging when reaching the end, | Bruce Hill |
| 2019-09-12 | Removed +bind functionality. | Bruce Hill |
| 2019-09-12 | Replaced marks system with something a little more elegant using | Bruce Hill |
| 2019-09-07 | Fixed mistake in `bb` function conditional | Bruce Hill |
| 2019-07-15 | Fix for potential buffer overflow. | Bruce Hill |
| 2019-07-12 | Added fallback for if binding has no description. | Bruce Hill |
| 2019-07-12 | Overhaul to use a shell function for internal commands instead of `bb` | Bruce Hill |
| 2019-06-19 | Fixed issue with extra '/' appearing in link paths | Bruce Hill |
| 2019-06-19 | Fix for Esc key causing hang | Bruce Hill |
| 2019-06-19 | Removed unused import | Bruce Hill |
| 2019-06-18 | Removed last traces of timeouts in bterm.h | Bruce Hill |
| 2019-06-18 | Removed all the /dev/tty redirection and just dup2()'d it before | Bruce Hill |
| 2019-06-18 | Fixed change that broke `bb -d` by clearing bb's path prematurely. | Bruce Hill |
| 2019-06-18 | Merge branch 'master' of bitbucket.org:spilt/bb | Bruce Hill |
| 2019-06-17 | Merge branch 'master' of bitbucket.org:spilt/bb | Bruce Hill |
| 2019-06-17 | Fixed onscreen off-by-one error | Bruce Hill |
| 2019-06-17 | Changing IO code to no longer use poll() in favor of just reading input | Bruce Hill |
| 2019-06-17 | Fix for term attrs getting messed up by Fish shell | Bruce Hill |
| 2019-06-15 | Added comment | Bruce Hill |
| 2019-06-15 | Fixed some path normalization errors with ".." and simplified the | Bruce Hill |
| 2019-06-15 | Condensed selection code by converting select_entry()/deselect_entry() | Bruce Hill |
| 2019-06-15 | Cleaned up and deduplicated some of the path normalization code. | Bruce Hill |
| 2019-06-15 | Sorted function declarations alphabetically, got rid of clear_selection | Bruce Hill |
| 2019-06-15 | Allow piping in commands when launching bb (e.g. `printf '+sel:%s\0' * | | Bruce Hill |
| 2019-06-15 | Fix for normalizing paths better, particularly for places other than | Bruce Hill |
| 2019-06-15 | Version bump and added `+bind` doc | Bruce Hill |
| 2019-06-15 | Added $BBDOTFILES, and updated bindings to use it properly. Removed the | Bruce Hill |
| 2019-06-15 | Added `+bind` command to allow for stuff like `bb +"b:\r:echo \$BBCURSOR && b... | Bruce Hill |