tmux_create_session
Create a new tmux session with a specified name, optionally running a command in the initial window and naming the first window.
Instructions
Create a new tmux session.
Args: name: Name for the new session. command: Optional command to run in the initial window. window_name: Optional name for the first window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| command | No | ||
| window_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |