Skip to content

steipete/homebrew-tap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

steipete's Homebrew Tap

This is the official Homebrew tap for steipete's tools and utilities.

Installation

brew tap steipete/tap

Available Formulas

Poltergeist

Universal file watcher with auto-rebuild for any build system.

Version: 1.4.0 (Released August 5, 2025)

brew install steipete/tap/poltergeist

Features

  • 👻 Auto-detects and rebuilds any project type
  • 🚀 Bun-compiled standalone binary (no Node.js required)
  • 🔨 Smart build queue with priority-based execution
  • 📦 Universal target system (executables, libraries, Docker, etc.)
  • 🎯 Intelligent focus detection for multi-project setups
  • ⚡ Powered by Facebook's Watchman for efficient file watching

Quick Start

# Initialize configuration
poltergeist init

# Start watching and auto-building
poltergeist haunt

# Check build status
polter status

For more information, see Poltergeist on GitHub.

Peekaboo

Lightning-fast macOS screenshot tool with AI vision analysis capabilities.

Version: 2.0.1 (Released July 3, 2025)

brew install steipete/tap/peekaboo

Features

  • 🚀 Native Swift implementation for maximum performance
  • 📸 Multiple capture modes (window, screen, frontmost, multi-window)
  • 🤖 Built-in AI analysis with OpenAI and Ollama support
  • ⚙️ Configuration file support with environment variable expansion
  • 🔏 Code signed with Developer ID for security
  • 💻 Universal binary (Intel + Apple Silicon)

Quick Start

# Capture a window
peekaboo --app Safari

# Capture with AI analysis
export OPENAI_API_KEY="your-key"
peekaboo --app Safari --analyze "What is shown in this screenshot?"

# Configure Peekaboo
peekaboo config init
peekaboo config edit

Requirements

  • macOS 14.0 (Sonoma) or later
  • Screen Recording permission (will be prompted on first use)

For more information, see Peekaboo on GitHub.

Adding the Tap

You only need to tap once:

brew tap steipete/tap

Then you can install any formula from this tap:

brew install peekaboo
# Future tools can be added here

Updating

To update formulas in this tap:

brew update
brew upgrade peekaboo

Contributing

If you encounter any issues with these formulas, please file an issue in this repository.

License

The formulas in this tap are MIT licensed. Individual tools may have their own licenses.

About

Homebrew tap for steipete's tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages