Paolo Donadeo 9cfc9abc93 feat: initial parser for todo.txt format with spec and test cases
- 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
2025-11-24 23:30:45 +01:00
Description
A Go library and CLI tool to parse todo.txt files, extracting tasks with priority, dates, projects, contexts, and custom metadata. Designed for integration with Remind and automation workflows, with full support for the official todo.txt specification.
66 KiB
Version 2 Latest
2025-11-26 15:39:21 +00:00
Languages
Go 100%