Skip to content

Apply rules more selectively; add selection options#15

Open
itohsnap wants to merge 2 commits into
dewey:masterfrom
itohsnap:apply-rules-selectively
Open

Apply rules more selectively; add selection options#15
itohsnap wants to merge 2 commits into
dewey:masterfrom
itohsnap:apply-rules-selectively

Conversation

@itohsnap

Copy link
Copy Markdown

Fixes #13 - all rules in the killfile were being applied to all feeds that had any rule specified, regardless if a given rule applied to a specific feed. (This also attempts to validate filter expressions when loading rules, instead of when trying to apply them.)

Adds the ability to set Filter Expressions involving post authors, and to use Miniflux categories instead of a specific feed URL, in killfiles.

(I'm still not a Go programmer... but this all seems to work for me.)

Fixes dewey#13 - all rules in the killfile were being applied to all feeds that had any rule specified, regardless if a given rule applied to a specific feed.

Also adds the ability to set Filter Expressions involving post authors, and to list Miniflux categories instead of a specific feed URL, in killfiles.
Turns out Go doesn't like it when you use a wildcard rule URL ("*") and then try to slice it from [0:9]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The negation rule doesn't work as expected.

1 participant