Skip to main content

git_worktree_manager/operations/launchers/
mod.rs

1/// Terminal launcher implementations.
2pub mod detached;
3pub mod foreground;
4pub mod iterm;
5pub mod tmux;
6pub mod wezterm;
7pub mod zellij;