todo/README.md

18 lines
439 B
Markdown
Raw Permalink Normal View History

2021-09-25 19:47:26 +00: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](https://www.github.com/todo-md/todo-md), so naturally, I'm making my own.
## Specification
```md
# 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
```