tmux_list_panes
Retrieve details about all panes in a specified tmux session window, including pane index, dimensions, and active commands.
Instructions
List all panes in a tmux window.
Args:
session (string, required): Name of the session
window (string or number, optional): Window index or name (defaults to current/active window)
Returns information about each pane including index, dimensions, and current command.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session | Yes | Name of the session | |
| window | No | Window index or name |