tmux/claude: at-a-glance session-state counts in the status bar #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
The two-line status bar has room in the right segment for a fleet-wide summary.
@claude_statusis set per window.Proposal
Render an at-a-glance count of session states in
status-right, e.g.⏳3 ❓1 ✓1(busy / needs-permission / done) so one glance tells you the stateof every Claude window without scanning tabs.
Implementation sketch
tmux list-windows -a -F '#{@claude_status}', talliesstates, prints a compact glyph+count string.
tmux_conf_theme_status_right(or a#()shell call)in
dot_config/tmux/tmux.conf.local.tmpl, refreshed onstatus-interval.(green/orange/red).
Effort
Small–medium (helper + status-right wiring; mind status redraw cost).
Part of the "attention routing" bundle.