github-feed-cli
github-feed-cli copied to clipboard
✨ Github feed right at your terminal
Add a option to `filter-out` a given event type. Once passed all the events that match that type will be removed from the `stdout` feed. ex: ```bash feed --filter stars...
In this feature, the cli would continuously poll the api in certain customizable intervals to fetch new posts and append them to the feed.
The original GitHub feed generally groups the similar events happening at the same timestamp. I don't really know the exact algorithm they use there. Initially, I thought they are grouping...