UrlChecker icon indicating copy to clipboard operation
UrlChecker copied to clipboard

Subscribable pattern checker and status code rules

Open cxplay opened this issue 1 year ago • 1 comments

Describe a related problem (optional)

No response

Describe your suggested feature

I write a series of rules for my friends to use with ClearURLs, but it's tedious for them to manually override the latest pattern checker and status code rules with each update.

Describe alternatives you've considered for your suggested feature

Not yet, otherwise let my friends accept to update the configuration manually on a regular basis.

Other details

No response

Acknowledgements

  • [X] I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open issue.
  • [X] I have written a short but informative title.
  • [X] I will fill out all of the requested information in this form.

cxplay avatar Sep 08 '24 15:09 cxplay

Maybe even have multiple lists to subscribe (and expand it to ClearURLs). That way the patterns from the wiki can be used too. Problems that can arise while coding this feature:

  • If I were subscribed to a list, but I don't want specific rules I would disable them, via the enabled field. I guess then, to solve said problem we would need to ignore the enabled field from all rules of a subscription when updating, and use instead the one that the user has locally for each rule (defaulting to true).
  • The name of a set of rules should be created by the user or automatically use the URL.

PabloOQ avatar Sep 08 '24 15:09 PabloOQ