Skip to content
/ ghlist Public

A script to find your assigned and created open PRs

Notifications You must be signed in to change notification settings

rbeitra/ghlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Ghlist

A script to find your assigned and created open PRs

Install

Clone the repo

$ cd path/to/install
$ git clone https://github.com/rbeitra/ghlist.git

Set up a GitHub API access token (so the script can query the GitHub API)

  1. Go to GitHub Settings > Developer settings > Personal access tokens
  2. Click Generate new token (You will be asked to confirm your password)
  3. Copy the generated token
  4. Add the required environment variables:
    • GHLIST_GITHUB_API_TOKEN: Your generated token
    • GHLIST_GITHUB_API_USER: Your GitHub username

E.g. add these lines to ~/.bashrc:

  export GHLIST_GITHUB_API_TOKEN=your_generated_token
  export GHLIST_GITHUB_API_USER=your_github_username

Install the package dependencies

$ cd path/to/install/ghlist
$ npm install

Run

$ cd path/to/install/ghlist
$ ./index.js

About

A script to find your assigned and created open PRs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published