Expand description
Todo CLI Library
This library provides the core functionality for the todo-cli application.
Modulesยง
- cli
- commands
- date_
parser - Natural language date parsing
- display
- error
- Custom error types for the todo application
- models
- storage
- Storage abstraction layer for task persistence
- tag_
normalizer - Tag normalization with fuzzy matching.
- utils
- validation
- Input validation for task data