HomeTutorials › Pipelines & Events
Pipelines & Events

Pipeline Mode

#085 0:12 Part of the Rysh video series

A tab can become a pipeline. One key flips it on and your events start flowing.

Pipeline Mode — 0:12 walkthrough

What you'll see

  1. Launch rysh.
  2. Press Ctrl+P then p to toggle pipeline mode for the active tab.
  3. Double-Escape into rysh mode and run ##tab pipeline enable to turn it on explicitly.
  4. Run ##tab list to confirm the tab is pipeline-enabled.
  5. 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.