Homebrew tap for Hop! — a macOS menu bar app that reminds you to alternate between sitting and standing.
brew tap bendns/hop
brew install --cask hopHop is ad-hoc signed. On first launch macOS may refuse to open it. In Finder, right-click /Applications/Hop.app → Open → Open once; macOS remembers the approval.
brew uninstall --cask hop # remove the app
brew untap bendns/hop # remove this tapEach release of bendns/hop:
- Tag
vX.Y.Zonbendns/hop:main→ the Release workflow publishesHop-X.Y.Z.zip. - Copy the SHA256 from the release workflow output.
- Update
Casks/hop.rb: bumpversion, replacesha256 :no_checkwith the real checksum, commit, push.