HomeTutorials › System Commands
System Commands

Snapshots & Clipboard

#041 0:14 Part of the Rysh video series

Grab a pane's output to your clipboard -- raw for you, redacted for sharing.

Snapshots & Clipboard — 0:14 walkthrough

What you'll see

  1. Launch rysh and produce buffer output (env | head -n 5).
  2. Double-Escape into rysh mode.
  3. Run ##snap (alias ##snap private) to copy the raw buffer to the clipboard.
  4. Run ##snap public to copy the redacted buffer, with secrets stripped.
  5. Show ##private pane print and ##public pane print to view raw vs redacted output inline.

Commands shown

rysh
env | head -n 5
##snap
##snap public
##private pane print
##public pane print

Keys used

EnterEscape

Transcript

0:00Grab a pane's output to your clipboard -- raw for you, redacted for sharing.

0:03Launch rysh and generate some output worth capturing.

0:07Run a command -- its output fills the pane's buffer.

0:13Double-Escape over to rysh mode for the snapshot commands.

0:32Prefer to see it inline? ##private pane print shows raw output; ##public pane print shows the redacted version right in the pane.

0:39Snapshots make it easy to copy, paste, and share -- safely.

Key takeaway
Snapshots copy or print pane output either raw for yourself or redacted for safe sharing.