git-worktree-manager 0.1.6

Lean git worktree manager with AI coding-assistant integration
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;