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

get_pane_info

Return one pane by stable ID. Inspect tmux metadata; accepts no client-supplied executable input.

All C++ tools · JSON · Source

Arguments

paneId required · string
Stable pane ID.

Schemas

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

Input schema
{
"additionalProperties": false,
"properties": {
"paneId": {
"description": "Stable pane ID.",
"maxLength": 512,
"type": "string"
}
},
"required": [
"paneId"
],
"type": "object"
}
Output schema
{
"additionalProperties": true,
"type": "object"
}
Tool annotations
{
"destructiveHint": true,
"idempotentHint": false,
"openWorldHint": true,
"readOnlyHint": false,
"title": "Get tmux pane information"
}
Esc

Type to search.