Open Issues Need Help
View All on GitHubAI Summary: Write comprehensive test cases for the TaskTrek CLI tool, ensuring all core functionalities (adding, listing, completing tasks, generating summaries) are thoroughly tested. This is a high-priority task.
TaskTrek is a terminal-based Windows CLI tool for managing tasks and time with priority tracking, daily summaries, and notifications—built for developers and minimalist productivity.
AI Summary: Implement color-coded output for task priorities in the TaskTrek CLI application. High priority tasks should be red, medium yellow, and low green. The solution should use ANSI escape codes and ideally be configurable. The `list_tasks` function in `tasktrek-lib.sh` will need modification, and color settings may need to be added to `settings.cfg`.
TaskTrek is a terminal-based Windows CLI tool for managing tasks and time with priority tracking, daily summaries, and notifications—built for developers and minimalist productivity.
AI Summary: Implement a new command, `tasktrek delete <task_id>`, to remove tasks from the TaskTrek CLI application. This involves verifying the task's existence before deletion, providing a success message, and updating the README documentation. The implementation will likely use `jq` for JSON manipulation.
TaskTrek is a terminal-based Windows CLI tool for managing tasks and time with priority tracking, daily summaries, and notifications—built for developers and minimalist productivity.