| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-02-24 | Moved bbstartup into a script, renamed helper/ -> scripts/, and added | Bruce Hill | |
| bbshutdown script. Also tweaked some of the precedence. | |||
| 2020-02-24 | Cleanup of binding loading code | Bruce Hill | |
| 2020-02-24 | Added a slightly hacky fix to make sure `bb` can be run from the local | Bruce Hill | |
| build directory and still have the helper scripts, bbstartup.sh, and the bindings work. | |||
| 2020-02-22 | Initial working version using globbing. | Bruce Hill | |
| 2019-11-24 | sed change for compatibility with Mac's version of sed. | Bruce Hill | |
| 2019-11-11 | Refactored `bb +...` to `bbcmd ...` within bb bindings. This makes | Bruce Hill | |
| things a lot less ambiguous. Also removed the default marks created in bbstartup.sh and ensured that `$XDG_DATA_HOME` and `$XDG_CONFIG_HOME` always get set as environment variables. | |||
| 2019-11-06 | Added printing to `ask1` command | Bruce Hill | |
| 2019-10-09 | Shortened loop to find bindings. | Bruce Hill | |
| 2019-10-08 | Set default columns to what the startup commands were doing by default, | Bruce Hill | |
| so that's no longer needed in the startup commands. | |||
| 2019-10-03 | Appending '\0' to commandfile so subsequent writes don't get screwed up. | Bruce Hill | |
| 2019-10-02 | Fixed `ln` argument ordering | Bruce Hill | |
| 2019-09-30 | Overhaul of how binding commands works. It's now all handled through | Bruce Hill | |
| bbstartup.sh, which loads bindings.bb and parses it to +bind:<keys>:<script> commands. | |||
