An open API service indexing awesome lists of open source software.

https://github.com/yayoc/hn

Yet another HackerNews viewer for terminal written in Rust.
https://github.com/yayoc/hn

hackernews-cli rust tui

Last synced: over 1 year ago
JSON representation

Yet another HackerNews viewer for terminal written in Rust.

Awesome Lists containing this project

README

          

# HN
> Yet another HackerNews viewer for terminal written in Rust.



## Key Bindings

|Key|Description|
|---|---|
|k|Cursor up|
|j|Cursor down|
|CTRL+u|Scroll window upwards|
|CTRL+d|Scroll window downwards|
|g|Jump to top|
|G|Jump to bottom|
|Enter|Open the article with default browser|
|c|Open comments with default browser|
|CTRL+r|Reload articles|
|CTRL+c|Quit|