Skip to content

The Terminal pane

The Terminal pane runs real commands through cmd.exe on your PC — the working directory is shown at the top, output streams live, and [exit code N] closes each run. Open one with new terminal, Ctrl+Shift+T, or the toolbar.

  1. Type a command in the $ input and press Enter.
  2. Stop appears while a command runs — click it to kill the process.
  3. ↑/↓ walk your command history.
  4. Route from anywhere: send command to the terminal npm run build.
  • Long output stays smooth: rendering is optimized for chatty commands, and past 3,000 lines the oldest scroll off (memory stays bounded on long sessions).
  • Streaming Mode: key-shaped strings in output are masked (cat .env won’t leak on stream) — how redaction works.
  • Every run and exit is recorded in the Audit Log.
  • Links in output are clickable.