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 viewg then a
Go to all storiesr
Refresh feeds lista
Add feed popup (ESC to cancel)m
Toggle read/unread state of selected storyo
Toggle open/close selected storyj
Select and open next storyk
Select and open previous storyv
View full story, using new tab or windowb
View 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') }}