tmux_send
Send keys or commands to a tmux session, creating the session if it doesn't exist; interrupt running programs with Ctrl-C before sending new commands without killing the session.
Instructions
向指定 tmux 会话发送按键/命令。
会话不存在时自动创建 detached 会话再发送。 遵循复用规则:不会 kill-session;需要重启会话内程序时, 先发送 "C-c" 停止旧程序,再发送新启动命令。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enter | No | ||
| command | Yes | ||
| session | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |