mirror of
https://github.com/rasterandstate/homebrew-tap.git
synced 2026-05-15 21:19:33 +00:00
Mirror of rasterandstate/homebrew-tap on github.com
- Ruby 100%
|
|
||
|---|---|---|
| Casks | ||
| Formula | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
Raster & State Homebrew Tap
Homebrew formulae and casks for tools published by Raster & State.
Install
brew tap rasterandstate/tap
Available
| Name | Type | Install | Description |
|---|---|---|---|
| fj | formula | brew install fj |
Command-line tool for Forgejo, in the spirit of gh |
| halfcaf | formula | brew install halfcaf |
Headless work mode for macOS, CLI |
| halfcaf | cask | brew install --cask halfcaf |
Headless work mode for macOS, menu bar app |
The cask installs HalfcafBar.app into /Applications and symlinks
the bundled CLI onto your PATH, so brew install --cask halfcaf
gives you both the GUI and halfcaf on the command line.
Updating a formula or cask
After cutting a new release of the underlying project (see
halfcaf's docs/releasing.md
for the runbook):
- Bump
version "X.Y.Z"in bothFormula/halfcaf.rbandCasks/halfcaf.rb. - Replace the
sha256placeholders with the values printed byscripts/release.sh(or read from the corresponding.sha256sidecar files). - Open a PR. CI will run
brew audit --strictand verify the formula installs cleanly.
License
MIT, matching the upstream projects.