tmux_capture_pane
Capture the visible on-screen content of a tmux pane to inspect output or debug issues without disrupting the terminal.
Instructions
Capture the visible content of a tmux pane (what you'd see on screen).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | End line. Default: visible area. | |
| start | No | Start line (negative = scrollback). Default: visible area. | |
| target | Yes | Tmux target (e.g. session:window.pane, session:window, or session). See tmux docs for target syntax. |