newsie

Crates.ionewsie
lib.rsnewsie
version0.1.1
sourcesrc
created_at2023-07-15 22:46:12.373436
updated_at2023-07-15 23:37:51.164289
descriptionConsume the news in yout terminal 📰
homepage
repositoryhttps://github.com/samyosm/news
max_upload_size
id917470
size75,097
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 newsie

Manual Build

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

Usage

newsie

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

Article view

key description
esc go back to home page

License

GPL-3.0

Commit count: 30

cargo fmt