dashboard
Copy pageOpens a TUI dashboard showing all active AI agents across all tmux sessions.
workmux dashboardOptions
Section titled “Options”-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.-s, --session: Filter to only show agents in the current session.-t, --tab <agents|worktrees>: Open directly on the specified tab.
Examples
Section titled “Examples”# Open dashboard with default layoutworkmux dashboard
# Open with smaller preview pane (40% of height)workmux dashboard --preview-size 40
# Open diff view directly for current worktreeworkmux dashboard --diff
# Show only agents in the current tmux sessionworkmux dashboard --session
# Open directly on the Worktrees tabworkmux dashboard --tab worktreesSee the Dashboard guide for keybindings and detailed documentation.