Terminal

Overview

Built-in terminal per workspace with multiple tabs and session persistence.

Terminal

Multiple Tabs

Open several terminal tabs per workspace. Each runs independently.

  • ⌘T - New tab
  • ⌘W - Close tab
  • ⌘1-9 - Switch tabs

Session Persistence

Sessions survive app restarts:

  • Running processes continue
  • Output history preserved
  • Scrollback maintained

Right-Click Menu

Right-click in the terminal for quick actions:

  • Copy - Copy selected text (enabled when text is selected)
  • Paste - Paste from clipboard (enabled when clipboard has content)
  • Split, Clear, Move to Tab, Close

URLs and file paths in output are clickable:

  • URLs open in browser
  • File paths open in editor

Environment Variables

VariableDescription
SUPERSET_ROOT_PATHPath to root repository
SUPERSET_WORKSPACE_NAMECurrent workspace name

On this page