kbrdn1/homebrew-tap
May 20, 2026 · View on GitHub
Personal Homebrew tap for @kbrdn1's CLI tools.
Install
brew tap kbrdn1/tap
Available formulae
| Formula | Description | Upstream |
|---|---|---|
gwm | git worktree manager — TUI + CLI, native libgit2, per-repo bootstrap | kbrdn1/gwm-cli |
lazycurl | Lazygit-style TUI HTTP client for API testing | kbrdn1/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:
gwm—homebrew-tap-updatejob inkbrdn1/gwm-cli/.github/workflows/release.ymlrendersFormula/gwm.rbfrom a versioned template and pushes the result here. Pre-releases (-rc.N/-alpha.N/-beta.N) are filtered out sobrew install gwmalways points at a stable build.lazycurl— GoReleaser updatesFormula/lazycurl.rbfrom 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.