matterbox

matterbox / Docs

Documentation

Reference pages for the two parts of matterbox that are worth writing down at length: the automation the listen daemon runs, and the database every message you have read is already sitting in.

Everything else

The rest of matterbox documents itself, from the code, so it cannot drift. Every keyboard action, its default key and your overrides:

$ matterbox keys              # --json for the machine-readable form

Every subcommand, its flags and an example:

$ matterbox help
$ matterbox help listen

And ~/.config/matterbox/config.yaml writes itself on first run with a comment over every key — so the file on your disk is the option reference, already filled in with what you chose.

Start at the landing page for what matterbox is and how to install it, or the repository for the source and the issue tracker.