session_send
Send text to iTerm2 terminal sessions without pressing Enter. Specify target session or send to all sessions for automated terminal input.
Instructions
Send text to an iTerm2 session without pressing Enter.
Args: text: The text to send. session_id: Target session ID. Omit for the active session. all_sessions: If true, send to every session.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| session_id | No | ||
| all_sessions | No |