Getting Started
Quick start guide for Agent Dash
Launch
Start Agent Dash from your terminal:
agent-dashAgent Dash will automatically discover all Claude sessions running in your tmux server.
Interface Overview
The interface has two main panes:
- Session List (left/top) — shows all discovered Claude sessions, grouped by tmux session
- Preview Pane (right/bottom) — shows a live preview of the selected session's output
Navigation
- Press
j/kor arrow keys to navigate sessions - Press
0to focus the preview pane,1to focus the session list - Press
oto switch to the selected session's tmux pane - Press
Oto open the session in a tmux popup
Session Groups
Sessions are grouped by their tmux session name. You can:
- Press
lto expand/collapse a group - Press
`to toggle flat view (ungrouped) - Press
hto hide a session or group
Copy Mode
Press v to enter copy mode in the preview pane. This freezes the content and enables vim-like navigation:
hjklfor movementw/b/efor word motionsvto start selection,yto yank/to search forward,?to search backwardEscto exit copy mode
Help
Press ? at any time to open the help overlay with all available keybinds. Use / to filter keybinds by name.