Skip to content

Termul v0.3.7

Choose a tag to compare

@github-actions github-actions released this 12 Jun 12:06

What's changed in v0.3.7

✨ New — drop or paste files straight onto a remote over SSH

When a terminal pane is connected over SSH, dropping a file or pasting an image now uploads it to the server automatically — to termul-uploads/ under the remote's temp dir ($TMPDIR or /tmp) — and drops the remote path at your prompt. So a remote tool like claude can read the file immediately, no manual scp needed.

  • Reuses the connection Termul already opened for the remote file browser (no re-auth).
  • Local panes are unchanged: the local path is inserted as before. Pasting an image into a local pane saves it to a temp file and inserts that path.
  • Plain text paste is completely untouched.

🐛 Fixes

  • cmd+click now follows URLs that wrap across hard newlines.
  • Shell-history autocomplete stays alive across cmd+K (clear screen) and tab hibernation.

⚠️ Unsigned builds — first launch

These builds are not code-signed, so your OS warns on first launch. The app is safe.

  • macOS: after moving the app into Applications, run xattr -cr "/Applications/Termul.app", then open it (or right-click → Open the first time).
  • Windows: on the SmartScreen prompt, click More info → Run anyway.

Updates are delivered automatically from this Releases page.