wtw

0.2.0

Git worktree + VS Code/(vscode based editors like Cursor) workspace manager. Creates, switches, and removes worktrees with auto-generated workspace files, unique Peacock colors, shell aliases, and fuzzy name resolution.

Minimum PowerShell version

7.0

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name wtw -RequiredVersion 0.2.0

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name wtw -Version 0.2.0

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2025-present Sergey Novikov. All rights reserved.

Package Details

Author(s)

  • Sergey Novikov

Tags

git worktree vscode cursor workspace peacock devtools ssh remote

Functions

Add-WtwEntry Copy-WtwWorkspace Enter-WtwWorktree Get-WtwList Get-WtwUpdateStatus Get-WtwWindowTitle Initialize-WtwConfig Install-Wtw Install-WtwSkill Invoke-Wtw Invoke-WtwClean Invoke-WtwHost New-WtwWorkspace New-WtwWorktree Open-WtwWorkspace Register-WtwProfile Register-WtwTerminalTitle Remove-WtwWorktree Set-WtwColor Sync-WtwWorkspace Unregister-WtwEntry

Dependencies

This module has no dependencies.

Release Notes

Adds remote worktrees: `wtw --on <host> cursor <name>` opens a worktree that lives on another machine over Remote-SSH, discovering it by asking that machine's own wtw rather than mirroring its registry. Adds `wtw host` to manage those machines and to keep ~/.ssh/config.d/wtw in sync, since the editor resolves hosts through the ssh client. `editor` in the config now also accepts an ordered chain (["cursor","code"]) — first runnable wins. Internally, the VS Code family (prefixes, CLI candidates, app bundles, Remote-SSH extension ids, settings dirs) now comes from one table instead of four lists that could drift.

FileList

Version History

Version Downloads Last updated
0.2.9 5 8/15/2026
0.2.3 4 8/15/2026
0.2.0 (current version) 4 8/14/2026
0.1.48 5 8/13/2026
0.1.46 11 8/2/2026
0.1.45 12 7/29/2026
0.1.43 10 7/28/2026
0.1.40 8 7/26/2026
0.1.39 8 7/25/2026
0.1.37 9 7/24/2026
0.1.35 14 7/24/2026
0.1.33 11 7/24/2026
0.1.31 19 7/6/2026
0.1.30 6 7/6/2026
0.1.29 19 6/2/2026
0.1.25 5 5/30/2026
0.1.24 4 5/30/2026
0.1.23 8 5/28/2026
0.1.22 8 5/28/2026
0.1.21 7 5/28/2026
0.1.20 6 5/26/2026
0.1.19 7 5/26/2026
0.1.18 6 5/26/2026
0.1.17 6 5/23/2026
0.1.16 6 5/23/2026
0.1.15 22 5/19/2026
0.1.14 6 5/18/2026
0.1.13 6 5/16/2026
0.1.10 6 5/16/2026
0.1.9 6 5/14/2026
0.1.6 6 5/11/2026
0.1.5 6 5/7/2026
0.1.4 9 4/23/2026
0.1.2 4 4/20/2026
0.1.1 6 4/12/2026
0.1.0 5 4/12/2026
Show more