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 / Arg | Type | Default | Description |
|---|---|---|---|
<pane> | text | herdr pane id to send to, or self for the pane this command runs in (HERDR_PANE_ID) | |
--text | text | Body to inject; pass - to read the body from stdin | |
--then | text | A 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 | |
--json | boolean | false | Emit the delivery result as JSON instead of the plain line |
See code: commands/pane.ts › paneSend