HomeTutorials › Grid & Bulk Ops
Grid & Bulk Ops

Instant Grids (##new grid)

#030 0:11 Part of the Rysh video series

Spin up a whole grid of agent panes with a single command.

Instant Grids (##new grid) — 0:11 walkthrough

What you'll see

  1. Launch rysh and enter rysh mode (double-Escape to ##).
  2. ##new grid 4 -- stack four panes into the current lane.
  3. ##new grid 3x4 -- three lanes, each with four panes.
  4. ##new grid 2x3x4 -- two tabs, each with three lanes of four panes.

Commands shown

rysh
##new grid 4
##new grid 3x4
##new grid 2x3x4

Keys used

EnterEscape

Transcript

0:00Spin up a whole grid of agent panes with a single command.

0:03Start rysh. Building layouts by hand is fine, but the new grid command does it in one shot.

0:08Double-press Escape until the prompt shows hash-hash -- that's rysh mode for system commands.

0:14Give it a single number and it stacks that many panes into the current lane. New grid four builds a four-pane stack instantly.

0:24Add a dimension. Three by four lays out three lanes, each holding four panes -- a twelve-pane wall in one keystroke.

0:36Go further with three dimensions: tabs, then lanes, then panes. Two by three by four creates two tabs, each with three lanes of four panes.

0:46From one pane to a whole agent grid -- instantly.

Key takeaway
##new grid builds one-, two-, or three-dimensional pane layouts in a single command.