steal a linked list implementation

This commit is contained in:
Zvonimir Rudinski
2023-12-21 18:26:44 +01:00
parent aa851fad3a
commit 1a45b1e219
5 changed files with 182 additions and 45 deletions

View File

@@ -10,3 +10,6 @@ Just run: `./build.sh` and run `./todd` after that.
- [ ] Save todos to disk
- [ ] Smarter way to organize todos (instead of global array)
- [ ] Add a TUI
# Attributions
- https://gist.github.com/meylingtaing/11018042