stephenmsachs / github-notifications

MacOS notifications from GitHub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

github-notifications

MacOS notifications from GitHub

Installation

  1. Clone this repo
  2. Install dependencies brew install jq terminal-notifier
  3. Create a GitHub Personal Access Token with only one scope: notifications
  4. Copy the token to your clipboard
  5. Open Keychain Access, select login on the left, click + to add a new entry, et Keychain Item Name: anything you want, Account Name: github_token, Password: paste the Personal Access Token from your clipboard
  6. Call the script with the number of minutes between notifications, e.g. ./notify.sh 10 for 10 minute intervals
  7. If there is a popup asking to allow the script to access to the keychain, type your Mac user password and click Always Allow
  8. Click on the notification to open your GitHub notifications page

Notes

About

MacOS notifications from GitHub

License:MIT License


Languages

Language:Shell 100.0%