dashboard
Opens a TUI dashboard showing all active AI agents across all tmux sessions.
bash
workmux dashboardOptions
-d, --diff: Open the diff view directly for the current worktree's agent.-P, --preview-size <10-90>: Set preview pane size as percentage (larger = more preview, less table). Default: 60.
Examples
bash
# Open dashboard with default layout
workmux dashboard
# Open with smaller preview pane (40% of height)
workmux dashboard --preview-size 40
# Open diff view directly for current worktree
workmux dashboard --diffSee the Dashboard guide for keybindings and detailed documentation.