tmux_create_window
Create a new window in an existing tmux session, optionally naming it and running an initial command.
Instructions
Create a new window in an existing tmux session.
Args: session: Target session name or ID. name: Optional name for the new window. command: Optional command to run in the new window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| command | No | ||
| session | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |