github-feed-cli icon indicating copy to clipboard operation
github-feed-cli copied to clipboard

✨ Github feed right at your terminal

Results 5 github-feed-cli issues
Sort by recently updated
recently updated
newest added

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...

enhancement
good first issue

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...

enhancement
help wanted