Skip to main content

rt pane send

rt › pane › send

Inject text into a pane as if typed and submitted; self is this pane (--text - reads stdin)

Usage

rt pane send <pane> [flags]

Arguments & flags

Flag / ArgTypeDefaultDescription
<pane>textherdr pane id to send to, or self for the pane this command runs in (HERDR_PANE_ID)
--texttextBody to inject; pass - to read the body from stdin
--thentextA second line the daemon types once the pane's current turn has ended, so it lands after a slash command; skipped when the first line is refused
--jsonbooleanfalseEmit the delivery result as JSON instead of the plain line

See code: commands/pane.ts › paneSend