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.
- Host: GitHub
- URL: https://github.com/yayoc/hn
- Owner: yayoc
- Created: 2019-10-18T23:48:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-21T22:14:23.000Z (almost 3 years ago)
- Last Synced: 2024-04-15T00:00:31.575Z (about 2 years ago)
- Topics: hackernews-cli, rust, tui
- Language: Rust
- Homepage: https://github.com/yayoc/hn
- Size: 660 KB
- Stars: 19
- Watchers: 4
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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|