ofsht 0.1.10

Git worktree management tool
Documentation
1
2
3
4
5
6
7
8
9
10
// External integrations module
// This module contains integrations with external tools

pub mod fzf;
pub mod git;
pub mod tmux;
pub mod zoxide;

// GitHub integration
pub mod gh;