A custom Homebrew tap containing formulas for tools that haven't gone upstream yet, or personal forks with modifications.
brew tap igorlg/cellar
brew install igorlg/cellar/<formula>Or in a single command:
brew install igorlg/cellar/<formula>CLI tool to quickly set up cross log group search in CloudWatch Logs Insights based on prefix, tags, and/or RegEx patterns.
- Source: @mhlabs/cwlogs-cli
- Install:
brew install igorlg/cellar/cwlogs-cli
A package for building EventBridge patterns.
- Source: @mhlabs/evb-cli
- Install:
brew install igorlg/cellar/evb-cli
CLI tool for working with AWS IAM policies.
- Source: @mhlabs/iam-policies-cli
- Install:
brew install igorlg/cellar/iam-policies-cli
Script to run AWS CodeBuild locally using Docker.
- Source: aws/aws-codebuild-docker-images
- Install:
brew install igorlg/cellar/codebuild-local - Requirement: Docker must be installed
CLI tool for AWS Serverless Application Model (SAM) patterns.
- Source: samp-cli
- Install:
brew install igorlg/cellar/samp-cli
MCP server that exposes language server capabilities to LLMs.
- Source: isaacphi/mcp-language-server
- Install:
brew install igorlg/cellar/mcp-language-server
Open GitHub/GitLab/CodeCommit page for a git repository from the command line. Fork with support for branches and multiple platforms.
- Source: igorlg/git-open (fork)
- Install:
brew install igorlg/cellar/git-open - Usage: Run
git-openfrom any git repository
This tap uses GitHub Actions to automatically check for and update formulas when new versions are released upstream. Updates are created as pull requests for review.
Contributions are welcome! Please feel free to submit issues or pull requests.
Formulas are automatically kept up-to-date via GitHub Actions workflows that:
- Check for new NPM package versions
- Check for new GitHub releases
- Generate pull requests with updates
See individual formula licenses. This tap itself is provided as-is for community use.