better-worktree
Quick Start

Documentation

Command Reference

Core commands available from bwt.

Worktree commands

bwt list [-R <repo>] [--json]
bwt create <name> [-R <repo>] [--branch <branch>] [--base <base>] [--path <dir>] [--json]
bwt delete <name|path> [-R <repo>] [--yes] [--force]

Repo commands

bwt repo list
bwt repo add <path> [--name <alias>]
bwt repo remove <path>
bwt repo use <path>
bwt repo set-copy <path> --rule <from[:to]> [--rule <from[:to]> ...]

How saved repos and copy rules work in the TUI

TUI keys

j / k or arrows  move selection
Enter            open repo/select
a                add repo or create worktree
d                delete selected worktree
x                remove saved repo
r                refresh
s                switch to repo picker
?                help
q                quit

Open the TUI with bun run start, then use these keys immediately.