aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-07Fixed check for empty string in prefixes and stuffBruce Hill
2019-07-24Merge branch 'master' of bitbucket.org:spilt/bbBruce Hill
2019-07-24Replaced bashism "[[" with "test -n"Bruce Hill
2019-07-15Added preview imageBruce Hill
2019-07-15Added documentation for dmenu.Bruce Hill
2019-07-15Added dmenu support in makefileBruce Hill
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-30Removed some remnants of the 'select:*' API and executing files with theBruce Hill
2019-06-30Added some missing escape sequencesBruce 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-18Changed -std=gnu99 to -std=c99Bruce 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-15Silenced some error messages from `which`Bruce 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-15Added comment about /dev/ttyBruce Hill
2019-06-15Fixed some stuff with key bindings spamming stdoutBruce 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-15More robust/automatic handling of PICKERBruce 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-12Wrapped SPIN() around more of 'M' commandBruce Hill
2019-06-12Tweaked to allow setting optimization level more easilyBruce 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-11Reverted change to move cursor up 1 line with builtin pickBruce Hill
2019-06-10Show cursor after ctrl-cBruce Hill
2019-06-10Don't show '..' from '/'Bruce Hill
2019-06-10Adding infoBruce Hill
2019-06-10Make instructions in a blockBruce Hill