send_input
Send text input to running processes in tmux sessions. Use this tool to interact with long-running shell commands and manage persistent terminal workspaces.
Instructions
Send input to a running process in a specified window.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to send | |
| workspace_id | No | default | |
| target_window | No | Window to send input to: 'ui' or 'exec'. | exec |