goalist
Version:
Goalist is a command line tool for managing daily goals.
11 lines (10 loc) • 544 B
Markdown
# TODO
## MVP
[X] - Expose program command (eg. `gl`, etc.).
[X] - Build out program entry point.
[X] - Create `goalist` manifest/log file on first execution of command.
[X] - Build out support for `add` command.
[X] - Build out support for `list` command.
[X] - Build out support for `update` command.
[X] - Expose option to toggle state of a given goal (eg. `complete/incomplete`).
[X] - Update program to 'carry over' incomplete goals. (eg. any incomplete goals from '2017-09-12' will automatically be added to the log file for 2017-09-13).