hackernews-TUI

hackernews_tui is a Terminal UI to browse Hacker News written in Rust.

The application mainly consists of two views: - Story View displaying a list of top stories. - Comment View displaying a list of comments in a story.

Installation

Using cargo

Run cargo install hackernews_tui to install the application as a binary.

Using archlinux AUR

Run yay -S hackernews_tui to install the application as an AUR package.

Examples

Story View: Example of a Story View

Comment View: Example of a Comment View

Documentation

Keyboard shortcuts

Story View

Roadmap/TODO List

TBA...