Skip to content

kentaromiura/HNR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HNR

Hacker News Cli reader

demo gif

As I was getting rusty at writing rust code I've decided to make a little CLI program to read Hacker News it features ratatui for cli, asynchronous programming with lazy load of news

TODO:

  • Load more news when near the end of news up to 500.
  • Configuration screen for setting external browser (lynx, carbonyl or browsh)
  • Comment section for news
  • Bottom bar showing commands and story detail

Currently the function open_in_browser in main.rs expect carbonyl under the carbonyl-0.0.3 folder, it can be replaced with lynx but there's some issue with delay of input after returning from the screen until it catch up...

Screenshot

main screen

story screen

About

Hacker News Cli reader

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages