aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-11Fix for creating files/dirs with "--"Bruce Hill
2019-11-11Fixed `bb -- +dirname` not respecting `--` properlyBruce Hill
2019-11-11Refactored `bb +...` to `bbcmd ...` within bb bindings. This makesBruce Hill
2019-11-11Updated docs.Bruce Hill
2019-11-11Switched bindings to use `expr` instead of `grep` for openingBruce Hill
2019-11-11Cleanup/refactor to move keyboard input and scanning the command fileBruce Hill
2019-11-11Rearranged bb_browse() a little to include more of the setup work.Bruce Hill
2019-11-11Added error checksBruce Hill
2019-11-11Simplified "+help" binding by using a temp file and run_script()Bruce Hill
2019-11-11Made running_procs static.Bruce Hill
2019-11-09Removed the "or pause" behavior for failed scripts.Bruce Hill
2019-11-09Added 'select pattern' and 'unselect pattern' bindings and improvedBruce Hill
2019-11-08Fixed up loading/saving selectionsBruce Hill
2019-11-08Reverting `SH` changeBruce Hill
2019-11-08Cleaned up definitions for `pause` and `sh`Bruce Hill
2019-11-08Added query string to CONFIRM definition using `ask`Bruce Hill
2019-11-08Added better doc for unscrollBruce Hill
2019-11-08Cleanup of bb->selected (renamed from bb->firstselected) to ensure thatBruce Hill
2019-11-06Added printing to `ask1` commandBruce Hill
2019-11-06Better error handling/reportingBruce Hill
2019-11-04Added some messaging to replace the spinner's functionality and deletedBruce Hill
2019-11-04Fixed issue with deselecting deleted files not working becauseBruce Hill
2019-11-04Fixed extra spacing with multi-line confirms.Bruce Hill
2019-11-04Removed `spin` because the "eval" part of it was broken and it addsBruce Hill
2019-11-04Fixed shell scripting issue that had problems with "$((foo) | baz)" dueBruce Hill
2019-11-01Consolidated winwidth/winheight into winsize variable, which makesBruce Hill
2019-11-01Removed nprocs variable, as it was a potential source of errors if itBruce Hill
2019-11-01Version bumpBruce Hill
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