No description
Find a file
2015-02-21 13:18:47 +01:00
.gitignore added build to gitirnore 2015-02-21 13:18:47 +01:00
content.css changed link decoration 2015-02-19 08:38:49 +01:00
content.html going back to HTML 2015-02-08 19:55:24 +01:00
content.js fixed font resizing 2015-02-17 19:51:59 +01:00
Content.qml fixed logout 2015-02-17 23:31:23 +01:00
deployment.pri initial commit 2014-11-11 23:59:26 +01:00
FeedMonkey.pro.user changed link decoration 2015-02-19 08:38:49 +01:00
feedthemonkey.desktop added desktop file for linux and make install 2015-02-19 17:44:03 +01:00
FeedTheMonkey.pro added desktop file for linux and make install 2015-02-19 17:44:03 +01:00
feedthemonkey.xpm added icon 2015-02-04 22:34:25 +01:00
html.qrc initial commit 2014-11-11 23:59:26 +01:00
Icon.icns added icon 2015-02-04 22:34:25 +01:00
images.qrc added keyboard behaviour like scrolling, etc. 2015-02-04 22:34:50 +01:00
LICENSE.txt readded license and wrote a new readme 2015-02-18 00:18:11 +01:00
Login.qml fixed logout 2015-02-17 23:31:23 +01:00
main.cpp Renamed back to FeedTheMonkey 2015-02-18 00:01:24 +01:00
main.qml Renamed back to FeedTheMonkey 2015-02-18 00:01:24 +01:00
post.cpp made possible to use doOperation with callback, added setRead, added settings for window position and size 2015-02-16 01:32:13 +01:00
post.h made possible to use doOperation with callback, added setRead, added settings for window position and size 2015-02-16 01:32:13 +01:00
PostListItem.qml fixed font resizing 2015-02-17 19:51:59 +01:00
qml.qrc going back to HTML 2015-02-08 19:55:24 +01:00
README.md Update README.md 2015-02-18 00:26:53 +01:00
Sidebar.qml fixed font resizing 2015-02-17 19:51:59 +01:00
TheMenuBar.qml fixed menues 2015-02-17 23:41:32 +01:00
tinytinyrss.cpp removed unnecessary qDebug 2015-02-18 00:33:30 +01:00
tinytinyrss.h fixed logout 2015-02-17 23:31:23 +01:00
tinytinyrsslogin.cpp Renamed back to FeedTheMonkey 2015-02-18 00:01:24 +01:00
tinytinyrsslogin.h fixed logout 2015-02-17 23:31:23 +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

Clone the repo, install the Qt 5.4 SDK on your computer and use QtCreator to compile and run it.

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