Skip to main content

rt pane send

rt › pane › send

Inject text into a pane as if typed and submitted (--text - reads stdin)

Usage

rt pane send <pane> [flags]

Arguments & flags

Flag / ArgTypeDefaultDescription
<pane>textherdr pane id to send to
--texttextBody to inject; pass - to read the body from stdin
--jsonbooleanfalseEmit the delivery result as JSON instead of the plain line

See code: commands/pane.ts › paneSend