interactive-worktree 0.1.10

Interactive CLI for managing git worktrees
# interactive-worktree

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

![Demo](demo.gif)

## 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
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/smartcrabai/interactive-worktree/releases/latest/download/interactive-worktree-installer.sh | sh
```

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
```