A very simple todo list manager that looks quite nice for VS Code.
- Color-coded contexts: Each context gets its own color automatically
- Foldable projects: Lines ending with
:become collapsible sections - Mark done:
⌥DMoves item toDone:section with strikethrough (with sound!) - Sort by context:
⌥SGroups items by context within each project - Generate next actions:
⌥ACreatesnext.tixfrom firstInbox:item in each file - Archive: Move completed items to
.tix.archivewith timestamps
Project1:
context1 - task description
context2 - task description
Project2:
context1 - task description
context2 - task description