aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-03Misc fixes and tweaksBruce Hill
2020-04-20Slightly optimized column rendering by using the sequence for movingBruce Hill
2020-04-13Simplified and cleaned up rendering logicBruce Hill
2020-04-10General code cleanup and removed some unnecessary imports.Bruce Hill
2020-04-09Minor tweak to support compiling with TCCBruce Hill
2020-04-09Version bump and documentation updates.Bruce Hill
2020-04-08Some overhaul and refactoring. bbstartup.sh and bindings.bb have beenBruce Hill
2020-03-01Fixed filesize column widthBruce Hill
2020-02-24Removed some unnecessary semicolons and cleaned up regex renameBruce Hill
2020-02-24Moved bbstartup into a script, renamed helper/ -> scripts/, and addedBruce Hill
2020-02-24Fixed some issues with invalid column handling.Bruce Hill
2020-02-24Cleanup of binding loading codeBruce Hill
2020-02-24Added a slightly hacky fix to make sure `bb` can be run from the localBruce Hill
2020-02-24Minor makefile cleanup.Bruce Hill
2020-02-24Don't close and reopen tty files when running scripts.Bruce Hill
2020-02-24Major update: instead of defining all the helper functions as staticBruce Hill
2020-02-23Removed unnecessary warning.Bruce Hill
2020-02-23Updated manpage version numbers.Bruce Hill
2020-02-23Added manpage for bbcmd and updated a bunch of the documenation.Bruce Hill
2020-02-23API tweaks and documentation updates.Bruce Hill
2020-02-23Cleaned up column rendering logic, including adding a 'stretchy' optionBruce Hill
2020-02-23Fixed color issue with column separator after '*' columnBruce Hill
2020-02-23Fixing spacingBruce Hill
2020-02-23Moved importBruce Hill
2020-02-23Working version of pulling columns into their own file.Bruce Hill
2020-02-23Fixed selection issue.Bruce Hill
2020-02-23Fix for globbing into subdirectories (e.g. `bbcmd glob:"* */*"`)Bruce Hill
2020-02-22Fixed column separator widthBruce Hill
2020-02-22Initial working version using globbing.Bruce Hill
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