hmmm. i wonder what this repository is for. definitely couldn't be for managing todos.
Go to file
riley 134d71f44d Add --file argument & fixes
cli.py:
+ added --file argument to specify the todo file.
~ changed the --task handler to use get_task instead.
~ fixed bug w/ printing information on tasks w/ no due date.
TodoObject.py:
~ modified type-hinting on get_tasks.
~ modified type-hinting on get_task.
~ fixed bug with get_task returning type Task rather than found task.
~ fixed bug with get_note not listening to the immediate parameter.
2021-09-28 00:54:49 -04:00
todo Add --file argument & fixes 2021-09-28 00:54:49 -04:00
.gitignore Update gitignore 2021-09-28 00:22:00 -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
cli.py Add --file argument & fixes 2021-09-28 00:54:49 -04:00
todo.md update README.md and todo.md 2021-09-25 18:46:50 -04:00

README.md

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