hn-cli, a command-line tool to read HackerNews

Crates.io Rust

Screenshots

Installation

You’ll need first to install the Rust toolchain, then: cargo install hn-cli

Usage

List stories (add -p3 or --page 3 to display the third page):

After listing stories, note the index of the story you are interested in (let’s suppose it is 5), then:

You can also display the details about a user with hn user the_user_name or hn u the_user.

Note: information is obtained by scraping the HackerNews website. The reason this crate does not use the official API is that it does not provide a convenient way to get all the comments for a given story.

License

MIT, see LICENSE.