diff --git a/README.md b/README.md index 85bf76c6..8add7b1b 100644 --- a/README.md +++ b/README.md @@ -267,3 +267,7 @@ There are some FreshRSS extensions out there, developed by community members. ### By [@Marc-T](https://github.com/Marc-T) * [TagEZ](https://github.com/Marc-T/xExtension-TagEZ): Adds a Tags accordion to the left sidebar of FreshRSS, listing article tags + +### By [@hyprninja](https://github.com/hyprninja) + +* [Keyword Auto Read](https://github.com/hyprninja/freshrss-keyword-auto-read): Mark incoming articles as read when they match keyword, field-scoped or regular expression rules, with a dry-run mode and a sweep for articles already stored. diff --git a/repositories.json b/repositories.json index 5334db0f..d0f370fc 100644 --- a/repositories.json +++ b/repositories.json @@ -154,4 +154,7 @@ }, { "url": "https://github.com/Marc-T/xExtension-TagEZ", "type": "git" +}, { + "url": "https://github.com/hyprninja/freshrss-keyword-auto-read", + "type": "git" }]