hmmm. i wonder what this repository is for. definitely couldn't be for managing todos.
Find a file
riley ada7812e3b Parent/Child assignment & fetching refactor
- TodoObject.get_children accepts an obj_type to filter by
- Todo._get_parent accepts an obj_type to filter potential parents
- Todo._parse_category now properly assigns parent categories
- Reworked get_* methods in Task, Category, and Note to use get_children
2021-09-25 23:26:16 -04:00
todo Parent/Child assignment & fetching refactor 2021-09-25 23:26:16 -04:00
.gitignore Initial Commit 2021-09-25 17:39:27 -04:00
LICENSE Add LICENSE 2021-09-25 18:28:49 -04:00
README.md update README.md and todo.md 2021-09-25 18:46:50 -04:00
todo.md update README.md and todo.md 2021-09-25 18:46:50 -04:00

todo.py

todo.py is my attempt to organize myself and get things straight. I disliked the specification declared by the folks at todo-md, so naturally, I'm making my own.

Specification

# todo.md

## Section

- [ ] some incomplete task with a due date |Sep 24 2021
- [x] some complete task without a due date

### Sub-Section
- [ ] here's another task with a due date |Oct 13 2021