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.
- Host: GitHub
- URL: https://github.com/ishibi/hn
- Owner: iShibi
- License: mit
- Created: 2025-08-13T15:09:12.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-08-20T20:35:10.000Z (5 months ago)
- Last Synced: 2025-09-06T20:55:58.845Z (4 months ago)
- Topics: clap-rs, crossterm, hackernews, rust, terminal, tui
- Language: Rust
- Homepage:
- Size: 97.7 KB
- Stars: 9
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hn
> [Hacker News](https://news.ycombinator.com/) in your Terminal.

### 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.