readr

Minimal Terminal RSS Reader
Log | Files | Refs | README | LICENSE

readr.scd (929B)



READR(1)

# NAME

readr

# SYNOPSIS

Small RSS viewer in terminal

# DESCRIPTION

readr is a minimal RSS viewer for the terminal, it reads feeds URLS from a file and displays the posts for quick viewing.

# OPTIONS

See config.h, overwrite at will and recompile.

# INSTALLATION

make install

# REQUIREMENTS

*libcurl*(1), *libmrss*(1), *sqlite3*(1)

# EXAMPLES

Feeds are loaded from a config file; create a file `~/.config/readr/feeds`

Fill it with RSS feeds URLS, one per line, e.g.

```
https://example1.com/rss
https://example2.com/rss
https://example3.com/rss
```

Note that we load feeds before the UI, so loading readr will take a couple of
seconds as load feeds multi-threaded (shown with dots, 1 dot per feed).

# KEY BINDINGS

- Use *ARROWS* to select feeds / posts,
- press *ENTER* to open the post's link,
- press *SPACE* to open comments, if comments are available.

# AUTHORS

citbl, 2025

# LICENSE

Apache-2.0