gitow 1.0.0

Open Git remotes and repository pages in your browser from the CLI
Documentation
1
2
3
fn main() -> std::process::ExitCode {
    gitow::run_from_env()
}