Feature Request
Add a Homebrew tap so users can install ical via:
brew install BRO3886/tap/ical
Why
curl | bash works but brew is the standard expectation for macOS CLI tools. A tap would make discovery and updates easier (brew upgrade ical).
Implementation
- Create a
homebrew-tap repo under BRO3886 (shared tap with other tools)
- Add a formula that pulls the release tarball and installs the binary
- Update README with brew install instructions
Feature Request
Add a Homebrew tap so users can install ical via:
Why
curl | bashworks but brew is the standard expectation for macOS CLI tools. A tap would make discovery and updates easier (brew upgrade ical).Implementation
homebrew-taprepo underBRO3886(shared tap with other tools)