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 h
Go to Home view?
Show this helpr
Refresh feeds lista
Add feed popupm
Toggle read/unread state of selected storyo
Toggle open/close selected storyj
Select and open next storyk
Select and open previous story
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') }}