Rysh Mode (## commands)
Hash-hash is rysh mode -- the control panel for your whole workspace.
What you'll see
- Enter rysh mode (
##); explain output injects into the active pane. - Run
##helpto list every system command. - Run
##pane infoand##tab listas examples. - Clarify that
##>lines are pipeline events to NATS, not commands.
Commands shown
rysh
##help
##pane info
##tab list
Keys used
EnterEscape
Transcript
0:00Hash-hash is rysh mode -- the control panel for your whole workspace.
0:03Start rysh, then double-Escape until the prompt shows hash-hash. System commands inject their output right into the active pane.
0:09Help lists every system command -- panes, tabs, lanes, sharing, agents, and more.
0:18Try one: pane info reports the active pane's details, all without leaving the keyboard.
0:28One caution: a line starting with hash-hash-greater-than is not a command. Those are pipeline events, forwarded straight to NATS instead of being run.
0:38Rysh mode is how you drive the multiplexer itself.
Key takeaway
Rysh mode runs ## system commands to drive the multiplexer, while ##> lines are pipeline events instead.