Skip to content

o6uoq/homebrew-tap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

93 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🍺 Homebrew Taps via (o6uoq/tap)

Tap for formulas not available in homebrew/core or an official upstream tap.

πŸ“¦ Formulas

  • agent-scan - security scanner for agents, MCP servers, and skills
  • fuzmit - conventional commits, but fuzzy
  • jira-cli - command-line client for Jira API
  • openspec - spec-driven development CLI
  • skills - CLI for the open agent skills ecosystem
  • slidev - presentation slides for developers
  • tmux-ide - tmux-powered terminal IDE from ide.yml
  • toad - unified AI interface in your terminal
  • try - ephemeral workspace manager

πŸš€ Install

brew install o6uoq/tap/<formula>
# examples:
brew install o6uoq/tap/agent-scan
brew install o6uoq/tap/fuzmit
brew install o6uoq/tap/jira-cli
brew install o6uoq/tap/openspec
brew install o6uoq/tap/skills
brew install o6uoq/tap/slidev
brew install o6uoq/tap/tmux-ide
brew install o6uoq/tap/toad
brew install o6uoq/tap/try

βž• Add a Formula

# 1) Create Formula/<name>.rb
brew create --tap o6uoq/tap --set-name <name> <tarball-url>
# 2) Validate locally
brew audit --new --strict o6uoq/tap/<name>
brew install --build-from-source o6uoq/tap/<name>
brew test o6uoq/tap/<name>

# 3) Required before commit
pre-commit run -a

πŸ”„ Update a Formula

# Edit Formula/<name>.rb (version + sha256)
brew reinstall o6uoq/tap/<name>
brew test o6uoq/tap/<name>
pre-commit run -a

πŸ”‘ SHA256 Helper

curl -fsSL <tarball-url> | shasum -a 256

About

Homebrew formulas for o6uoq

Resources

Stars

Watchers

Forks

Contributors

Languages