git-brws 0.11.12

Command line tool to open a repository, file, commit, diff, tag, pull request, issue or project's website in your web browser from command line
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[macro_use]
mod helper;

mod argv;
mod config;
mod git;
mod github_api;
mod page;
mod pull_request;
mod service;
mod url;