all repos

smutok @ 27d6fdfde770295f561e1f6ca5fb258d214efade

yet another tui rss reader (not abandoned, just paused development)

smutok/internal/config/config.toml(view raw)

1
2
3
4
5
6
7
8
9
10
11
debug = false

[freshrss]
host = "https://example.com/api/greader.php"
username = "username"
password = "password"

# you can set set the password form the env
#   password = "$env:ENV_VAR_NAME"
# or read it from file
#   password = "file:/path/to/file"