Skip to content

richshaw2015/dino-rss-electron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8c950cd Β· Dec 18, 2023
Dec 18, 2023
Oct 15, 2020
Jan 23, 2021
Sep 3, 2022
Mar 19, 2023
Mar 25, 2023
Feb 20, 2022
Dec 28, 2020
Mar 19, 2023
Mar 25, 2023
Mar 19, 2023
Mar 25, 2023
Jan 8, 2022
Feb 14, 2023

Repository files navigation

Dinosaur Rss πŸ¦•

A simple, efficient, open source RSS reader service

Podlove player

Key Features

πŸš€ Simple and Efficient

Dinosaur Rss πŸ¦• is build as minimum viable product, new features will be added up to you.

By using Client-Server architecture, feeds are synchronized intelligently on the server, so it's energy efficient for your device.

πŸ’» Cross Platform

MacOS Windows Linux
βœ… tested on macOS 10.15+ βœ… tested on Windows 7+ βœ… tested on manjaro

🎀 Podcast Optimized

Integrated with @Podlove Player for the specific needs of podcasters.

Podlove player

πŸ’‘ Code Highlight

const code = `var data = 1;`;

// log
console.log(code)

⌨️ Keyboard Shortcuts

n - Next N - Previous b - Back
p - Next page P - Previous page M - Mark all as read
j - Move down k - Move up x - Exit
d - PgOn u - PgUp r - Refresh
gg - Go to first line G - Go to last line yy - Copy link
F5 - Reload window Esc - Close modal window ctrl + f - Search

πŸ“ Personal Memo

Have a skin in the game !

🍎 Apple Silicon Support

Enjoy the benefit of new technology in Apple Silicon.

οΈπŸ†“ Free for 100 feeds

Just Buy me a coffee to get more feeds.

Podlove player

Quick Start

Install dependencies:

yarn --ignore-platform

Start development on macOS:

yarn run dev:mac

Build package on macOS:

rollup -c; electron-builder --mac

Build package on Windows:

rollup -c; electron-builder --win

Build package(deb、rpm) on Linux:

rollup -c; electron-builder --linux deb
rollup -c; electron-builder --linux rpm

For better network speed in China:

npm config set registry https://registry.npm.taobao.org/
yarn config set registry https://registry.npm.taobao.org/
yarn config set electron_mirror https://npm.taobao.org/mirrors/electron/
npm config set electron_mirror https://npm.taobao.org/mirrors/electron/

Follow us

Twitter: @dino_rss

Thanks