Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 2.2 KB

README.md

File metadata and controls

51 lines (35 loc) · 2.2 KB

gh-noti

Github CLI extension to check unread notifications in this page.

As the feature is available in gh, see this issue.

Still WIP.

Installation

gh extension install bambooom/gh-noti

Needs jq installed

brew install jq

Usage

  1. gh noti : list all unread notifications
ID          Repo                         Type         Title                                                                                                 Reason            Updated
-------     ------                       -------      ---------------                                                                                       ------            -------------------
2371625702  zzzzc/openresty-doc          PullRequest  fix markdown toc sidebar                                                                              author            2021-09-03T05:56:14Z
1209817679  mengxiong10/vue2-datepicker  Issue        Vue3 compatibility                                                                                    manual            2021-08-27T20:05:51Z
535892525   axios/axios                  Issue        Handling onUploadProgress on network failure                                                          manual            2021-07-27T07:15:54Z

Or no unread:

✨ No unread notifications.
  1. gh noti read: mark all notifications as read

  2. gh noti read <id>: use the id in the list to mark one thread as read

Todo

Ref