HomeTutorials › Cross-Pane Coordination
Cross-Pane Coordination

The Hop Command

#071 0:20 Part of the Rysh video series

Hop a pane's output into another and let a fresh agent pick up right where you left off.

The Hop Command — 0:20 walkthrough

What you'll see

  1. Launch rysh and split a target pane; name it with ##pane name reviewer.
  2. In the source pane, generate some output, then run ##hop reviewer to transfer this pane's output to the reviewer.
  3. Run ##hop status to confirm the hop state.
  4. In the reviewer pane, run ##hop resume -- the agent continues with the copied text.
  5. Run ##hop clear to wipe the hopped content.

Commands shown

rysh
n
##pane name reviewer
git log --oneline -5
##hop reviewer
##hop status
##hop resume
##hop clear

Keys used

EnterCtrl+pEscapeTab

Transcript

0:00Hop a pane's output into another and let a fresh agent pick up right where you left off.

0:03Start rysh and split a target pane to hop into.

0:08Name the right-hand pane so we can hop to it by name.

0:18Back in the source pane, generate some work, then run hop reviewer to transfer this pane's output to that one.

0:30Check hop status to confirm. In the reviewer pane, run hop resume and the agent continues with the copied text.

0:40When the handoff is done, hop clear wipes the copied content from the pane.

0:47Hand work from pane to pane in one command.

Key takeaway
##hop hands a pane's output to another pane so a fresh agent can resume the work seamlessly.