An open API service indexing awesome lists of open source software.

https://github.com/ishibi/hn

Hacker News in your Terminal.
https://github.com/ishibi/hn

clap-rs crossterm hackernews rust terminal tui

Last synced: 4 months ago
JSON representation

Hacker News in your Terminal.

Awesome Lists containing this project

README

          

# hn

> [Hacker News](https://news.ycombinator.com/) in your Terminal.

![hn demo](./demo/hn_demo.gif)

### Installation

Here are the steps to install `hn` in your terminal:

1. Download the Rust language from https://www.rust-lang.org/tools/install
2. Run the following command in terminal to install `hn`:

```cmd
cargo install --git https://github.com/iShibi/hn
```

3. Run `hn` cmd to fetch current `top 5` stories. This is the defualt output.
4. Run `hn -h` to bring up the help menu and see available options.