Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hrbrmstr/homebrew-tap
🍻 Homebrew Tap of hrbrmstr's odd collection of command line tools
https://github.com/hrbrmstr/homebrew-tap
homebrew-tap
Last synced: 23 days ago
JSON representation
🍻 Homebrew Tap of hrbrmstr's odd collection of command line tools
- Host: GitHub
- URL: https://github.com/hrbrmstr/homebrew-tap
- Owner: hrbrmstr
- License: mit
- Created: 2022-10-06T08:50:44.000Z (about 2 years ago)
- Default Branch: batman
- Last Pushed: 2022-10-10T20:24:12.000Z (about 2 years ago)
- Last Synced: 2024-08-13T07:15:43.283Z (3 months ago)
- Topics: homebrew-tap
- Language: Ruby
- Homepage:
- Size: 19.5 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - hrbrmstr/homebrew-tap - 🍻 Homebrew Tap of hrbrmstr's odd collection of command line tools (Ruby)
README
# hrbrmstr's Homebrew Tap
## What is Homebrew?
Package manager for macOS (or Linux), see more at https://brew.sh
## What is a Tap?
A third-party (in relation to Homebrew) repository providing installable
packages (formulae) on macOS and Linux.See more at https://docs.brew.sh/Taps
## How do I install packages from here?
```sh
brew install hrbrmstr/tap/name
```You can also only add the tap which makes formulae within it
available in search results (`brew search` output):```sh
brew tap hrbrmstr/tap
```## What packages are available?
With the following commands, you can install the latest generally available (GA) version of each package:
```sh
# Formulae
brew install hrbrmstr/tap/archinfo # list running processes and the architecture they are running under
brew install hrbrmstr/tap/ipv4-heatmap # Generate IPv4 12th order Hilbert heatmaps from a file of IPv4 addresses.
brew install hrbrmstr/tap/kev-push # Be notified whenever CISA updates their Known Exploited Vulnerabilities (KEV) Catalog.
brew install hrbrmstr/tap/mepower # Scrape CMP outage information to JSON.
brew install hrbrmstr/tap/ohq2quarto # Save an Observable HQ Notebook to a Quarto project.
brew install hrbrmstr/tap/sl2json # Standalone program to convert Lowrance SL2 files to ndjson.
brew install hrbrmstr/tap/weatherflow # Basic WeatherFlow Tempest command line UDP receiver in Rust.
brew install hrbrmstr/tap/weatherkit # Command line Apple WeatherKit REST API weather conditions and hourly/daily foreacast utility
```