steal a linked list implementation

This commit is contained in:
2023-12-21 18:26:44 +01:00
parent b49b728a4c
commit 76c620c142
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