github max-sixty/worktrunk v0.8.2
0.8.2

latest releases: v0.38.0, v0.37.1, v0.37.0...
3 months ago

Release Notes

Improved

  • Concurrent hook execution: wt hook post-start and wt hook post-switch now run all commands concurrently (matching their normal background behavior) instead of sequentially with fail-fast. Multiple failures are collected and reported together.

Documentation

  • Nested bare repo layout: Added worktree-path template example for nested bare repo layout (project/.git pattern). Uses relative paths like ../{{ branch | sanitize }} to create worktrees as siblings to the .git directory.

Install worktrunk 0.8.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/max-sixty/worktrunk/releases/download/v0.8.2/worktrunk-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/max-sixty/worktrunk/releases/download/v0.8.2/worktrunk-installer.ps1 | iex"

Don't miss a new worktrunk release

NewReleases is sending notifications on new releases.