aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-01Removed `bb +execute:` as it was not used.Bruce Hill
2019-11-01Fix for improperly initialized variable.Bruce Hill
2019-11-01Oops, I guess it was needed after all.Bruce Hill
2019-11-01Removed unnnecessary variableBruce Hill
2019-11-01Cleanup/overhaul of how symlinks are handled and how paths are parsed.Bruce Hill
2019-11-01Fix for errors that occur before initializing the terminal.Bruce Hill
2019-11-01Fix for jump to mark bindingBruce Hill
2019-11-01Minor version bump.Bruce Hill
2019-11-01Fixed Ctrl-a syntax errorBruce Hill
2019-11-01Fixed "bb +." being broken.Bruce Hill
2019-11-01Added support for NULL-byte delimited picking, cleaned up some of theBruce Hill
2019-11-01Moved `dirty` from being a bit on `bb` to being a global, whichBruce Hill
2019-10-30Better warning messages.Bruce Hill
2019-10-27Mostly finalized working version of better signal handling, includingBruce Hill
2019-10-13Removed (broken) code to escape newlines in output. If you care aboutBruce Hill
2019-10-13More code cleanup and guards to check tty_in/out existBruce Hill
2019-10-13Minor version bumpBruce Hill
2019-10-13More code cleanup: consolidating cd_to() and populate_files() into justBruce Hill
2019-10-13Slightly better warning message with +Bruce Hill
2019-10-13More code cleanup, including tweaking matches_cmd() to figure out ifBruce Hill
2019-10-13Code cleanup.Bruce Hill
2019-10-13Fixed max depth str length to be closer to actual range of lengths.Bruce Hill
2019-10-13Deprecated support for piping commands in to bb at startup (undocumented). Us...Bruce Hill
2019-10-13Added support for shift-home and shift-end, as well as a default bindingBruce Hill
2019-10-13Cleaned up the command parsing code a bit to be slightly more correctBruce Hill
2019-10-12Renamed Super->Meta for correctness and demagicified a magic number.Bruce Hill
2019-10-12verhaul of terminal keypress handling and labeling to support moreBruce Hill
2019-10-11Use `tput cvvis` and `tput civis` for cursor visibility and fix for `>`Bruce Hill
2019-10-09Shortened loop to find bindings.Bruce Hill
2019-10-09Moved bbstartup search to a loop.Bruce Hill
2019-10-08Set default columns to what the startup commands were doing by default,Bruce Hill
2019-10-03Version bumpBruce Hill
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