aboutsummaryrefslogtreecommitdiff
path: root/bb.1
AgeCommit message (Collapse)Author
2020-04-09Version bump and documentation updates.Bruce Hill
2020-02-24Moved bbstartup into a script, renamed helper/ -> scripts/, and addedBruce Hill
bbshutdown script. Also tweaked some of the precedence.
2020-02-24Major update: instead of defining all the helper functions as staticBruce Hill
C-strings prefixed to commands (modified by the Makefile), the helper functions are now standalone scripts in the helpers/ dir, which gets added to "$PATH" when running bb.
2020-02-23Updated manpage version numbers.Bruce Hill
2020-02-23Added manpage for bbcmd and updated a bunch of the documenation.Bruce Hill
2019-11-11More unambiguous and simple command line semantics (bb [options/cmds]Bruce Hill
[[--] path])
2019-10-03Updated docs.Bruce Hill
2019-07-12Overhaul to use a shell function for internal commands instead of `bb`Bruce Hill
itself, which lets bb work when not yet installed.
2019-05-30Updated some doc and removed the "-B" flag for full key binding infoBruce Hill
2019-05-23Help menu overhaul and cleanup of config fileBruce Hill
2019-05-23Working version of running (nearly) everything on bb IPC commandsBruce Hill
2019-05-22Better arg parsing and updated docsBruce Hill
2019-05-22Added manpageBruce Hill