| Age | Commit message (Expand) | Author |
| 2019-06-18 | Removed all the /dev/tty redirection and just dup2()'d it before | Bruce Hill |
| 2019-06-18 | Fixed change that broke `bb -d` by clearing bb's path prematurely. | Bruce Hill |
| 2019-06-18 | Merge branch 'master' of bitbucket.org:spilt/bb | Bruce Hill |
| 2019-06-17 | Merge branch 'master' of bitbucket.org:spilt/bb | Bruce Hill |
| 2019-06-17 | Fixed onscreen off-by-one error | Bruce Hill |
| 2019-06-17 | Changing IO code to no longer use poll() in favor of just reading input | Bruce Hill |
| 2019-06-17 | Fix for term attrs getting messed up by Fish shell | Bruce Hill |
| 2019-06-15 | Added comment | Bruce Hill |
| 2019-06-15 | Fixed some path normalization errors with ".." and simplified the | Bruce Hill |
| 2019-06-15 | Condensed selection code by converting select_entry()/deselect_entry() | Bruce Hill |
| 2019-06-15 | Cleaned up and deduplicated some of the path normalization code. | Bruce Hill |
| 2019-06-15 | Sorted function declarations alphabetically, got rid of clear_selection | Bruce Hill |
| 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 |