gwx 2.0.0

A friendly git worktree manager with automatic paths, hooks and shell integration
1
2
3
4
5
6
7
pub mod add;
pub mod cd;
pub mod init;
pub mod list;
pub mod man;
pub mod remove;
pub mod shell;