A CLI for beeminder written in nim. Inspired by bmndr.
Get your auth token and set the BEEMINDER_AUTH_TOKEN
environment variable to it.
Shows an overview of your goals with time to derailment.
$ nimminder
Show data of a specific goal. Currently quite basic.
$ nimminder {GOAL_SLUG}
Adds a new datapoint to a goal. The format should be the same as for emails.
nimminder {GOAL_SLUG} {DAYSTRING} {VALUE} [COMMENT]