An open API service indexing awesome lists of open source software.

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

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
```