new_window
Create a new window in any tmux session, with optional working directory, window name, and initial command.
Instructions
Create a new window in an existing tmux session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory for the new window. | |
| name | No | Window name. | |
| command | No | Shell command to run immediately. WARNING: executes in your shell. | |
| session | Yes | Session name to create the window in. |