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.
Declarations
Type
TOML valueDefault
{ }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}";
}