

Hey, thank you for this! I’ll test it later. I was planning to eventually do the same thing (and in rust too).
Thus said, something that I always find impractical with simple todo lists, is that you cannot use it with subtasks. For example, if I want to manage a large project with it, I would need to create a task “Refactor this worker”, and add subtasks “Delete old function”, “Handle the new property”, etc.
I cannot flatten the subtasks in the list because their names wouldn’t be explicit, and making their names explicit would make it a burden to read, and it would make it difficult to follow the main task progress. How do you handle such things with your software?
Interesting! I’ll definitely have a look 🙂