Settings

Theme

Show HN: My Chrome extension to add per-repo alert filtering to GitHub

1 points by adammck 14 years ago · 1 comment · 1 min read


GitHub's news feed has never been very useful (to me), because it's so noisy. Following a popular repo (e.g. Rails) floods the feed with so many alerts that I regularly miss things happening in my own repos. So I wrote a little extension with CoffeeScript and SCSS to try to fix it:

https://github.com/adammck/gh-news-feed-filters

It adds an "alerts" menu after the watch button, which allows you to pick which types of alert (push, tag, issue, etc) you wish to see in your news feed. Uncheck an event, and it's filtered (on the client side) from your feed. There are a couple of screenshots in the README.

I hope it's not too rude of me, a lurker, to submit my own stuff. But I think it's pretty useful.

adammckOP 14 years ago

Clickable: https://github.com/adammck/gh-news-feed-filters

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection