aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-02Moved some variables out of global scope that weren't needed there.Bruce Hill
2019-10-02Fixed 'Enter' key behavior (should work properly for mac again now)Bruce Hill
2019-10-02Default behavior for invalid bb commands is now to print an errorBruce Hill
2019-10-02Removed BB_QUITBruce Hill
2019-10-02Added fake binding to allow '#' to bind without being parsed as aBruce Hill
2019-10-02Fix for some messed up behavior for Escape key and for passing varargBruce Hill
2019-09-30Fixed some typos in the bindings.Bruce Hill
2019-09-30Moved duplicate names onto same line.Bruce Hill
2019-09-30Fixed an issue with /etc/bb instead of /etc/xdg/bb and moved the startupBruce Hill
2019-09-30Fix for `pause` having both bold+faint text instead of just faint.Bruce Hill
2019-09-30Updated comment.Bruce Hill
2019-09-30Moved config.h -> bb.h and did some cleanup, moving functionBruce Hill
2019-09-30Ditching the whole config.def.h paradigm in favor of just having aBruce Hill
2019-09-30Overhaul of how binding commands works. It's now all handled throughBruce Hill
2019-09-30Added reverse-lookup for name->key and switched to store names in anBruce Hill
2019-09-22Only toggle sort direction if it was the first sort and it was ~'d.Bruce Hill
2019-09-22Don't show '..' by defaultBruce Hill
2019-09-22Added 'i' binding for +interleaveBruce Hill
2019-09-22Centered the Size column label.Bruce Hill
2019-09-22Now $@ is *always* the selected files, even if there are none. CleanedBruce Hill
2019-09-22Per-ASK() history for `ask` using the __COUNTER__ macroBruce Hill
2019-09-22Removing remnants of ASKECHOBruce Hill
2019-09-21Removed redundant sorting option.Bruce Hill
2019-09-21Changed sorting to support '~' meaning toggle current direction.Bruce Hill
2019-09-21Tweaked code for PICK() and the code that asks for 1 character of inputBruce Hill
2019-09-21Added support for default shell other than sh (e.g. dash, in case shBruce Hill
2019-09-21Fix for bashismBruce Hill
2019-09-21Updated readmeBruce Hill
2019-09-21Added better support for custom asker/picker functionality andBruce Hill
2019-09-21Fix for ctrl-z not restoring cursor visibilityBruce Hill
2019-09-21Consolidated new file/new dir and changed move to ctrl-v by defaultBruce Hill
2019-09-21Version bump.Bruce Hill
2019-09-21Some tweaks to how the help menu displays bindings and added BBSHELLFUNCBruce Hill
2019-09-21Fix for weird terminal behavior (e.g. not echoing user input forBruce Hill
2019-09-21Added backspace key for going to prev directory (instead of just '-')Bruce Hill
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