https://github.com/larscom/homebrew-tap
Homebrew tap for larscom
https://github.com/larscom/homebrew-tap
Last synced: about 1 month ago
JSON representation
Homebrew tap for larscom
- Host: GitHub
- URL: https://github.com/larscom/homebrew-tap
- Owner: larscom
- Created: 2025-11-15T11:23:26.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-12-22T18:19:39.000Z (6 months ago)
- Last Synced: 2025-12-24T07:40:08.819Z (6 months ago)
- Language: Ruby
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🍺 Homebrew Tap
A Homebrew tap containing formulas maintained by **larscom**.
Use this tap to easily install custom CLI tools on macOS / linux.
---
## 📦 Available Formulae
| Formula | Description |
|--------|-------------|
| **ranked_searcher** | Search inside text files using a tf-idf–based ranking system. Shows the most relevant results first. |
| **rusty_relay_client** | The client which can connect to a rusty-relay server. |
---
## 🚀 Installation
Add tap
```bash
brew tap larscom/tap
```
Install formula
```bash
brew install larscom/tap/
```
Upgrade
```bash
brew update && brew upgrade
```