Skip to content

Add ty tail command for live task view#496

Open
bborn wants to merge 1 commit intomainfrom
task/1967-add-cli-command-for-live-tail-view
Open

Add ty tail command for live task view#496
bborn wants to merge 1 commit intomainfrom
task/1967-add-cli-command-for-live-tail-view

Conversation

@bborn
Copy link
Owner

@bborn bborn commented Mar 4, 2026

Summary

  • Adds ty tail command that shows a continuously refreshing terminal view of all tasks
  • Tasks are grouped by project, then by status within each project (In Progress → Blocked → Queued → Backlog)
  • Includes colored status indicators, task IDs, titles, and age hints

Flags

  • --interval - Custom refresh rate (default 2s, e.g. --interval 500ms)
  • --done - Include completed tasks in the view

Test plan

  • ty tail --help shows usage
  • ty tail renders tasks grouped by project/status with live refresh
  • go build ./cmd/task/ compiles without errors
  • Ctrl+C exits cleanly

🤖 Generated with Claude Code

Shows a continuously refreshing terminal view of all tasks grouped
by project, then by status within each project. Supports --interval
for custom refresh rate and --done to include completed tasks.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant