aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-21Added hotkey for pager ('p')Bruce Hill
2019-09-21Added support for CSI Ps P -> Delete keyBruce Hill
2019-09-21Fix for broken behavior in the help menu (hanging when reaching the end,Bruce Hill
2019-09-21Tweaks to how spinning and confirmation workBruce Hill
2019-09-15Improved confirmations and cleaned up the marks system a bit.Bruce Hill
2019-09-12Removed +bind functionality.Bruce Hill
2019-09-12Better handling for interrupts during markBruce Hill
2019-09-12Replaced marks system with something a little more elegant usingBruce Hill
2019-09-07When choosing sorting, immediately select method on first keystroke.Bruce Hill
2019-09-07Don't copy files if none are selected.Bruce Hill
2019-09-07Fixed mistake in `bb` function conditionalBruce Hill
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