{% extends "layout.html" %} {% block body %}
{% include 'sidebar.html' %}

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


Export

Keyboard

  • g then h Go to Home view
  • g then a Go to all stories
  • r Refresh feeds list
  • a Add feed popup (ESC to cancel)
  • m Toggle read/unread state of selected story
  • o Toggle open/close selected story
  • j Select and open next story
  • k Select and open previous story
  • v View full story, using new tab or window
  • b 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') }}
Please copy paste all this informations if you fill a bug on Github.

{% endblock %}