5308519842Cleanup, added FOREACH() macro, fixed some bugs with key bindings.Bruce Hill2021-07-29 00:23:32 -0700
783f127199Improved memory allocation/error checking helper functions. Also reworked stderr so that it prints to the console on exit.Bruce Hill2021-07-28 22:34:51 -0700
6a1522645eProper history functionality via cd:- and cd:+Bruce Hill2021-04-17 00:09:49 -0700
2c44abc2c4Deprecated "<selection>" in favor of a better system using symlinksBruce Hill2021-04-16 23:06:23 -0700
0597d77f3fBugfix for <selection> files having weird truncation issuesBruce Hill2021-04-16 22:15:21 -0700
86c5d0c150Stabilized randomization so it doesn't reshuffle when reloading the same dir (but it still will if the dir contents change)Bruce Hill2021-02-07 14:10:19 -0800
2755cbc869Fixed column widths for absolute timesBruce Hill2021-02-07 13:30:20 -0800
69bc783ff9Slightly optimized column rendering by using the sequence for moving column position instead of row,colBruce Hill2020-04-20 14:20:46 -0700
8eedc8b726Simplified and cleaned up rendering logicBruce Hill2020-04-13 19:54:14 -0700
8d1e5f8172General code cleanup and removed some unnecessary imports.Bruce Hill2020-04-10 00:12:57 -0700
5183cbd78fMinor tweak to support compiling with TCCBruce Hill2020-04-09 23:53:06 -0700
9114b41b98Version bump and documentation updates.Bruce Hill2020-04-09 00:08:26 -0700
e0a30fe02bSome overhaul and refactoring. bbstartup.sh and bindings.bb have been moved into scripts/bbstartup and scripts/bbbindkeys alongside the other scripts. Some minor bugs have been fixed as well, and a few bindings added.Bruce Hill2020-04-08 23:58:37 -0700
8b04d09c2dRemoved some unnecessary semicolons and cleaned up regex renameBruce Hill2020-02-24 04:11:07 -0800
88fd9c416bMoved bbstartup into a script, renamed helper/ -> scripts/, and added bbshutdown script. Also tweaked some of the precedence.Bruce Hill2020-02-24 03:39:44 -0800
304cbddf73Fixed some issues with invalid column handling.Bruce Hill2020-02-24 03:11:01 -0800
1dbece8b2eAdded a slightly hacky fix to make sure bb can be run from the local build directory and still have the helper scripts, bbstartup.sh, and the bindings work.Bruce Hill2020-02-24 02:57:12 -0800
327d65f7beDon't close and reopen tty files when running scripts.Bruce Hill2020-02-24 02:50:39 -0800
865092c656Major update: instead of defining all the helper functions as static 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.Bruce Hill2020-02-24 01:31:39 -0800
5569e926c1Added manpage for bbcmd and updated a bunch of the documenation.Bruce Hill2020-02-23 22:05:19 -0800
99a7f917c3API tweaks and documentation updates.Bruce Hill2020-02-23 20:22:19 -0800
8888c23cadCleaned up column rendering logic, including adding a 'stretchy' option for columns to fill available space. Also fixed some coloring issues.Bruce Hill2020-02-23 19:48:24 -0800
2ab58f3d8cFixed color issue with column separator after '*' columnBruce Hill2020-02-23 18:13:33 -0800