Socket
Book a DemoInstallSign in
Socket

gh-home

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gh-home

Open the GitHub page of the given or current directory repo

latest
Source
npmnpm
Version
4.0.0
Version published
Maintainers
1
Created
Source

gh-home

Open the GitHub page of the given or current directory repo

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 [repo | user/repo]

  Options
	  --prs -p	   Open the pull requests of a GitHub repo
	  --issues -i  Open the issues of a GitHub repo

  Examples
    $ gh-home
    $ gh-home myrepo
    $ gh-home avajs/ava
    $ gh-home --issues
    $ gh-home --prs

Tips

Add alias gh=gh-home to your .zshrc/.bashrc, so that you can run it with $ gh instead.

You can also use the official GitHub CLI instead:

$ gh alias set home "repo view --web"
$ gh home
  • npm-home - Open the npm page of a package

Keywords

cli-app

FAQs

Package last updated on 14 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts