Files
todd/README.md
Zvonimir Rudinski aa3502dc7b update readme
2023-12-21 19:55:18 +01:00

16 lines
307 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
- [x] Save todos to disk
- [x] Smarter way to organize todos (instead of global array)
- [ ] Add a TUI
# Attributions
- STB: https://github.com/nothings/stb