aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-18Bugfix for cursor position not being remembered correctly.Bruce Hill
2020-02-18Fix for `cp` not being able to overwrite `bb` binary duringBruce Hill
2020-02-17Added xwindow title setting, and $HOME -> ~ in the bb path area.Bruce Hill
2020-02-07Added a scrollbar.Bruce Hill
2020-01-12Fixed memory leak.Bruce Hill
2020-01-12Updated to respect TMPDIR environment variable.Bruce Hill
2019-12-11Fix for mac support.Bruce Hill
2019-12-07Cleanup of how window resize events are handled.Bruce Hill
2019-11-25Updated `mkdir` syntax to make sure it works on macBruce Hill
2019-11-24Added Ctrl-L for '+refresh' to follow vim, etc.Bruce Hill
2019-11-24Minor version bumpBruce Hill
2019-11-24Bunch of minor pedantic cleanups to get rid of warnings and tidy up theBruce Hill
2019-11-24Some speculative fixes/improvements for mac `read` command use.Bruce Hill
2019-11-24Changed order of `make install` so that even if `bb` is open, theBruce Hill
2019-11-24sed change for compatibility with Mac's version of sed.Bruce Hill
2019-11-11More unambiguous and simple command line semantics (bb [options/cmds]Bruce Hill
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