| Crates.io | wx |
| lib.rs | wx |
| version | 0.0.2 |
| created_at | 2025-12-08 14:26:45.199671+00 |
| updated_at | 2025-12-08 14:54:23.742259+00 |
| description | A CLI tool for managing Git worktrees and VSCode workspaces |
| homepage | https://github.com/mzkmnk/wx |
| repository | https://github.com/mzkmnk/wx |
| max_upload_size | |
| id | 1973609 |
| size | 273,723 |
A CLI tool for managing Git worktrees and VSCode/Kiro workspaces.

cargo install wx
git clone https://github.com/mzkmnk/wx.git
cd wx
cargo install --path .
wx register git@github.com:org/frontend.git
wx register git@github.com:org/backend.git
Registered repositories are bare cloned to ~/.wx/.
wx list
cd ~/work
wx new feature-auth
Select repositories and branches interactively, then a feature-auth/ directory will be created containing worktrees and a .code-workspace file.
~/.wx/
├── config.json # Registered repositories
├── frontend.git/ # Bare repository
└── backend.git/ # Bare repository
# Build
cargo build
# Test
cargo test
# Release build
cargo build --release
MIT License - Copyright (c) mzkmnk mzk.mnk.dev@gmail.com