This is a Homebrew tap providing formulae for various command-line tools developed by @fujiwara.
To install tools from this tap:
# Add the tap
brew tap fujiwara/tap
# Install a specific tool
brew install <tool-name>
This tap provides formulae for various command-line tools. See the .rb
files in this repository for the complete list of available tools and their descriptions.
This repository uses GitHub Actions for automated testing and updates:
- Daily Updates: Automatically checks for new versions of tools and creates pull requests
- Testing: Validates formulae by building from source on Ubuntu and macOS
- Diff Testing: Tests only changed formulae on pull requests
The formulae are managed using maltmill, which automates the process of creating and updating Homebrew formulae.
# Update a specific formula
make update/<tool-name>.rb
# Update all formulae with Linux support
make update-all
# Test a formula locally
make test/<tool-name>.rb
make create/<tool-name>
This tap and its formulae are provided as-is for convenience in installing fujiwara's tools via Homebrew.