kbrdn1/homebrew-tap

May 20, 2026 · View on GitHub

Personal Homebrew tap for @kbrdn1's CLI tools.

Install

brew tap kbrdn1/tap

Available formulae

FormulaDescriptionUpstream
gwmgit worktree manager — TUI + CLI, native libgit2, per-repo bootstrapkbrdn1/gwm-cli
lazycurlLazygit-style TUI HTTP client for API testingkbrdn1/LazyCurl
brew install gwm
brew install lazycurl

How it stays up to date

Each formula is refreshed automatically by the upstream project's release pipeline after every stable tag:

  • gwmhomebrew-tap-update job in kbrdn1/gwm-cli/.github/workflows/release.yml renders Formula/gwm.rb from a versioned template and pushes the result here. Pre-releases (-rc.N / -alpha.N / -beta.N) are filtered out so brew install gwm always points at a stable build.
  • lazycurl — GoReleaser updates Formula/lazycurl.rb from the upstream LazyCurl repo.

Manual recovery

If a release ships but the formula sync fails (typically: expired token), the maintainer re-drives the workflow without re-tagging:

gh workflow run release.yml --ref v0.x.y --repo kbrdn1/gwm-cli

License

MIT — see LICENSE.