Skip to content

Screenshots

german edited this page Aug 21, 2026 · 8 revisions

Screenshots

superterm 3.0 — one capture per feature

True multi-user sessions. Two clients attached to the same session: everything typed in client A (left) appears live in client B (right), including the print injected from a third shell with the control CLI:

Two clients attached to one session

Window management from the command line. This workspace was built entirely from another shell — panes opened with nueva, renamed with renombrar, re-tiled with organizar rejilla, the Python expression typed with send — while the attached client watched it happen live:

A workspace driven from the CLI

Session and pane listing. Live command, terminal size, scrollback lines and focus flags per pane; an English command produces Spanish output when the UI language is Spanish, and listar works everywhere:

Session and pane listing

Send and capture. Typing into a pane and dumping its screen — or its entire scrollback — from another shell, pipe-clean UTF-8:

Send and capture round-trip

Bilingual CLI. Every command and flag is accepted in English and in Spanish, and the help follows your configured language:

The CLI help in Spanish

All captures use the classic Turbo Pascal palette. Every visible pane is a real PTY-backed terminal; the frames, menus and dialogs are drawn by the vendored Free Vision UI.

Four-pane workspace

A developer workspace split into four independent panes: an SSH session to a production host, a live system dashboard, a colored API log, and a Git history in a local checkout. Each pane keeps its own process, terminal state, focus and resize behavior.

Four-pane superterm workspace

Window classes

A window class captures how a terminal connects: a structured SSH target (host, user, port, key) or a free command, plus an optional command to run once connected. Classes are edited in the app and stored in ~/.superterm/superterm.ini.

The window class manager listing SSH and local classes

Profiles

A profile is a named collection of windows and panes — a repeatable workspace. Activate one, save the current layout as a new profile, or mark one as the default that opens on startup.

The profile manager with a default profile marked

Named detachable sessions

Detach a running workspace (Ctrl-Q d) and it keeps its shells and SSH connections alive in the background under a name. superterm --attach (or Ctrl-Q s) shows the picker to reattach, delete, or start a new session.

The session picker listing two live detached sessions

Session menu

The Sessions menu gathers detach, attach/manage, save, and the quick wizard. Accelerators and shortcuts are shown on the right of each entry.

The Sessions menu open

Quick session wizard

The wizard launches one to four panes without editing a file. It asks for the number of panes, then a connection command for each and an optional command to run once connected. Use it for temporary workspaces; use a class or profile when the layout must be reproducible.

The session wizard asking for a connection command

Color palette

The Options menu switches between the classic color palette, black-and-white, and monochrome, and toggles autosave and autorestore. The choice is persisted.

The Options menu with the color palette submenu

Refreshing these images

The screenshots are generated deterministically from the real TUI output, so they can be regenerated whenever the interface changes. Keep them free of passwords, private keys, tokens, host secrets, and personal command history before publishing.

Clone this wiki locally