wtx

command module
v0.0.68 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 7, 2026 License: MIT Imports: 3 Imported by: 0

README

wtx

wtx is a CLI that automates Git worktrees for AI agents.

Works in any terminal (ghostty, iTerm, etc.) and with any AI agent (Claude, Codex, ...).

why wtx

In large repos, creating and managing worktrees becomes slow and manual. Treating them as disposable per branch does not scale.

wtx keeps a reusable pool of worktrees and assigns them to branches automatically, so parallel AI agents can use them without repeated bootstrap.

wtx screenshot

Quickstart

wtx checkout -b feat/first
# open another terminal
wtx checkout -b feat/second

interactively:

wtx

Installation

curl -fsSL https://raw.githubusercontent.com/aixolotls/wtx/main/install.sh | bash

Alternative (requires Go):

go install github.com/aixolotls/wtx@latest

Other Features

  • Open your ide easily on a worktree's subfolder, to avoid indexing tax in large repos (requires tmux)
  • Get an interactive shell quickly in the worktree (requires tmux)
  • Terminal tab naming: keeps branch context visible while juggling many monorepo sessions (requires tmux)
  • GitHub integration: surfaces merge, review, and CI status where you are already working

License

MIT

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL