Syndicationd is a TUI feed viewer, based on feed-rs and ratatui.
- Subscribe feeds(RSS1, RSS2, Atom,...) and browse latest entries
- Open the entry in a browser
nix run github:ymgyt/syndicationd
cargo install synd-term --locked
The log file path is based on ProjectDirs::data_dir()
.
Please refer to the --log
flag in synd --help
for the default output destination.
You can modify the log directives using the environment variable SYND_LOG
. (for example, SYND_LOG=synd=debug
)
The theme can be changed using the --theme
flag. Please refer to the help for the values that can be specified.
By default, use https://syndicationd.ymgyt.io
as the backend api(hosted on my home Raspberry Pi).
To change the endpoint, specify the --endpoint
flag
Authentication credentials are cached. to remove them, execute synd clear
.
This project is available under the terms of either the Apache 2.0 license or the MIT license.