pane_send
Send literal text to a tmux pane and optionally press Enter, enabling safe input of multi-line commands and special characters without key-name expansion.
Instructions
Type text into a pane, then press Enter (unless enter=false).
Text is sent literally (no tmux key-name expansion), so multi-line prompts
and special characters are safe. Use pane_key for control keys.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pane | Yes | ||
| text | Yes | ||
| enter | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |