Comment by joshka
2 days ago
I wanted to do something like this as a TUI, but was annoyed that the API for handling notification states was not available. I.e. you can't mark a PR as done and then actually search that status or detect it in the API results. That was somewhat annoying. I see this kinda side steps that by keeping state locally and doing a bunch of things to work out whether you're the next action... I like it :)
Thanks! If you are looking for a TUI, there is gh-dash (https://dlvhdr.github.io/gh-dash/) which seems quite popular.