/gh-tidy-notifications

`gh` CLI extension to tidy GitHub notifications

Primary LanguageShellApache License 2.0Apache-2.0

gh-tidy-notifications

This is an extension for GitHub CLI that tidies GitHub notifications.

It simply applies a simple heuristic: marking 'done' any notification that relates to a Closed issue or Merged/Closed PR.

It's a simple way of tidying up notifications that probably aren't relevant to you any more. Don't use this if you need to pay special attention to closed or merged items.

Installation

Prerequisites:

  • GitHub CLI is already installed and authenticated
  • jq is installed

To install this extension:

gh extension install rnorth/gh-tidy-notifications

or (if using GitHub Enterprise):

gh extension install github.com/rnorth/gh-tidy-notifications

Usage

gh tidy-notifications

License

See LICENSE