| Age | Commit message (Expand) | Author |
| 2019-09-21 | Removed redundant sorting option. | Bruce Hill |
| 2019-09-21 | Tweaked code for PICK() and the code that asks for 1 character of input | 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 bashism | Bruce Hill |
| 2019-09-21 | Added better support for custom asker/picker functionality and | Bruce Hill |
| 2019-09-21 | Consolidated new file/new dir and changed move to ctrl-v by default | Bruce Hill |
| 2019-09-21 | Some tweaks to how the help menu displays bindings and added BBSHELLFUNC | Bruce Hill |
| 2019-09-21 | Added backspace key for going to prev directory (instead of just '-') | Bruce Hill |
| 2019-09-21 | Added hotkey for pager ('p') | Bruce Hill |
| 2019-09-21 | Tweaks to how spinning and confirmation work | Bruce Hill |
| 2019-09-15 | Improved confirmations and cleaned up the marks system a bit. | Bruce Hill |
| 2019-09-12 | Removed +bind functionality. | Bruce Hill |
| 2019-09-12 | Better handling for interrupts during mark | Bruce Hill |
| 2019-09-12 | Replaced marks system with something a little more elegant using | Bruce Hill |
| 2019-09-07 | When choosing sorting, immediately select method on first keystroke. | Bruce Hill |
| 2019-09-07 | Don't copy files if none are selected. | Bruce Hill |
| 2019-07-12 | Overhaul to use a shell function for internal commands instead of `bb` | Bruce Hill |
| 2019-06-30 | Removed some remnants of the 'select:*' API and executing files with the | 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-15 | Added comment about /dev/tty | Bruce Hill |
| 2019-06-15 | Fixed some stuff with key bindings spamming stdout | 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 |
| 2019-06-12 | Renamed command->script in more places to avoid confusion. | Bruce Hill |
| 2019-06-12 | Wrapped SPIN() around more of 'M' command | Bruce Hill |
| 2019-06-12 | Cleaned up commands a bit and changes 'P' from using grep for patterns | Bruce Hill |
| 2019-06-12 | Switched some stuff to use $() instead of `` for better composing, | Bruce Hill |
| 2019-06-11 | Reverted change to move cursor up 1 line with builtin pick | Bruce Hill |
| 2019-06-10 | Simplified the make flags for fuzzy finding and asking. Cleaned up the | Bruce Hill |
| 2019-06-10 | Updated with some cleaner behavior for PICK and added SPIN. Also removed | Bruce Hill |
| 2019-06-09 | Better pausing and break points for commands | Bruce Hill |
| 2019-06-08 | Added -r flag for cp for copying dirs | Bruce Hill |
| 2019-06-06 | Removed some unnecessary +refreshes and just set the dirty bit to 1 | Bruce Hill |
| 2019-06-06 | Reworked a bunch of the config option stuff for picking files and user | Bruce Hill |
| 2019-06-06 | Removed QUOTE() and cleaned up some of the macros for FUZZY and ASK | Bruce Hill |
| 2019-06-06 | Removed breadline() and switched to use `ask` when possible, defaulting | Bruce Hill |
| 2019-05-31 | Improved the randomization a bit, so the numbers are evenly distributed | Bruce Hill |
| 2019-05-31 | Inlined PIPE_SELECTION_TO since it's only used once | Bruce Hill |
| 2019-05-31 | Switched ':' to use "sh" instead of "$SHELL" because not all shells take | Bruce Hill |
| 2019-05-31 | Compacting the code, putting column names with widths | Bruce Hill |
| 2019-05-31 | Added "<selection>" virtual directory, added '-' mark for "last | Bruce Hill |
| 2019-05-31 | Moved colwidths to config | Bruce Hill |
| 2019-05-31 | Got rid of +align command, and simplified column width logic (no more | Bruce Hill |
| 2019-05-31 | Simplifying interleave code and adding doc | Bruce Hill |
| 2019-05-31 | Moving interleave-dirs back from a full column to just a setting | Bruce Hill |
| 2019-05-31 | Cleaned up a lot of the cd logic, making path names better-standardized, | Bruce Hill |
| 2019-05-31 | Got everything working on linux | Bruce Hill |
| 2019-05-30 | Changing empty initializer | Bruce Hill |