Skip to content

A simple CLI tool to see your GitHub notifications.

License

Notifications You must be signed in to change notification settings

sirbrillig/gitnews-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitnews-cli

A simple CLI tool to see your GitHub notifications.

Install

Via npm:

$ npm i -g gitnews-cli

Usage

You will need a GitHub token. To create the token, visit the Tokens page and generate a new token for the app. You can call it "gitnews" and it needs at least notifications and repo scopes.

Once the token is created, just run:

$ gitnews --save-token

After the token is saved, you can run:

$ gitnews

to fetch and display your notifications.

If you want to see messages you've already read, you can pass the --read option:

$ gitnews --read

Related

Built using gitnews to fetch the notifications. If you want a similar app for your menubar, check out gitnews-menubar.