Files
claude-task-master/.changeset/cute-files-pay.md
Ladi 782728ff95 feat: add --compact flag for minimal task list output (#1054)
* feat: add --compact flag for minimal task list output

---------

Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-08-11 18:35:23 +02:00

566 B

task-master-ai
task-master-ai
minor

Add compact mode --compact / -c flag to the tm list CLI command

  • outputs tasks in a minimal, git-style one-line format. This reduces verbose output from ~30+ lines of dashboards and tables to just 1 line per task, making it much easier to quickly scan available tasks.
    • Git-style format: ID STATUS TITLE (PRIORITY) → DEPS
    • Color-coded status, priority, and dependencies
    • Smart title truncation and dependency abbreviation
    • Subtask support with indentation
    • Full backward compatibility with existing list options