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

get_pane_info

Inspect tmux metadata; accepts no client-supplied executable input. Return metadata for one pane.

All Swift tools · JSON · Source

Arguments

paneId required · string
Caller-controlled paneId.

Schemas

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

Input schema
{
"additionalProperties": false,
"properties": {
"paneId": {
"description": "Caller-controlled paneId.",
"type": "string"
}
},
"required": [
"paneId"
],
"type": "object"
}
Output schema
{
"additionalProperties": false,
"properties": {
"pane": {
"additionalProperties": false,
"properties": {
"currentCommand": {
"type": "string"
},
"currentPath": {
"type": "string"
},
"height": {
"type": "integer"
},
"id": {
"type": "string"
},
"index": {
"type": "integer"
},
"isActive": {
"type": "boolean"
},
"isAtBottom": {
"type": "boolean"
},
"isAtLeft": {
"type": "boolean"
},
"isAtRight": {
"type": "boolean"
},
"isAtTop": {
"type": "boolean"
},
"isDead": {
"type": "boolean"
},
"isSynchronized": {
"type": "boolean"
},
"modeCount": {
"type": "integer"
},
"ref": {
"type": "string"
},
"width": {
"type": "integer"
},
"windowID": {
"type": "string"
}
},
"required": [
"currentCommand",
"currentPath",
"height",
"id",
"index",
"isActive",
"isAtBottom",
"isAtLeft",
"isAtRight",
"isAtTop",
"isDead",
"isSynchronized",
"modeCount",
"ref",
"width",
"windowID"
],
"type": "object"
}
},
"required": [
"pane"
],
"type": "object"
}
Tool annotations
{
"destructiveHint": true,
"idempotentHint": false,
"openWorldHint": true,
"readOnlyHint": false,
"title": "Get pane info"
}
Esc

Type to search.