0.0.14 • Published 8 years ago

git-browse v0.0.14

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

git-browse

npm version Build Status

git-browse opens your Github repository with browser.

Dependency

  • Depends on git

Install

$ npm install -g git-browse

Usage

The commands below open browser and locate the Github repositories. Without username argument, the command locates your repository.

$ git browse user repo
$ git browse user/repo
$ git browse repo
$ git-browse user repo
$ git-browse user/repo
$ git-browse repo

Tab Completion

$ git-browse --completion >> ~/.bashrc

git-browse-completion works against git-browse command only, not for git browse subcommand. Completion for 1st argument completes your git username. Completion for 2nd argument completes repository name for the user on 1st argument.

0.0.14

8 years ago

0.0.13

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8-beta

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago