news

Crates.ionews
lib.rsnews
version0.1.3
sourcesrc
created_at2014-11-21 10:23:27.672113
updated_at2023-07-18 15:14:37.649482
descriptionConsume the news in yout terminal 📰
homepage
repositoryhttps://github.com/samyosm/news
max_upload_size
id267
size78,359
Samy Rahmani (samyosm)

documentation

README

News TUI

License: GPL v3 Twitter Follow GitHub issues

News is a text user interface that allows you to consume daily news in multiple categories like technology, science, health, and so on.

Screenshot 2023-07-15 03-21-17

Installation

Using Cargo

cargo install news

Manual Build

git clone https://github.com/samyosm/news.git
cd news
cargo build

Usage

news

Home Page

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

Article view

key description
esc Go back to home page
j, down Sroll down
k, up Scroll up
q Quit

License

GPL-3.0

Commit count: 30

cargo fmt