- Add parser for todo.txt tasks supporting priority, dates, projects, contexts, and key:value metadata - Include full todo.txt format specification (SPECS.md) and visual description (description.svg) - Add sample test.todo.txt file with valid, borderline, and malformed cases - Initialize Go module and main entrypoint for parsing and JSON output - Add .gitignore for binary artifacts
4 lines
58 B
Modula-2
4 lines
58 B
Modula-2
module git.donadeo.net/pdonadeo/todotxt2remind
|
|
|
|
go 1.24.1
|