Pipeline Mode
A tab can become a pipeline. One key flips it on and your events start flowing.
What you'll see
- Launch
rysh. - Press
Ctrl+Pthenpto toggle pipeline mode for the active tab. - Double-Escape into rysh mode and run
##tab pipeline enableto turn it on explicitly. - Run
##tab listto confirm the tab is pipeline-enabled. - Run
##tab pipeline disable(or double-Escape, which toggles pipeline mode off).
Commands shown
rysh
p
##tab pipeline enable
##tab list
##tab pipeline disable
Keys used
EnterCtrl+pEscape
Transcript
0:00A tab can become a pipeline. One key flips it on and your events start flowing.
0:03Start rysh. Any tab can be promoted into a pipeline tab, where events orchestrate work across panes.
0:08Press Ctrl+P to enter pane mode, then p to toggle pipeline mode for this tab.
0:16You can also do it from rysh mode. Double-Escape over, then ##tab pipeline enable turns it on explicitly.
0:32When you're done, ##tab pipeline disable turns it back off -- or just double-Escape, which toggles pipeline mode off.
0:40Pipeline mode is the on-switch for event-driven orchestration across your panes.
Key takeaway
Pipeline mode is the per-tab on-switch for event-driven orchestration, toggled by Ctrl+P p, ##tab pipeline enable/disable, or double-Escape.