Skip to content

v0.1.39

Choose a tag to compare

@hadefication hadefication released this 18 Aug 16:30
· 35 commits to main since this release

Home, wherever you actually work

The permanent Home project no longer has to sit in your home directory.

  • Point it anywhere with zetty-home-path in ~/.config/zetty/config (e.g. zetty-home-path = ~/Projects), or without touching the file: right-click Home → Project Settings… → Working Directory, with Choose… (the panel can create a new folder) and Use Default. The row is unique to Home — every other project stays rooted where it was added.
  • The config wins over the path saved in your workspace, so a change lands on the next launch or a ⇧⌘, reload, and removing the key moves Home back to ~.
  • It applies to new tabs and panes. Shells already running keep their working directory, and a preserved zmx session keeps the one it was created with.
  • A path that no longer exists is ignored — Home stays at ~ rather than opening nowhere.

Fixes

  • The pane gutter's scroll to bottom button has been removed: it did nothing in panes running an agent CLI. The action is still on the pane's right-click menu and ⌘↓ while the cause is tracked down.