An open API service indexing awesome lists of open source software.

https://github.com/wasabeef/homebrew-gw-tap


https://github.com/wasabeef/homebrew-gw-tap

Last synced: about 1 year ago
JSON representation

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.