| Age | Commit message (Expand) | Author |
| 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 |
| 2019-06-15 | Fix for free-after-use caused by hardlinked files (reverting earlier | Bruce Hill |
| 2019-06-15 | Fix for ALTSCREEN getting broken by CTRL-Z | Bruce Hill |
| 2019-06-12 | Renamed command->script in more places to avoid confusion. | Bruce Hill |
| 2019-06-12 | Improved some names (process command/run script) and changed quit to use | 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-10 | Show cursor after ctrl-c | Bruce Hill |
| 2019-06-10 | Don't show '..' from '/' | Bruce Hill |
| 2019-06-10 | Version bump | Bruce Hill |
| 2019-06-10 | Updated with some cleaner behavior for PICK and added SPIN. Also removed | Bruce Hill |
| 2019-06-09 | Fix for being unable to deselect nonexistant files | Bruce Hill |
| 2019-06-06 | Fix for top level '/' dir edge cases | Bruce Hill |
| 2019-06-06 | Bumped version | Bruce Hill |
| 2019-06-06 | Removed some unnecessary +refreshes and just set the dirty bit to 1 | Bruce Hill |
| 2019-06-06 | Removed code for move cursor to position (unused) | Bruce Hill |
| 2019-06-06 | Fixed some wrap/cursor visibility issues | Bruce Hill |
| 2019-06-06 | Removed breadline() and switched to use `ask` when possible, defaulting | Bruce Hill |
| 2019-06-04 | Fixed issue with navigating to parent not selecting previous directory. | Bruce Hill |
| 2019-06-04 | Fixed issue with non-NORMAL_TERM commands that set and reset alt screen, | Bruce Hill |
| 2019-06-04 | Cleaned up scrolling logic | Bruce Hill |
| 2019-05-31 | Improved the randomization a bit, so the numbers are evenly distributed | Bruce Hill |
| 2019-05-31 | Made links dim (-> foo) instead of just the arrow | 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 | Fixed some redraw dirty flag issues | 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 | Added a bit of extra spacing around columns | Bruce Hill |
| 2019-05-31 | Cleaned up some T_WRAP stuff | Bruce Hill |
| 2019-05-31 | Switched to use cfmakeraw() instead of manually setting a bunch of | Bruce Hill |
| 2019-05-31 | Fixed some stuff with alt screen and spurious output to stdout | Bruce Hill |
| 2019-05-31 | Version bump | Bruce Hill |
| 2019-05-31 | Cleaned up a lot of the cd logic, making path names better-standardized, | Bruce Hill |
| 2019-05-31 | Moved populating files before startup commands, so '+mark:0' works | Bruce Hill |
| 2019-05-31 | Fixed some memory errors, including a use-after-free. Simplified the | Bruce Hill |
| 2019-05-31 | Added permission flags for created bb cmdfile | Bruce Hill |
| 2019-05-31 | Fixed one more qsort argument issue | Bruce Hill |
| 2019-05-31 | Fixing some qsort_r arg problems | Bruce Hill |
| 2019-05-31 | Updating with more mac compatibility | Bruce Hill |
| 2019-05-31 | Got everything working on linux | Bruce Hill |
| 2019-05-30 | realloc() -> reallocf() to be extra safe | Bruce Hill |
| 2019-05-30 | Simplifying command control flow | Bruce Hill |
| 2019-05-30 | Cleaned up a bunch of stuff, including finding entries, a sorting bug, | Bruce Hill |