Skip to content
This repository has been archived by the owner on Apr 20, 2022. It is now read-only.
/ ghj Public archive
generated from jsynowiec/node-typescript-boilerplate

Github Jump! A CLI tool to jump to GitHub relevant pages from the current active branch and repository.

License

Notifications You must be signed in to change notification settings

pevers/ghj

Repository files navigation

GitHub Jump

Glorified Bash script that detects the current organization/user and branch and quickly jumps to relevant pages on GitHub using the CLI. The default browser is used to open the relevant pages. So no security tokens required for the script to work.

Install

npm install ghj -g

Usage

usage: ghj <command>

where <command> is one of:

        issue   repo            Open a new pull request for a the current repo or target <repo>
        pr      branch          Open a new pull request in the current repo against master or target <branch>
        board                   Open the project board for the organization (not the user)
        help                    Print this help page

Examples

Open a new issue for the current repository

ghj issue

Open a new issue in another repo within the same organization

ghj issue other-repo

Open a PR against master from the current branch

ghj pr

Open the PR against a specific branch

ghj pr target-branch

Open the project board. This is only supported for organizations and not for individual users.

ghj board

About

Github Jump! A CLI tool to jump to GitHub relevant pages from the current active branch and repository.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published