hmmm. i wonder what this repository is for. definitely couldn't be for managing todos.
Go to file
riley 42067eb4f5 Add LICENSE 2021-09-25 18:28:49 -04:00
todo Initial Commit 2021-09-25 17:39:27 -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 Initial Commit 2021-09-25 17:39:27 -04:00
todo.md Initial Commit 2021-09-25 17:39:27 -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

TODO

kinda funny how a todo tool has a todo list, anyways here's what I've got to do to finish this thing:

# todo.md

## Features
- [ ] add recurring tasks
  - thinking about having the following section for spec
- [ ] add subtasks
- [ ] add notes

## RECURRING
- some recurring task |how often it should repeat |the last time completed
  - possible values for repeat time:
    - daily
    - weekly - mon
    - biweekly - wed
    - monthly - 15
	- yearly - jan - 17