aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-03Removed some unnecessary +refreshes, no longer enable cursor by default,Bruce Hill
2019-10-03For +deselect, allow +deselect (no colon) to mean "deselect everything"Bruce Hill
2019-10-03Fix for empty files not getting detected properlyBruce Hill
2019-10-03Tidying upBruce Hill
2019-10-03Added +execute (for, e.g. `bb +e:"bb +goto:$(ls | pick "Go to file:Bruce Hill
2019-10-03Updated docs.Bruce Hill
2019-10-03Overhaul/cleanup of command line argument parsing. Now properly handlesBruce Hill
2019-10-03Appending '\0' to commandfile so subsequent writes don't get screwed up.Bruce Hill
2019-10-03Fix for deletion not working properly with <selection>Bruce Hill
2019-10-02Reordering startup commands and cleaning up piped in input.Bruce Hill
2019-10-02Fixed `ln` argument orderingBruce Hill
2019-10-02Removed unnecessary /dev/tty redirectBruce Hill
2019-10-02Restored binding for double left clicking a file.Bruce Hill
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