add ideas

This commit is contained in:
2023-12-16 17:24:37 +01:00
parent 78a190b28f
commit b476873ede

View File

@@ -4,3 +4,9 @@ Todd is a To-Do app written in C.
To compile Todd you only need a C compiler. To compile Todd you only need a C compiler.
Just run: `./build.sh` and run `./todd` after that. Just run: `./build.sh` and run `./todd` after that.
# Ideas
- [ ] Save todos to disk
- [ ] Smarter way to organize todos (instead of global array)
- [ ] Add a TUI