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

paste_text

Send input to a pane’s program; a shell that receives it runs it with your user’s permissions. Paste literal text and an optional newline target-only after two state checks.

All Swift tools · JSON · Source

Arguments

enter optional · boolean
Caller-controlled enter.
force optional · boolean
Caller-controlled force.
paneId required · string
Caller-controlled paneId.
text required · string
Caller-controlled text.

Schemas

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

Input schema
{
"additionalProperties": false,
"properties": {
"enter": {
"description": "Caller-controlled enter.",
"type": "boolean"
},
"force": {
"description": "Caller-controlled force.",
"type": "boolean"
},
"paneId": {
"description": "Caller-controlled paneId.",
"type": "string"
},
"text": {
"description": "Caller-controlled text.",
"type": "string"
}
},
"required": [
"paneId",
"text"
],
"type": "object"
}
Output schema
{
"additionalProperties": false,
"properties": {
"characters": {
"type": "integer"
},
"pane": {
"type": "string"
},
"paneRef": {
"type": "string"
}
},
"required": [
"characters",
"pane",
"paneRef"
],
"type": "object"
}
Tool annotations
{
"destructiveHint": true,
"idempotentHint": false,
"openWorldHint": true,
"readOnlyHint": false,
"title": "Paste text"
}
Esc

Type to search.