/gh-home

Open the GitHub page of the repo in the current directory

Primary LanguageJavaScriptMIT LicenseMIT

gh-home Build Status

Open the GitHub page of the repo in the current directory

It will attempt to open the upstream repo if there is one or the forked repo.

Install

$ npm install --global gh-home

Usage

$ gh-home --help

  Usage
    $ gh-home

Tip

In your .zshrc/.bashrc add alias gh=gh-home so that you can run it with $ gh instead.

Related

  • npm-home - Open the npm page of a package
  • gh-upstream - Open the GitHub page of the upstream remote for the repo in the current directory

License

MIT © Sindre Sorhus