dhonus / arcanum

๐Ÿ—ž๏ธ Lightweight RSS feed reader with keyboard navigation (tauri / svelte).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arcanum RSS

This is a simple RSS reader written in Rust. The main purpose of this project was to have a simple tool to read my feeds every day. The reader doesn't cache images or other media, only the text, which I find sufficient for offline reading. Vim keybindings included.

img

How to use

You can download a prebuilt binary from the releases page. Only linux tested.

You can build arcanum yourself by completing setting up and running npm install and npm run tauri build in the root of the project.

Key bindings

key action
h move to column on the left
l move to column on the right
j move cursor down
k move cursor up
g scroll to the top of the current column
G scroll to the bottom of the current column

Svelte + Tauri + Vite

This template should help get you started developing with Tauri and Svelte in Vite.

Recommended IDE Setup

VS Code + Svelte + Tauri + ryust-analyzer.

About

๐Ÿ—ž๏ธ Lightweight RSS feed reader with keyboard navigation (tauri / svelte).

License:GNU General Public License v3.0


Languages

Language:Rust 36.4%Language:Svelte 27.0%Language:TypeScript 18.0%Language:Sass 17.4%Language:HTML 1.2%