gitow 1.0.0

Open Git remotes and repository pages in your browser from the CLI
Documentation
1
2
3
4
5
6
7
8
9
mod branch;
mod context;
mod page;
mod types;
mod utils;

pub use branch::build_branch_url_parts;
pub use page::{build_commit_url, build_page_url};
pub use types::RepoPage;