git-worktree-manager 0.0.29

CLI tool integrating git worktree with AI coding assistants
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/// Operations module — business logic for all commands.
pub mod ai_tools;
pub mod backup;
pub mod busy;
pub mod clean;
pub mod config_ops;
pub mod diagnostics;
pub mod display;
pub mod git_ops;
pub mod global_ops;
pub mod helpers;
pub mod launchers;
pub mod lockfile;
pub mod path_cmd;
pub mod setup_claude;
pub mod shell;
pub mod stash;
pub mod worktree;