gh-notifications-snoozer

Lists and filters and snoozing pull requests, oh my! This is an app for managing your notifications on GitHub by way of filtering issues and pull requests that are of interest to you.

MIT License

Stars
15
Committers
6

Bot releases are hidden (Show)

gh-notifications-snoozer - v0.3 Latest Release

Published by cheshire137 over 7 years ago

  • Moves the app from the GitHub REST API to the GraphQL preview, meaning you must visit https://github.com/prerelease/agreement and register for the GitHub Pre-Release Program using the account on which you create your personal access token for authenticating in the app.
  • The repo and user scopes are now required when you create your personal access token for authenticating in the app. Previously, just the repo scope was required.
  • Fixes a bug where all edit buttons on the Filters screen led to the same filter.
  • Fixes a bug that could cause an "ENOENT: no such file or directory" error to occur on startup.
gh-notifications-snoozer - v0.2

Published by cheshire137 almost 8 years ago

This release adds keyboard shortcuts:

  • a for archive, s for snooze, and i for ignore.
  • Enter or o to open the focused task on GitHub.com in your browser.
  • Up and down arrows to focus tasks, or k and j like in vim.

This release also adds:

  • A simplified UI without checkboxes.
  • Task list auto refreshes every minute.
gh-notifications-snoozer - v0.1

Published by cheshire137 almost 8 years ago

This is an early release. Features include:

  • Authentication with GitHub using manually supplied GitHub personal access token.
  • Basic filter creation via the GitHub Search API, including search term autocompletion.
  • Default filters to get you started.
  • Archive, snooze, and ignore issues and pull requests to manage your inbox.

To install, unzip and copy GHSnooze.app to your Applications directory in macOS.