Skip to content

kevinschaul/open-in-github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open in GitHub

A shortcut to your project on GitHub.com

Setup

pip install opengithub

Usage

From inside a project under git versioning:

$ git-open

A browser will open to the GitHub page of your project.

To go directly to a specific path:

# Current path
$ git-open .

# src directory
$ git-open src

To go directly to the issues page:

$ git-open -i

To go directly to the pull requests page:

$ git-open -p

To view all commands:

$ git-open --help

It's that simple.

About

A shortcut to your project on GitHub.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages