Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minoru/newsboat-tui-rs
A mockup of Newsboat's UI, using tui-rs
https://github.com/minoru/newsboat-tui-rs
Last synced: 3 months ago
JSON representation
A mockup of Newsboat's UI, using tui-rs
- Host: GitHub
- URL: https://github.com/minoru/newsboat-tui-rs
- Owner: Minoru
- Created: 2020-04-28T13:47:10.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-18T20:26:19.000Z (about 1 year ago)
- Last Synced: 2023-11-19T17:57:58.845Z (about 1 year ago)
- Language: Rust
- Size: 132 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a mockup of [Newsboat][newsboat]'s UI, redone with [ratatui][ratatui].
The goal is to evaluate ratatui as a replacement for [STFL][stfl] (see
[newsboat/newsboat#232][issue-232]).NOTES in the root of the repo contains, well, notes: things I learned during
that exercise that I'd like to remember.This can be built against two different terminal backends:
- `crossterm`: `cargo run --features crossterm`
- `termion`: `cargo run --features termion`[newsboat]: https://newsboat.org/
[ratatui]: https://crates.io/crates/ratatui
[stfl]: http://www.clifford.at/stfl/
[issue-232]: https://github.com/newsboat/newsboat/issues/232