Tail a pane (task)
tmux_tail_taskCreates a polling task to fetch tmux pane output at regular intervals, enabling clients to retrieve incremental results and monitor command progress.
Instructions
Create a task to poll pane output over time. Client can poll for incremental results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | SSH host alias (optional). Uses default host if set. | |
| lines | No | How many lines per fetch. | |
| target | No | Pane target to tail (pane id or session:window.pane). If omitted, uses default pane if set. | |
| intervalMs | No | Delay between polls in milliseconds. | |
| iterations | No | How many polling iterations before auto-complete. |