Skip to content

v2.3.0

Choose a tag to compare

@github-actions github-actions released this 19 Jun 20:13

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, so p down jumps straight to it. hop untrack removes it, tracked folders survive every hop scan, and hop clean prunes the ones whose directory is gone.

Security and quality

  • Bumped golang.org/x/sys to 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@latest

Prebuilt 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