homebrew-tools

Homebrew Tap — utilities by @ololx

This is a personal Homebrew Tap containing Casks for my macOS utilities.

Homebrew Tap License: MIT

🚦 Getting Started

Prerequisites

Before using it, make sure that follows software are installed on the local machine:

Installing

1. Tap the Repository

First, tap this repository using the brew tap command. You only need to do this once.

brew tap ololx/tools

2. Install a Cask

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

Updating

To update Casks from this tap, use the standard brew upgrade command.

brew upgrade

Uninstalling

Remove Cask

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

Untap

If you no longer want to use this tap at all, you can remove it with:

brew untap ololx/tools

🍻 Available Casks

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

🐞 Reporting Issues

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.

©️ Authors

🔏 Licensing

This project is licensed under the MIT license - see the lisence document for details.