All the news a programmer needs in your command line!
Coven CLI is a command line version of the incredible programmer news aggregator coven.link which aggregates news from the Hacker News, /r/Programming, Lobsters, and Product Hunt.
Coven CLI is super fast, using local caching to get the busy you the latest programming news.
PHP and Mac OS X (the open
command is currently only supported in
Mac OS X. When I have time I will add support for Linux distros)
git clone https://github.com/jackyliang/coven-cli.git
cd coven-cli
alias coven='php coven-cli.php' # Optional, but recommended
Get the latest Coven headline
$ coven
Refresh your feed
$ coven refresh
Open post #2 in your browser
$ coven open 2
Get help [WIP]
$ coven help
Because Coven is awesome (give the cool Coven dev Ryan your love). Also, what better way to learn vi than to program something with it? This is my first project done entirely in vi. And I love it more and more each day.
-
Check the issues
-
Check the
TODO
s in the code -
Open an issue for bugs/featureRequests/feedback
-
Fork it
-
Write features
-
Push and submit pull requests