Welcome to the TaskTracker user guides. These documents will help you get the most out of TaskTracker in your daily development workflow.
- Quick Guide - Get started with TaskTracker in minutes
- Task Workflows - Learn how to integrate TaskTracker into your development workflow
- Reports - Create and use TaskTracker reports
- Shell Completion - Set up command auto-completion for your shell
If you're new to TaskTracker, start with the Quick Guide to learn the basic commands and workflow.
For more detailed information, refer to the main CLI Reference.
- Create a new task:
tt addortt quick "Task description" category - List all tasks:
tt list - Update a task:
tt update <id> status in-progress - View task details:
tt view <id> - Track file changes:
tt changes