The Hop Command
Hop a pane's output into another and let a fresh agent pick up right where you left off.
What you'll see
- Launch
ryshand split a target pane; name it with##pane name reviewer. - In the source pane, generate some output, then run
##hop reviewerto transfer this pane's output to the reviewer. - Run
##hop statusto confirm the hop state. - In the reviewer pane, run
##hop resume-- the agent continues with the copied text. - Run
##hop clearto 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.