Rule ignoring «contains: screenshot»
See original GitHub issueThis rule ignores any screenshot files in the pertinent folder.
Maybe somebody can see where the error is?
I need the rule to target any file whose filename contains screenshot
.
- name: "move screenshots to temp folder"
locations: '~/OneDrive/Pictures/Camera Roll/'
subfolders: false
enabled: true
filters:
- extension:
- png
- jpg
- jpeg
- name:
contains: screenshot
case_sensitive: false
actions:
- move:
dest: "~/Pictures/album/TEMP/"
on_conflict: rename_new
rename_template: "{name}_{counter}{extension}"
Issue Analytics
- State:
- Created 2 years ago
- Comments:11 (5 by maintainers)
Top Results From Across the Web
Firewall rules ignored - Security - Cloudflare Community
All firewall rules have been ignored for the past 3 hours. ... Take a screenshot of your firewall rules page overall.
Read more >How to take a screenshot in Android when an app doesn't ...
One of them is capturing screenshots within apps that prohibit the act — either because the screen contains sensitive information or content ...
Read more >How to remove certain elements before taking screenshot?
I am trying to do it as i have div which is to be convert into canvas it contains scroll but it is...
Read more >Filter rules being ignored – filters not working - WordPress.org
Hi,. I noticed that since around 10th Feb my feed was containing all of the products that the filters I had set should...
Read more >Ignore rules are not always respected — depending ... - GitHub
As you can see in the first screenshot, git correctly ignores the files ... @carlosmn FWIW, adding test/ to the ignore rules has...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Should be fixed in v2.0.9! Thanks for reporting and for the detective work!
That’s a bug! And a strange one. I’ll look into this 👌👌