5 stable releases

1.1.0 Nov 12, 2024
1.0.3 Oct 30, 2024
1.0.1 Oct 29, 2024

#102 in Command line utilities

Download history 338/week @ 2024-10-28 5/week @ 2024-11-04 125/week @ 2024-11-11

468 downloads per month

BSD-3-Clause

1.5MB
746 lines

Juicerss

Copr RPM build status

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.

Demo

Configuring should be done as the example included in this repo

Installing

cURL

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

Fedora

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

Todo

  • Mouse support
  • Highlighting for Markdown

Sponsoring

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.

Dependencies

~25–40MB
~694K SLoC