Skip to main content
These recipes start from a terminal opened inside a Radius group. That terminal already has the radius command and the current group context.

Build a development workspace

Open issue and pull-request tabs, then split a local server beside the terminal.

Open tabs conditionally

Adapt one script to different projects, branches, and environment variables.

Manage a tab lifecycle

Open, wait, navigate, focus, separate, and close tabs.

Recipe conventions

The examples use the context supplied by Radius:
tab open prints the created tab ID, so recipes can save IDs with ordinary shell command substitution:
Every recipe is literal. Running it again repeats its operations unless the recipe explicitly includes its own condition or cleanup behavior.