Official Homebrew tap for TechQuests developer tools.
A free command replacement for macOS that displays memory usage information similar to the Linuxi free command.
Features:
- Displays total, used, free, shared, buffer/cache, and available memory
- Supports human-readable output
- Simple and easy to use
Interactive terminal-based cron expression editor built with Go and Bubble Tea.
Features:
- Interactive TUI for creating and editing cron expressions
- Real-time validation and feedback
- Built with Bubble Tea framework
Repository: techquestsdev/crontab-guru
A powerful CLI tool for managing multiple Git configuration profiles.
Features:
- Switch between different Git identities (work, personal, school, etc.)
- Manage multiple configuration profiles with a single command
- Simplify your Git workflow
Repository: techquestsdev/git-context
First, add this tap to Homebrew:
brew tap techquestsdev/tapThen install any of the available tools:
# Install mac-free
brew install mac-free
# Install crontab-guru
brew install crontab-guru
# Install git-context
brew install git-contextYou can also install directly without adding the tap first:
# Install mac-free
brew install techquestsdev/tap/mac-free
# Install crontab-guru
brew install techquestsdev/tap/crontab-guru
# Install git-context
brew install techquestsdev/tap/git-contextTo update to the latest versions:
brew update
brew upgrade mac-free crontab-guru git-contextTo remove a tool:
brew uninstall mac-free
# or
brew uninstall crontab-guru
# or
brew uninstall git-contextTo remove the tap:
brew untap techquestsdev/tapAll formulae are distributed under the MIT License.
Issues and pull requests are welcome! Please report any problems or suggestions on the individual tool repositories.
This tap is maintained by TechQuests and provides easy installation for our developer tools through Homebrew.