https://github.com/ojizero/homebrew-tap
https://github.com/ojizero/homebrew-tap
formulae homebrew homebrew-tap ruby tap
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ojizero/homebrew-tap
- Owner: ojizero
- Created: 2020-04-06T17:27:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2026-03-29T09:20:14.000Z (3 months ago)
- Last Synced: 2026-03-29T12:39:10.790Z (3 months ago)
- Topics: formulae, homebrew, homebrew-tap, ruby, tap
- Language: Ruby
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Homebrew Tap
Personal [Homebrew](https://brew.sh) tap for formulae and casks.
## Installation
```sh
brew tap ojizero/tap
```
Then install any formula or cask:
```sh
brew install
brew install --cask
```
## Available Formulae
| Formula | Description | Version |
|---------|-------------|---------|
| [gofindup](https://github.com/ojizero/gofindup) | Find up utility implemented in Go | 1.1.3 |
| [gomakehelp](https://github.com/ojizero/gomakehelp) | Simple wrapper for Mmake's help functionality | 1.0.0 |
## Available Casks
| Cask | Description | Version |
|------|-------------|---------|
| session-manager-plugin | Plugin for AWS CLI to start and end sessions that connect to managed instances | 1.2.792.0 |
### Why is session-manager-plugin here?
The official `homebrew/cask` tap is [deprecating session-manager-plugin](https://github.com/Homebrew/homebrew-cask/commit/8fb478e) and will fully disable it on 2026-09-01 because the binary [fails macOS Gatekeeper checks](https://github.com/orgs/Homebrew/discussions/6482). AWS has been [aware of the missing code signing since 2021](https://github.com/aws/session-manager-plugin/issues/21) but has not addressed it. This tap provides continued access to the cask after the official one is removed.