terminal_send
Send keystrokes to a named terminal session to run commands, answer prompts, or transmit signals directly.
Instructions
Send input (keystrokes) to a named terminal session. Use this to type commands, answer prompts, or send signals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Terminal name to send input to | |
| enter | No | Press Enter after the input (default: true) | |
| input | Yes | Text to type into the terminal |