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

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
Pane Rename
Double-click a pane title to rename it.
Merge Tabs
Drag a tab onto another tab's split drop zone to merge the source tab's panes into that layout. The source tab closes after the merge.
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)
- Mark as Unread - Show the unread indicator again
- Split, Clear, Move to Tab, Close
Cmd/Ctrl-Click Links
Hold Cmd (macOS) or Ctrl and click links in terminal output:
- URLs open in browser
- File paths open in the built-in file viewer by default
- Change file-path behavior in Settings → Terminal
Environment Variables
| Variable | Description |
|---|---|
SUPERSET_ROOT_PATH | Path to root repository |
SUPERSET_WORKSPACE_NAME | Current workspace name |