Files
todd/README.md
2023-12-21 18:26:44 +01:00

16 lines
316 B
Markdown

# Todd
Todd is a To-Do app written in C.
To compile Todd you only need a C compiler.
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
# Attributions
- https://gist.github.com/meylingtaing/11018042