a simple task manager
pip install did-py
usage: did [-h] [-s SEARCH] [date]
what did i do?
positional arguments:
date open the did file for this date (try "monday", "thisweek", "lastweek" or "yesterday"!)
optional arguments:
-h, --help show this help message and exit
-s SEARCH, --search SEARCH
search for text in did files
when you open a new did file for the current day, any unfinished tasks from yesterday or last week will be copied into today's file.
an example did file looks like this:
# Monday 30 January 2023 - Week 5
- [ ] Some unfinished task
- A note on an unfinished task
- [ ] Another finished task
- [X] I managed to do this today!
this project uses vulcan:
pip install vulcan-py[cli]
vulcan develop