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

capture_since

Read pane output; accepts no client-supplied executable input. Returned content may be sensitive or untrusted. Return output after an opaque pane cursor.

All Swift tools · JSON · Source

Arguments

cursor optional · string
Caller-controlled cursor.
maxLines optional · integer
Caller-controlled maxLines.
paneId required · string
Caller-controlled paneId.
waitMs optional · integer
Caller-controlled waitMs.

Schemas

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

Input schema
{
"additionalProperties": false,
"properties": {
"cursor": {
"description": "Caller-controlled cursor.",
"maxLength": 16384,
"type": "string"
},
"maxLines": {
"description": "Caller-controlled maxLines.",
"maximum": 2000,
"minimum": 1,
"type": "integer"
},
"paneId": {
"description": "Caller-controlled paneId.",
"type": "string"
},
"waitMs": {
"description": "Caller-controlled waitMs.",
"maximum": 10000,
"minimum": 0,
"type": "integer"
}
},
"required": [
"paneId"
],
"type": "object"
}
Output schema
{
"additionalProperties": false,
"properties": {
"cursor": {
"type": "string"
},
"droppedLines": {
"type": "integer"
},
"lines": {
"items": {
"type": "string"
},
"type": "array"
},
"linesMissed": {
"type": "boolean"
},
"pane": {
"type": "string"
},
"paneRef": {
"type": "string"
},
"restarted": {
"type": "boolean"
}
},
"required": [
"cursor",
"droppedLines",
"lines",
"linesMissed",
"pane",
"paneRef",
"restarted"
],
"type": "object"
}
Tool annotations
{
"destructiveHint": true,
"idempotentHint": false,
"openWorldHint": true,
"readOnlyHint": false,
"title": "Capture since"
}
Esc

Type to search.