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.

3 Open Issues Need Help Last updated: Jun 20, 2025

Open Issues Need Help

View All on GitHub
Developer Tools Task Management

AI 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.

Complexity: 4/5
good first issue help wanted hssoc

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.

Shell
Developer Tools Task Management

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`.

Complexity: 2/5
good first issue hssoc beginner-friendly

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.

Shell
Developer Tools Task Management

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.

Complexity: 2/5
good first issue hssoc beginner-friendly

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.

Shell