{% extends "juice/templates/index.html" %}
{% block title %}{{ section.title }} - {{ section.description }}{% endblock title %}
{% block hero %}
{{ section.description }}
RSS Please is a command line tool that runs on Linux, macOS, Windows, BSD, and more.
{% set releases = load_data(url="https://github.com/wezm/rsspls/releases.atom", format="xml") %}
{% set latest_release = releases.feed.entry | first %}
{% set latest_version = latest_release.link['@href'] | split(pat="/") | last %}
Install