Skip to content

Read Hacker News, /r/Programming, Lobster, and Product Hunt in Your CLI

Notifications You must be signed in to change notification settings

jackyliang/coven-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Coven CLI

All the news a programmer needs in your command line!

Introduction

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.

Requirements

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)

Installation

git clone https://github.com/jackyliang/coven-cli.git
cd coven-cli
alias coven='php coven-cli.php' # Optional, but recommended

Usage

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

Why?

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.

How to Contribute

  1. Check the issues

  2. Check the TODOs in the code

  3. Open an issue for bugs/featureRequests/feedback

  4. Fork it

  5. Write features

  6. Push and submit pull requests

About

Read Hacker News, /r/Programming, Lobster, and Product Hunt in Your CLI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages