github max-sixty/worktrunk v0.23.3
0.23.3

latest releases: v0.34.2, v0.34.1, v0.34.0...
one month ago

Release Notes

Improved

  • Error display for failed commands: Failed git commands are now shown in a separate bash-highlighted gutter block instead of inline parenthesized text, making long commands much more readable. (#1001)

  • PowerShell detection and diagnostics: Detect PowerShell via PSModulePath environment variable so Windows users get "shell requires restart" instead of "not installed". wt config show now displays the detected shell and verification hints. Fixes #885. (#987, thanks @DiTo97 for reporting)

Fixed

  • Fish shell wrapper incompatible with fish < 3.1: The shell wrapper used VAR=value command syntax which requires fish 3.1+. Now uses env VAR=value ... for compatibility with all fish versions. Fixes #999. (#1000, thanks @chrisrickard for reporting)

  • Symlink paths resolved in display messages: Status messages like "Created worktree @ path" showed canonical paths instead of the user's symlink path. Now consistent with cd directives. Fixes #968. (#985, thanks @brooke-hamilton for reporting)

Documentation

  • Deduplicated manual shell setup: Removed duplicated per-shell eval snippets from wt config --help, referencing wt config shell init --help instead. (#986)

  • PowerShell diagnostic guidance: Added PowerShell-specific debugging steps to shell integration and troubleshooting references. (#993)

Install worktrunk 0.23.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/max-sixty/worktrunk/releases/download/v0.23.3/worktrunk-installer.sh | sh && wt config shell install

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/max-sixty/worktrunk/releases/download/v0.23.3/worktrunk-installer.ps1 | iex"; git-wt config shell install

Install prebuilt binaries via Homebrew

brew install worktrunk && wt config shell install

Download worktrunk 0.23.3

File Platform Checksum
worktrunk-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
worktrunk-x86_64-apple-darwin.tar.xz Intel macOS checksum
worktrunk-x86_64-pc-windows-msvc.zip x64 Windows checksum
worktrunk-aarch64-unknown-linux-musl.tar.xz ARM64 MUSL Linux checksum
worktrunk-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

Install via Cargo

cargo install worktrunk && wt config shell install

Install via Winget (Windows)

winget install max-sixty.worktrunk && git-wt config shell install

Install via AUR (Arch Linux)

paru worktrunk-bin && wt config shell install

Don't miss a new worktrunk release

NewReleases is sending notifications on new releases.