|
| 1 | +# Created with WinGet Releaser using komac v2.14.0 |
| 2 | +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json |
| 3 | + |
| 4 | +PackageIdentifier: max-sixty.worktrunk |
| 5 | +PackageVersion: v0.15.0 |
| 6 | +PackageLocale: en-US |
| 7 | +Publisher: max-sixty |
| 8 | +PublisherUrl: https://github.com/max-sixty |
| 9 | +PublisherSupportUrl: https://github.com/max-sixty/worktrunk/issues |
| 10 | +PackageName: worktrunk |
| 11 | +PackageUrl: https://github.com/max-sixty/worktrunk |
| 12 | +License: MIT OR Apache-2.0 |
| 13 | +LicenseUrl: https://github.com/max-sixty/worktrunk/blob/HEAD/LICENSE |
| 14 | +ShortDescription: A Git worktree manager for trunk-based development |
| 15 | +Description: |- |
| 16 | + worktrunk (wt) is a Git worktree manager designed for trunk-based development workflows. |
| 17 | + It simplifies creating, switching between, and managing Git worktrees, making it easy to |
| 18 | + work on multiple features or branches simultaneously without the overhead of stashing |
| 19 | + or switching branches in a single working directory. |
| 20 | +Tags: |
| 21 | +- cli |
| 22 | +- git |
| 23 | +- git-worktree |
| 24 | +- rust |
| 25 | +- terminal |
| 26 | +- worktree |
| 27 | +ReleaseNotes: |- |
| 28 | + Release Notes |
| 29 | + Improved |
| 30 | + - wt switch pr:<number> syntax (experimental): Switch directly to a GitHub PR by number. Same-repo PRs delegate to normal switch flow; fork PRs fetch from refs/pull/N/head and configure pushRemote. (#673, closes #657, thanks @wladpaiva for requesting) |
| 31 | + - --force hint for dirty worktrees: When wt remove fails due to uncommitted changes, the hint now shows the full command: wt remove <branch> --force. (#671) |
| 32 | + Documentation |
| 33 | + - Windows install guidance: Winget as recommended install (ships git-wt by default), plus the App Execution Aliases workaround to use wt directly. Closes #133. (thanks @ctolkien for reporting, @shanselman for the aliases tip, @Farley-Chen for #648) |
| 34 | + - Caddy subdomain routing pattern: Clean URLs like feature-auth.myproject.lvh.me via Caddy reverse proxy with dynamic route registration. |
| 35 | + - tmux session per worktree pattern: Dedicated tmux session with multi-pane layout per worktree. |
| 36 | + Install worktrunk 0.15.0 |
| 37 | + Install prebuilt binaries via shell script |
| 38 | + curl --proto '=https' --tlsv1.2 -LsSf https://github.com/max-sixty/worktrunk/releases/download/v0.15.0/worktrunk-installer.sh | sh |
| 39 | + Install prebuilt binaries via powershell script |
| 40 | + powershell -ExecutionPolicy Bypass -c "irm https://github.com/max-sixty/worktrunk/releases/download/v0.15.0/worktrunk-installer.ps1 | iex" |
| 41 | + Install prebuilt binaries via Homebrew |
| 42 | + brew install max-sixty/worktrunk/wt |
| 43 | + Download worktrunk 0.15.0 |
| 44 | + ────────────────────────────────────────────────┬───────────────────┬───────────── |
| 45 | + File │Platform │Checksum |
| 46 | + ────────────────────────────────────────────────┼───────────────────┼───────────── |
| 47 | + worktrunk-aarch64-apple-darwin.tar.xz │Apple Silicon macOS│checksum |
| 48 | + ────────────────────────────────────────────────┼───────────────────┼───────────── |
| 49 | + worktrunk-x86_64-apple-darwin.tar.xz │Intel macOS │checksum |
| 50 | + ────────────────────────────────────────────────┼───────────────────┼───────────── |
| 51 | + worktrunk-x86_64-pc-windows-msvc.zip │x64 Windows │checksum |
| 52 | + ────────────────────────────────────────────────┼───────────────────┼───────────── |
| 53 | + worktrunk-aarch64-unknown-linux-musl.tar.xz │ARM64 MUSL Linux │checksum |
| 54 | + ────────────────────────────────────────────────┼───────────────────┼───────────── |
| 55 | + worktrunk-x86_64-unknown-linux-musl.tar.xz │x64 MUSL Linux │checksum |
| 56 | + ────────────────────────────────────────────────┴───────────────────┴───────────── |
| 57 | +ReleaseNotesUrl: https://github.com/max-sixty/worktrunk/releases/tag/v0.15.0 |
| 58 | +ManifestType: defaultLocale |
| 59 | +ManifestVersion: 1.10.0 |
0 commit comments