Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply rules more selectively; add selection options #15

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

itohsnap
Copy link

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