git-worktree-manager 0.0.24

CLI tool integrating git worktree with AI coding assistants
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// Global mode (-g) support.
//
// Commands that support global mode:
// - list: show worktrees across all repos
// - delete: delete worktree from any repo
// - pr: create PR from any repo
// - merge: merge worktree from any repo
// - resume: resume work in any repo
// - sync: sync worktrees across repos
// - scan: register repositories
// - prune: clean stale registry entries
// - _path: resolve paths across repos