News is a text user interface that allows you to consume daily news in multiple categories like technology, science, health, and so on.
cargo install news
git clone https://github.com/samyosm/news.git
cd news
cargo build
news
key | description |
---|---|
j, down | Go down |
k, up | Go up |
l, tab | Switch category to the right |
h, shift+tab | Switch category to the left |
enter | View the content of an article |
q | Quit |
key | description |
---|---|
esc | Go back to home page |
j, down | Sroll down |
k, up | Scroll up |
q | Quit |