Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 475 Bytes

File metadata and controls

26 lines (19 loc) · 475 Bytes

CLHN

CLHN is an elegant elixir command line application that allows you to glance at Hacker News.

screenshot

Usage

./hn [best | new | top] [count | 10]

Installation

Assuming you have elixir:

git clone https://github.com/nichochar/CLHN.git
cd CLHN
mix deps.get
mix escript.build

This will output an executable erlang script hn.sh in the root directory:

./hn top 5