Settings

Theme

Show HN: T – Conductor, but for Your CLI

github.com

3 points by Absonsonson · 2 comments · 1 min read

Reader

I really liked using Conductor and the experience it brings, but I like using my terminal more. So I built t.

What it does:

- `t new "fix vault sync"` creates a git worktree and a branch and cds into it.

- `t claude`, `t codex`, `t grok`, `t gemini` launch an agent there and record that session against the worktree and branch.

- One task holds many conversations, from different agents, running at the same time in different panes. All of them reference the same worktree/branch.

- `t sessions` lists every conversation attached to the task and resumes the one you pick. `t find` greps across all of them.

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection