| Age | Commit message (Expand) | Author |
| 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 |
| 2019-05-30 | Code cleanup | Bruce Hill |
| 2019-05-29 | Deleted CTRL_H functionality. | Bruce Hill |
| 2019-05-29 | Tweaked some default layout stuff, fixed some flushing issues with | Bruce Hill |
| 2019-05-29 | Removing +opts in favor of just having commands for each setting. Also | Bruce Hill |
| 2019-05-29 | Overhaul of sorting and columns, simplifying and unifying things a bit | Bruce Hill |
| 2019-05-29 | Cleanup of the rendering code, including making the selection column a | Bruce Hill |
| 2019-05-28 | Simplified the opts API a bit, cleaned up the code a little, added a | 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-27 | Better column positioning, including centering and left-aligning when | Bruce Hill |
| 2019-05-27 | Refactored the column spacing a bit and added more powerful options for | Bruce Hill |
| 2019-05-27 | Cleanup of a bunch of the terminal code | Bruce Hill |
| 2019-05-26 | Moved a bunch of the config options into the config file (colors, etc.) | Bruce Hill |
| 2019-05-26 | Switched a bunch of stuff to use raw bb commands ("+move:+1" instead of | Bruce Hill |
| 2019-05-26 | Made some fixes after testing on linux, changed +mark syntax to use '=' | Bruce Hill |
| 2019-05-25 | Updated docs and added some refresh consistency | Bruce Hill |