wt is an interactive Python CLI for creating, listing, archiving, and restoring Git worktrees from inside the current repository.
uv sync
uv run pytest -v
uv run wt --helpuv tool install .
wt --help
uv tool uninstall wtwt createwt listwt removewt restore
- Run
wtinside a Git repository. - New worktrees are created under
.worktrees/<branch>. - Archived worktrees are moved to
~/.worktree/has/<repo>/<branch>.