| Crates.io | juicerss |
| lib.rs | juicerss |
| version | 1.1.0 |
| created_at | 2024-10-29 15:34:18.346048+00 |
| updated_at | 2024-11-12 03:55:02.599069+00 |
| description | Read-only RSS feed reader |
| homepage | https://github.com/tulilirockz/juicerss |
| repository | https://github.com/tulilirockz/juicerss |
| max_upload_size | |
| id | 1427134 |
| size | 1,700,407 |
Read-only first RSS/Atom feed reader made for Universal Blue meant to be as simple and straight-forward as possible, and, as this is a changelog-first reader, it purposefully does not contain common features on RSS readers, like "read" articles, favorites, and others.

Configuring should be done as the example included in this repo
If you are on any distro that does not have a package for this program, you can fetch the binary directly from releases
export VERSION=v1.0.3
wget -P $HOME/.local/bin https://github.com/tulilirockz/juicerss/releases/download/${VERSION}/juicerss-${VERSION}.x86_64
mv $HOME/.local/bin/juicerss-${VERSION}.x86_64 $HOME/.local/bin/juicerss
chmod +x $HOME/.local/bin/juicerss
# Then make sure to have $HOME/.local/bin in your PATH variable
On Fedora / RPM-based distros you can install this by using the supplied COPR
sudo dnf copr enable tulilirockz/juicerss
sudo dnf install -y juicerss
This project is made by a Human Being! If you want to help me out doing these kinds of projects in the future, please Sponsor me on Github. It would be much appreciated and it'll help me with equipment and tons of stuff to continue making good software.