Skip to Content

Tabbed Mode

Tabbed mode shows a narrow sidebar on the left with your workspace/script list and a log panel on the right showing the selected workspace’s output.

Keybindings

KeyAction
/ Navigate workspace list
rRestart selected workspace
RRestart all workspaces
cCopy selected text to clipboard
CCopy full log buffer to clipboard
Ctrl+CQuit (stops all processes)

You can also click a workspace in the sidebar to switch to it, and click [⎘ copy all] in the header to copy the full log buffer.

In delegated mode (Turbo/Nx), r is disabled — only R (restart all) is available.

Status Indicators

  • Green — process is running
  • Green — process completed successfully (exit 0)
  • Grey — process exited 0 suspiciously fast (may have crashed without a proper error code)
  • Red with exit code — process crashed
Last updated on