Skip to content

v2.5.0

Choose a tag to compare

@github-actions github-actions released this 19 Jun 22:24

Features

  • Git worktree awareness (opt-in). Enable [scan] worktrees = true and hop also indexes linked git worktrees that live outside your scan roots, the usual ../project-feature layout, so they become jump targets like any other project. Worktrees that already sit under a root are indexed as before and deduped by path, never listed twice. Discovery runs git worktree list once per repo at scan time, which is why it stays off by default; the cached index keeps every p instant.

Install

brew install philippe-desplats/tap/hop
# or
go install github.com/philippe-desplats/hop/cmd/hop@latest

Prebuilt binaries for macOS and Linux (amd64 and arm64) are attached below, with signed checksums (cosign) and an SBOM per artifact.

Full changelog: v2.4.0...v2.5.0