Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

programs.eilmeldung.enable

Whether to enable eilmeldung, a TUI news feed reader.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.eilmeldung.package

The eilmeldung package to use.

Type: null or package

Default:

pkgs.eilmeldung

Declared by:

programs.eilmeldung.settings

Configuration written to $XDG_CONFIG_HOME/eilmeldung/config.toml.

See https://github.com/christo-auer/eilmeldung/blob/main/docs/configuration.md for the full list of options.

Type: TOML value

Default:

{ }

Example:

{
  after_sync_commands = [
    "query lastsync"
    "tag rust title:\"rust\""
    "read title:/^Advertisement/"
    "refresh"
  ];
  audio_enclosure_command = "mpv --no-audio {url}";
  feed_list = [
    "query: \"Marked\" marked"
    "query: \"Reviews\" #reviews"
    "feeds"
    "* categories"
    "tags"
  ];
  input_config = {
    mappings = {
      "; i" = [
        "cmd hintshare feh"
      ];
      y = [
        "confirm in articles read all"
        "nextunread"
      ];
    };
  };
  mouse_support = true;
  share_targets = [
    "clipboard"
    "feh feh \"{url}\""
  ];
  startup_commands = [
    "sync"
  ];
  video_enclosure_command = "mpv {url}";
}

Declared by: