aboutsummaryrefslogtreecommitdiff
path: root/bb.c
AgeCommit message (Expand)Author
2019-07-15Fix for potential buffer overflow.Bruce Hill
2019-07-12Added fallback for if binding has no description.Bruce Hill
2019-07-12Overhaul to use a shell function for internal commands instead of `bb`Bruce Hill
2019-06-19Fixed issue with extra '/' appearing in link pathsBruce Hill
2019-06-19Fix for Esc key causing hangBruce Hill
2019-06-19Removed unused importBruce Hill
2019-06-18Removed last traces of timeouts in bterm.hBruce Hill
2019-06-18Removed all the /dev/tty redirection and just dup2()'d it beforeBruce Hill
2019-06-18Fixed change that broke `bb -d` by clearing bb's path prematurely.Bruce Hill
2019-06-18Merge branch 'master' of bitbucket.org:spilt/bbBruce Hill
2019-06-17Merge branch 'master' of bitbucket.org:spilt/bbBruce Hill
2019-06-17Fixed onscreen off-by-one errorBruce Hill
2019-06-17Changing IO code to no longer use poll() in favor of just reading inputBruce Hill
2019-06-17Fix for term attrs getting messed up by Fish shellBruce Hill
2019-06-15Added commentBruce Hill
2019-06-15Fixed some path normalization errors with ".." and simplified theBruce Hill
2019-06-15Condensed selection code by converting select_entry()/deselect_entry()Bruce Hill
2019-06-15Cleaned up and deduplicated some of the path normalization code.Bruce Hill
2019-06-15Sorted function declarations alphabetically, got rid of clear_selectionBruce Hill
2019-06-15Allow piping in commands when launching bb (e.g. `printf '+sel:%s\0' * |Bruce Hill
2019-06-15Fix for normalizing paths better, particularly for places other thanBruce Hill
2019-06-15Version bump and added `+bind` docBruce Hill
2019-06-15Added $BBDOTFILES, and updated bindings to use it properly. Removed theBruce Hill
2019-06-15Added `+bind` command to allow for stuff like `bb +"b:\r:echo \$BBCURSOR && b...Bruce Hill
2019-06-15Fix for free-after-use caused by hardlinked files (reverting earlierBruce Hill
2019-06-15Fix for ALTSCREEN getting broken by CTRL-ZBruce Hill
2019-06-12Renamed command->script in more places to avoid confusion.Bruce Hill
2019-06-12Improved some names (process command/run script) and changed quit to useBruce Hill
2019-06-12Cleaned up commands a bit and changes 'P' from using grep for patternsBruce Hill
2019-06-12Switched some stuff to use $() instead of `` for better composing,Bruce Hill
2019-06-10Show cursor after ctrl-cBruce Hill
2019-06-10Don't show '..' from '/'Bruce Hill
2019-06-10Version bumpBruce Hill
2019-06-10Updated with some cleaner behavior for PICK and added SPIN. Also removedBruce Hill
2019-06-09Fix for being unable to deselect nonexistant filesBruce Hill
2019-06-06Fix for top level '/' dir edge casesBruce Hill
2019-06-06Bumped versionBruce Hill
2019-06-06Removed some unnecessary +refreshes and just set the dirty bit to 1Bruce Hill
2019-06-06Removed code for move cursor to position (unused)Bruce Hill
2019-06-06Fixed some wrap/cursor visibility issuesBruce Hill
2019-06-06Removed breadline() and switched to use `ask` when possible, defaultingBruce Hill
2019-06-04Fixed issue with navigating to parent not selecting previous directory.Bruce Hill
2019-06-04Fixed issue with non-NORMAL_TERM commands that set and reset alt screen,Bruce Hill
2019-06-04Cleaned up scrolling logicBruce Hill
2019-05-31Improved the randomization a bit, so the numbers are evenly distributedBruce Hill
2019-05-31Made links dim (-> foo) instead of just the arrowBruce Hill
2019-05-31Compacting the code, putting column names with widthsBruce Hill
2019-05-31Added "<selection>" virtual directory, added '-' mark for "lastBruce Hill
2019-05-31Moved colwidths to configBruce Hill
2019-05-31Got rid of +align command, and simplified column width logic (no moreBruce Hill