Tail a pane buffer
tmux_tail_paneMonitor tmux pane output by polling it at set intervals, so you can watch changes without reissuing commands.
Instructions
Poll a pane multiple times to watch output without reissuing commands.
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. |