Bunchhieng / hnreader

Open programming news with your favorite browser using command line
https://bunchhieng.github.io/hnreader/
MIT License
7 stars 10 forks source link

Add command line support to randomized source of the news #31

Closed Bunchhieng closed 5 years ago

Bunchhieng commented 5 years ago

Currently, we allow users to specify the source for the aggregated news (reddit, hackernews..etc). This new feature allows a user to randomize the source. For example: hnreader rr will randomly pick one of the sources that we support and open the news. hnreader rr should work with the existing flags (-t and -b exclude the -s, -source). Open to suggestion and improvement. Feel free to provide a new way to support this use case.

0xch4z commented 5 years ago

I can take this!