Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/heng30/rssbox

A simple RSS client using Slint-UI and Rust to develop
https://github.com/heng30/rssbox

rss rss-reader rust slint-ui

Last synced: 2 months ago
JSON representation

A simple RSS client using Slint-UI and Rust to develop

Awesome Lists containing this project

README

        

![screenshot](./screenshot/rssbox.png)

[中文文档](./README.zh-CN.md)

#### Introduction
This is a simple `RSS` client using `Slint-UI` and `Rust` to develop.

#### Features
- [x] Support adding, deleting, and editing `RSS` sources
- [x] Support protocol formats: `RSS` and `Atom`
- [x] Support configuring automatic synchronization on startup
- [x] Support background synchronization
- [x] Support `Sock5` proxy

#### How to build?
- Install `Rust` and `Cargo`
- Run `make build`
- Refer to [Makefile](./Makefile) for more information

#### Reference
- [Slint Language Documentation](https://slint-ui.com/releases/1.0.0/docs/slint/)
- [github/slint-ui](https://github.com/slint-ui/slint)
- [Viewer for Slint](https://github.com/slint-ui/slint/tree/master/tools/viewer)
- [LSP (Language Server Protocol) Server for Slint](https://github.com/slint-ui/slint/tree/master/tools/lsp)