docker run -it --rm --log-driver none --read-only defnotgustavom/cast-text cast-text -rss https://link.goes.here/rss
docker run -it --rm --log-driver none --read-only defnotgustavom/cast-text:xtrasmol cast-text -rss https://link.goes.here/rss
Features
- Read the full article content from the terminal
- Easy to use: ←↓↑→ arrow keys (or hjkl) is all you need to use its main features. Up/Dow to browse through articles,
- Left/Right to scroll the article content.
- Fast: it will prefetch adjacent articles - so every action is instant.
- By default it will load the BBC, but you can change the source by passing -rss <your_rss_or_atom_feed>
- One single UI for both article listing and article content.
- If for some reason you need to open the article on a browser simply press ENTER.
- q to quit, other optinal shortcuts put in ( ) on the title to jump directly to the article
- Trackpad scrolling will list through articles (thanks to the great rivo/tview library)
- UPCOMING: Perhaps support non-rss news outlets like CNN, etc.
Check https://github.com/piqoni/cast-text for more info.