Home

Awesome

<h1 align="center"> CAST-text </h1> <p align="center"> A zero latency, easy-to-use full-text rss terminal reader.</p> <div align="center"> <img width="640" src="https://github.com/user-attachments/assets/25d765b8-51fc-4b58-8d10-db82d93265c1"/> </div>

Features

Showcase

https://github.com/user-attachments/assets/90f3fe3e-a555-42d2-b071-7cbab2cb3172

Default frontpage is BBC

<img width="1412" alt="image" src="https://github.com/user-attachments/assets/a83f210b-a359-4541-bb95-83dbe8ec3094">

Installation

Homebrew

brew tap piqoni/cast-text
brew install cast-text

Binaries

Download binaries for your OS at release page, and chmod +x the file to allow execution.

Using GO INSTALL

If you use GO, you can install it directly:

go install github.com/piqoni/cast-text@latest

How to run it

If you want to read BBC just run the binary without any arguments. If you want to read something else pass its rss address to -rss parameter. For example to read http://lobste.rs start it by running:

cast-text -rss https://lobste.rs/rss

You can perhaps put an alias (export alias lobster=cast-text -rss https://lobste.rs/rss) so now you have a "lobster" reader shorthand:

<img width="895" alt="image" src="https://github.com/user-attachments/assets/a6b26ceb-50b2-4ff6-9e7c-c43aaa142208">