https://github.com/mdub/homebrew-brews
my Homebrew formulae
https://github.com/mdub/homebrew-brews
Last synced: 2 months ago
JSON representation
my Homebrew formulae
- Host: GitHub
- URL: https://github.com/mdub/homebrew-brews
- Owner: mdub
- Created: 2025-10-26T00:28:38.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2026-03-13T03:58:14.000Z (4 months ago)
- Last Synced: 2026-03-13T10:58:54.102Z (4 months ago)
- Language: Ruby
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mdub/brews
A [Homebrew](https://brew.sh) tap for miscellaneous tools.
## Usage
```bash
brew tap mdub/brews
brew install
```
## Available formula
### swa
An alternative CLI for AWS that puts verbs at the end:
```bash
$ swa ec2 instance i-9336f049 terminate
```
rather than the front:
```bash
$ aws ec2 terminate-instances --instance-ids i-9336f049
```
For more information, see the [swa repository](https://github.com/mdub/swa).
### dbq
A simple CLI for executing SQL queries against Databricks.
For more information, see the [dbq repository](https://github.com/mdub/dbq).