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. Get pane info.

All .NET tools · JSON · Source

Arguments

paneId required · string
A pane id.

Schemas

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

Input schema
{
"additionalProperties": false,
"properties": {
"paneId": {
"description": "A pane id.",
"type": "string"
}
},
"required": [
"paneId"
],
"type": "object"
}
Output schema
{
"properties": {
"active": {
"type": "boolean"
},
"currentCommand": {
"type": [
"string",
"null"
]
},
"currentPath": {
"type": [
"string",
"null"
]
},
"dead": {
"type": "boolean"
},
"height": {
"type": "integer"
},
"historyLimit": {
"type": [
"integer",
"null"
]
},
"historySize": {
"type": [
"integer",
"null"
]
},
"index": {
"type": "integer"
},
"inMode": {
"type": "boolean"
},
"isCaller": {
"type": "boolean"
},
"paneId": {
"type": "string"
},
"pid": {
"type": [
"integer",
"null"
]
},
"sessionId": {
"type": "string"
},
"title": {
"type": [
"string",
"null"
]
},
"width": {
"type": "integer"
},
"windowId": {
"type": "string"
},
"zoomed": {
"type": "boolean"
}
},
"required": [
"paneId",
"windowId",
"sessionId",
"index",
"width",
"height",
"title",
"active",
"dead",
"zoomed",
"inMode",
"currentCommand",
"currentPath",
"pid",
"historySize",
"historyLimit",
"isCaller"
],
"type": "object"
}
Tool annotations
{
"destructiveHint": true,
"idempotentHint": false,
"openWorldHint": true,
"readOnlyHint": false,
"title": "Get pane info"
}
Esc

Type to search.