hackernews_tui-0.2.0 is not a library.
hackernews-TUI
hackernews_tui
is a Terminal UI to browse Hacker News written in Rust.
The application mainly consists of the following views:
Story View - Front Page
displaying a list of stories in front page of Hacker News.Comment View
displaying a list of comments in a story.Story Search View
displaying a search bar and a list of stories matching the search query.
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 - Front Page:
Comment View:
Story Search View
Documentation
Keyboard shortcuts
In each View
, press <alt-h>
to see a list of supported keyboard shortcuts and their functionalities.
Roadmap/TODO List
TBA...