https://github.com/wasabeef/homebrew-gw-tap
https://github.com/wasabeef/homebrew-gw-tap
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/wasabeef/homebrew-gw-tap
- Owner: wasabeef
- Created: 2025-06-16T16:16:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-19T12:18:57.000Z (about 1 year ago)
- Last Synced: 2025-06-19T13:29:36.773Z (about 1 year ago)
- Language: Ruby
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Homebrew GW Tap
This tap provides a formula for [gw](https://github.com/wasabeef/git-workers), an interactive Git worktree manager.
## Installation
```bash
brew install wasabeef/gw-tap/gw
```
## Usage
After installation, run:
```bash
gw
```
For shell integration, add to your `.bashrc` or `.zshrc`:
```bash
source $(brew --prefix)/share/gw/shell/gw.sh
```
## Development
This formula is automatically updated when new releases are published to the main repository.