tmux_send_keys
Automate tmux sessions by sending keystrokes or text to specific panes for remote command execution and workflow automation.
Instructions
Send keystrokes or text to a tmux pane. Use for automation or remote commands.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Target pane (e.g., session:window.pane or %id) | |
| keys | Yes | Keys/text to send |