Feed settings
-
{% if feeds %}
{% for feed in feeds %}
- {{ feed.title }} (remove) - {{ feed.url }} {% endfor %} {% else %} No feeds... {% endif %}
Themes
-
{% for theme_name in themes.keys() %}
{% if theme_name.lower() == current_theme_name.lower() %}
- {{ theme_name }} {% else %}
- {{ theme_name }} {% endif %} {% endfor %}
Password
Import
Keyboard
g then hGo to Home viewg then aGo to all storiesrRefresh feeds listaAdd feed popup (ESC to cancel)mToggle read/unread state of selected storyoToggle open/close selected storyjSelect and open next storykSelect and open previous storyvView full story, using new tab or windowbView feed's website, using new tab or window?Show this help
More
You can find more help on Github.
About
Dependencies
-
{% for dep, version in app_config.versions.items() %}
- {{ dep }} ({{ version }}) {% endfor %}
Configuration
- Storage: {{ config.get('storage', 'type') }}
- Session: {{ config.get('session', 'type') }}