git-brws 0.9.1

Command line tool to open a repository, file, commit or diff in your web browser from command line
1
2
3
4
5
6
7
8
9
#[macro_use]
mod helper;

mod argv;
mod command;
mod github_api;
mod page;
mod pull_request;
mod service;