ZIP
WinGet
worktrunk
max-sixty · v0.6.1 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
worktrunk-x86_64-pc-windows-msvc.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
max-sixty.worktrunk
Version
v0.6.1
Description
A Git worktree manager for trunk-based development
License
MIT OR Apache-2.0
Installer URL
https://github.com/max-sixty/worktrunk/releases/download/v0.6.1/worktrunk-x86_64-pc-windows-msvc.zip
Release Notes
Release Notes
Improved
- post-switch hook: New hook that runs in the background after every wt switch operation. Unlike post-start (which only runs on creation), post-switch runs on all switch results. Use cases include renaming terminal tabs, updating tmux window names, and IDE notifications.
- Signal forwarding for hooks: Hooks now receive SIGINT/SIGTERM when the parent process is interrupted, allowing proper cleanup. Previously, non-interactive shells continued executing after signals.
- Fast…