tmux_new_window
Creates a new window in a tmux session, optionally naming it and running a shell command. Targets the current session or a specified one.
Instructions
Create a new window in a tmux session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Window name. | |
| command | No | Shell command to run in the new window. | |
| session | No | Target session. Defaults to current. |