v2.3.0
Features
- Track any folder in the search list with
hop track. Until now hop only indexed folders that held a git repository.hop track ~/Downloads(any path, defaulting to the current directory) adds a folder even without a.git, sop downjumps straight to it.hop untrackremoves it, tracked folders survive everyhop scan, andhop cleanprunes the ones whose directory is gone.
Security and quality
- Bumped
golang.org/x/systo v0.44.0, clearing advisory GO-2026-5024 (a Windows-only issue that was not reachable from hop's code). The minimum Go version is now 1.25. - Added a CONTRIBUTING guide, a fuzz target on the ranking parser run in CI, and a linked vulnerability-reporting process. hop now carries an OpenSSF Best Practices passing badge.
Install
brew install philippe-desplats/tap/hop
# or
go install github.com/philippe-desplats/hop/cmd/hop@latestPrebuilt binaries for macOS and Linux (amd64 and arm64) are attached below, with signed checksums (cosign) and an SBOM.
Full changelog: v2.2.0...v2.3.0