Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 419 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 419 Bytes

hncr-cli

A Hacker News command line client written in Crystal

Building

% crystal build src/hncr-cli.cr --release

Usage

NOTE:

The client returns items concurrently.

# Print eight items from the 'new' category
% ./hncr -i new -c 8

Options

  • -i TYPE, --item=TYPE The type of item (default: best).
  • -c NUMBER, --count=NUMBER The number of stories (default: 5).