This is a personal Homebrew Tap containing Casks for my macOS utilities.
Before using it, make sure that follows software are installed on the local machine:
First, tap this repository using the brew tap command. You only need to do this once.
brew tap ololx/tools
Now you can install any Cask from this tap with the standard command.
brew install --cask <cask name>
Examples:
# install SBC Bitpool Expander
brew install --cask sbc-bitpool-expander
# install Create Symlink
brew install --cask create-symlink
To update Casks from this tap, use the standard brew upgrade command.
brew upgrade
To remove a previously installed Cask, use the standard brew upgrade command.
brew uninstall --cask <cask name>
Examples:
# remove SBC Bitpool Expander
brew uninstall --cask sbc-bitpool-expander
# remove Create Symlink
brew uninstall --cask create-symlink
Some Casks also support zap to remove related configuration files.
brew zap --cask sbc-bitpool-expander
If you no longer want to use this tap at all, you can remove it with:
brew untap ololx/tools
| Cask | Description | Homepage |
|---|---|---|
| sbc-bitpool-expander | Simple app to adjust Bluetooth SBC bitpool value | GitHub |
| create-symlink | Automator Quick Action / Service to create symbolic links via Finder | GitHub |
If you encounter a problem, please create an Issue in this repository.
Before creating an issue, please run brew update and include the output of brew doctor and brew config in your report.
This project is licensed under the MIT license - see the lisence document for details.