Terminal App for reading RSS Feeds
First make sure to have Rust installed: https://www.rust-lang.org/tools/install
Then just clone this repository, change into the directory ...
git clone [email protected]:matthias-buttgereit/ta-rss.git
cd ta-rss
... and install the app into any directory by running
cargo install --root [DIRECTORY] --path .
To add rss feeds just use the add
subcommand
ta-rss add [FEED-URL]
For a full list of commands use the --help
argument
ta-rss --help
While the list of feeds is displayed you can navigate the entries with the up and down arrow keys.
Space
opens a popup to get more information on the selected feed.
Esc
closes the popup or quits the app when no popup is open.
Q
, Ctrl+C
always quits the app.
O
opens the current feed in the browser.