git-worktree-manager 0.0.29

CLI tool integrating git worktree with AI coding assistants
Documentation
1
2
3
4
5
6
7
/// Terminal launcher implementations.
pub mod detached;
pub mod foreground;
pub mod iterm;
pub mod tmux;
pub mod wezterm;
pub mod zellij;