README.md

May 4, 2026 ยท View on GitHub

homebrew-tap

build

homebrew-tap is my personal collection of formulae for homebrew.

Installation

You can install packages from this tap by running:

brew install terror/tap/<name>

You can also only add the tap which makes formulae within it available in search results (e.g. brew search output):

brew tap terror/tap

n.b. to clone the tap via SSH you will need to use:

brew tap terror/tap https://github.com/terror/homebrew-tap

While you may search across taps, it is necessary to always use fully qualified name (incl. the terror/tap/ prefix) when referring to formulae in external taps such as this one outside of search.

Formulae

Below lists the formulae installable via this tap:

nameversiondescription
axil0.2.2TUI for tree-sitter
edmv1.0.1Bulk rename files using your favorite editor
just-lsp0.4.4Language server for just
present0.2.3Interpolate shell command output directly into markdown
pyproject0.1.2Linter and language server for pyproject.toml files
skeleton0.2.4Project scaffolding utility
spymux0.1.3Centralized view for all of your tmux panes
swab0.1.3Configurable project cleaning tool
val0.3.6Arbitrary precision calculator language
wt0.1.2Simple git worktree manager

Prior Art

I was inspired to build this after trying to find an easy way to install various projects I have via homebrew. I found out you could sidestep homebrew-core easily via a custom 'tap' (i.e. this repository) after looking at the tap HashiCorp maintains.