Skip to content

orez-/github-notifications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-notifications

Small script to view GitHub notifications in the terminal sample output

Shows and color-codes the notification source, eg if you're the owner or were tagged. Distinguishes between reviewer request as part of a team vs reviewer request as an individual.

Build and usage

  • install Rust and Cargo

  • if you don't already have one, generate a GitHub Token with the repo permission

  • set the GITHUB_TOKEN environment variable to this token

  • run cargo build --release on the project to generate the executable

  • move the target/release/github-notifications executable into a directory on your path, eg:

    mv target/release/github-notifications /usr/local/bin
  • run github-notifications

About

❗️ Small script to view GitHub notifications in the terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages