No description
Find a file
2016-07-22 21:03:00 +02:00
html Fix javascript errors 2016-07-21 08:13:01 +02:00
misc restructured resource files directories 2015-02-28 21:43:53 +01:00
ports Merge branch 'webengine' 2015-10-13 20:08:48 +02:00
qml Make item height static in the sidebar 2016-07-22 09:29:28 +02:00
src Fix problem with HTML in title, feed title and excerpt 2016-07-22 21:03:00 +02:00
.gitignore added build to gitirnore 2015-02-21 13:18:47 +01:00
FeedTheMonkey.pro Add webkitengine to modules so it would compile. 2016-06-13 01:19:06 +02:00
LICENSE removed .txt from LICENSE 2015-03-05 18:06:01 +01:00
README.md added link to releases 2015-03-24 22:32:46 +01:00

FeedTheMonkey

Icon

Feed the Monkey is a desktop client for TinyTinyRSS. That means that it doesn't work as a standalone feed reader but only as a client for the TinyTinyRSS API which it uses to get the normalized feeds and to synchronize the "article read" marks.

It is written in C++ with Qt and QML, it also uses WebKit to show the contents.

You need to have Qt 5.4 installed be able to compile and have a account on a TinyTinyRSS server. This version 2 is still in a early stage so there are no binaries available yet but will be as soon as I figure out how to package and distribute them.

License: BSD

Installation

Download the latest release for Linux and OS X from: https://github.com/jeena/FeedTheMonkey/releases/latest

Keyboard shortcuts

The keyboard shortcuts are inspired by other feed readers which are inspired by the text editor vi.

j or show nex article
k or show previous article
n or Return open current article in the default browser
r reload articles
Ctrl Q quit
Ctrl + zoom in
Ctrl - zoom out
Ctrl 0 reset zoom

On OS X use Cmd instead of Ctrl.

Trivia

This is version 2 of FeedTheMonkey, you can find version 1 which was written in PyQt in the v1 branch of this repo. My goal is to make this usable on many different targets, for now it is only for the use on a desktop computer but I'd like to see it on a mobile device too.

Screenshot

Feed the Monkey screenshot