tmux_pane_capture
Capture terminal output from tmux panes for debugging by retrieving scrollback history with configurable line counts.
Instructions
Capture terminal output from a pane. Get scrollback history for debugging.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | Target pane (e.g., session:window.pane or %id) | |
| lines | No | Number of lines to capture (default: all) |