Homebrew tap repository for BabelCloud tools.
A headless terminal providing programmatic access to a terminal interface. This tool allows you to interact with terminal applications programmatically.
- Current version: 0.3.0
- Supported platforms: macOS (Intel and Apple Silicon)
- License: Apache-2.0
First, add this tap to your Homebrew:
brew tap babelcloud/tap
Then install the desired formula:
brew install babelcloud/tap/ht
Or you can install directly without tapping first:
brew install babelcloud/tap/ht
To test formulas locally before submitting changes:
- Clone this repository:
git clone https://github.com/babelcloud/homebrew-tap.git
cd homebrew-tap
- Create a local tap link:
brew tap-new $USER/temp-tap
- Test installation from the local formula:
brew install --build-from-source ./ht.rb
- Run formula tests:
brew test ./ht.rb
- Audit the formula for potential issues:
brew audit --strict --online ./ht.rb
- Fork the repository
- Create your feature branch
- Make your changes
- Test your changes locally using the steps above
- Submit a Pull Request
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.