Skip to content

v0.1.46

Choose a tag to compare

@fbobe321 fbobe321 released this 02 Jul 20:07

OmniTerm v0.1.46

Save & restore layouts (workspaces)

Save your open workspace and bring it back later - sessions, split arrangement, working directories, and env activations.

  • Sessions -> Save Current Layout...: names the layout and captures every open tab and its split grouping. Each terminal gets an editable init command pre-filled with its known directory (cd <path>) - add && conda activate <env> (or anything) per pane.
  • Sessions -> Open Layout...: pick a saved layout to re-open all its sessions, recreate the splits, and run each init command after connecting. (Also lets you Delete layouts.)

Works for SSH, local, and Home terminals. Init runs on the remote for SSH and locally for local/home.

Upgrade

python -m pip install --upgrade --no-cache-dir omniterm