Skip to content

kenboo98/HackerNews-Terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HackerNews in the Terminal

Hacker News Terminal Demo

About

This is terminal app written in Rust using tui-rs. You can browse different stories and read comments from HackerNews right in your terminal. Unfortunately, since it uses HackerNews' official API, commenting, logging in and voting aren't available. It's also a bit slow since a separate API request needs to be made for every item. However, we make do with reqwest's async capabilities.

Installation

No installable binaries yet. Just have to compile and run it with cargo yourself.

git clone https://github.com/kenboo98/HackerNews-Terminal.git
cargo run

Using it

  • Use the left and right arrow keys to pick different feeds
  • Use Tab to select between the different story feeds, the story info, and the comment section
  • Press up and down to scroll
  • Press q to quit

To do

  • Minor bugs
  • Installable binaries
  • Cleaner comments

About

Hacker News in the Terminal using Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages