Skip to main content

Crate git_worktree_manager

Crate git_worktree_manager 

Source
Expand description

git-worktree-manager: CLI tool integrating git worktree with AI coding assistants.

Re-exports§

pub use prompt_source::resolve_prompt;

Modules§

cli
config
console
constants
cwshare_setup
entrypoint
CLI entrypoint — shared between the gw and cw binaries.
error
git
hooks
messages
Standardized error and informational messages for git-worktree-manager.
operations
prompt_source
Resolve the three mutually-exclusive gw new prompt sources (--prompt, --prompt-file, --prompt-stdin) into a single optional string.
registry
session
shared_files
shell_functions
tui
TUI rendering layer built on ratatui + crossterm.
update