tmux_new_window
Create a new tmux window in a specified session, optionally in the background. Returns the new window's ID, index, and name.
Instructions
Create a window. session is the target session (or "sess:index").
Set select=False to create it in the background (-d). Returns the new window's {"id", "index", "name"}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session | No | ||
| name | No | ||
| start_directory | No | ||
| command | No | ||
| select | No | ||
| target | No |