# interactive-worktree
Interactive CLI wrapper for [git-worktree-runner](https://github.com/coderabbitai/git-worktree-runner).

## Requirements
- [git-worktree-runner](https://github.com/coderabbitai/git-worktree-runner)
- Git 2.17+
- Bash 3.2+ (4.0+ recommended)
## Installation
### Homebrew (macOS / Linux) - recommended
```sh
brew install smartcrabai/tap/interactive-worktree
```
### Shell script installer
Installs a prebuilt binary to `~/.cargo/bin`:
```bash
Supported platforms: macOS (ARM64, x86_64), Linux (x86_64)
### Build from source
```bash
cargo install --git https://github.com/smartcrabai/interactive-worktree
```
## Usage
```bash
iwt
```