Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

list_panes

Lists pane metadata and stable pane IDs. Inspect tmux metadata; accepts no client-supplied executable input.

All Java tools · JSON · Source

Arguments

This tool has no top-level named arguments. Consult its schema below.

Schemas

The schema defines required fields, nested values, defaults, and validation constraints.

Input schema
{
"additionalProperties": false,
"properties": {},
"required": [],
"type": "object"
}
Output schema
{
"additionalProperties": false,
"properties": {
"count": {
"type": "integer"
},
"note": {
"type": "string"
},
"panes": {
"items": {
"additionalProperties": false,
"properties": {
"active": {
"type": "boolean"
},
"caller": {
"type": "boolean"
},
"command": {
"type": "string"
},
"id": {
"type": "string"
},
"path": {
"type": "string"
},
"session": {
"type": "string"
},
"size": {
"type": "string"
},
"window": {
"type": "string"
},
"window_id": {
"type": "string"
}
},
"required": [
"id",
"session",
"window",
"window_id",
"command",
"path",
"size",
"active"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"count",
"panes"
],
"type": "object"
}
Tool annotations
{
"destructiveHint": true,
"idempotentHint": false,
"openWorldHint": true,
"readOnlyHint": false,
"title": "List panes"
}
Esc

Type to search.