| Age | Commit message (Expand) | Author |
| 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 |
| 2019-05-25 | Default config wasn't keeping up. | 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 'e' for $EDITOR | Bruce Hill |
| 2019-05-22 | Overhaul to use arguments instead of piping for commands | Bruce Hill |
| 2019-05-22 | In st style, moving config to default config file, which copies | Bruce Hill |