-
Notifications
You must be signed in to change notification settings - Fork 191
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
Set up multiple invert-filter regex in config.toml #430
Comments
@wugeer, much appreciate your help. It makes sense. Hopefully, we could specify multiple REGEXs in an array in the TOML file in the future. I will keep using alias for now. |
Thank you @wugeer |
@bootandy, could I expect this be implemented as a feature in the future? Thanks |
I never thought people would want to put a regex filter in config, let alone multiple, but yes I think we can add that. |
Thank you. I am learning Rust and if I feel comfortable with it in the near future, I will try to implement it and have a PR, given that this is likely a rare use case. |
Hello,
Thank you for the awesome tool.
I have a question about setting up multiple invert filter REGEX in the config.toml file. I have checked the config example in the repo, as well as other tickets of similar matter. Could you please kindly show me an example?
I have also tried to add
reverse=true
andiso=true
in the config.toml file, as shown in the config example. It seems thatreverse=true
gets cancelled by addingiso=true
. Again, I likely did something wrong. Would be great if you could help me. Thanks again.Simo
The text was updated successfully, but these errors were encountered: