gh-notify
gh-notify copied to clipboard
GitHub CLI extension to display GitHub notifications
#### description - to avoid testing the same things over and over again, add some tests - Ref: [dodie/testing-in-bash](https://github.com/dodie/testing-in-bash)
### description - `less` scrolls to the bottom of the page using the `+G` flag for `Issues/Pull Requests` with at least one comment - minimize duplication for `gh api` calls...
It is too easy to hit the `ESC` key and then have to wait to load all the notifications again. Would it be possible to add a confirmation before escaping...
### description - resolve #96 - see comments in the issue report for more details
## Description When pressing ⌃ Control + T or ⏎ Enter, the notification is automatically marked as read. When the list is empty, the program exits automatically after a reload....
Allow the user to select and delete/done notifications with ctrl-x. I changed individual Done to ctrl-x and comment to ctrl-c. Not sure about what are good keys for that. in...