| Age | Commit message (Expand) | Author |
| 2019-11-11 | Fixed `bb -- +dirname` not respecting `--` properly | 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-11 | Added error checks | Bruce Hill |
| 2019-11-11 | Simplified "+help" binding by using a temp file and run_script() | Bruce Hill |
| 2019-11-11 | Made running_procs static. | Bruce Hill |
| 2019-11-09 | Removed the "or pause" behavior for failed scripts. | Bruce Hill |
| 2019-11-08 | Cleanup of bb->selected (renamed from bb->firstselected) to ensure that | Bruce Hill |
| 2019-11-06 | Better error handling/reporting | Bruce Hill |
| 2019-11-04 | Fixed issue with deselecting deleted files not working because | Bruce Hill |
| 2019-11-01 | Consolidated winwidth/winheight into winsize variable, which makes | Bruce Hill |
| 2019-11-01 | Removed nprocs variable, as it was a potential source of errors if it | Bruce Hill |
| 2019-11-01 | Removed `bb +execute:` as it was not used. | Bruce Hill |
| 2019-11-01 | Fix for improperly initialized variable. | Bruce Hill |
| 2019-11-01 | Oops, I guess it was needed after all. | Bruce Hill |
| 2019-11-01 | Removed unnnecessary variable | Bruce Hill |
| 2019-11-01 | Cleanup/overhaul of how symlinks are handled and how paths are parsed. | Bruce Hill |
| 2019-11-01 | Fix for errors that occur before initializing the terminal. | Bruce Hill |
| 2019-11-01 | Fixed "bb +." being broken. | Bruce Hill |
| 2019-11-01 | Moved `dirty` from being a bit on `bb` to being a global, which | Bruce Hill |
| 2019-10-30 | Better warning messages. | Bruce Hill |
| 2019-10-27 | Mostly finalized working version of better signal handling, including | Bruce Hill |
| 2019-10-13 | Removed (broken) code to escape newlines in output. If you care about | Bruce Hill |
| 2019-10-13 | More code cleanup and guards to check tty_in/out exist | Bruce Hill |
| 2019-10-13 | More code cleanup: consolidating cd_to() and populate_files() into just | Bruce Hill |
| 2019-10-13 | Slightly better warning message with + | Bruce Hill |
| 2019-10-13 | More code cleanup, including tweaking matches_cmd() to figure out if | Bruce Hill |
| 2019-10-13 | Code cleanup. | Bruce Hill |
| 2019-10-13 | Fixed max depth str length to be closer to actual range of lengths. | 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-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 |