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

How to exclude certain filename and/or path patterns? #72

Open
tobwz opened this issue Nov 24, 2021 · 1 comment
Open

How to exclude certain filename and/or path patterns? #72

tobwz opened this issue Nov 24, 2021 · 1 comment

Comments

@tobwz
Copy link

tobwz commented Nov 24, 2021

Assume I want to run PLC over a large partition.

But all files which contain

.mp4
or
\tmp\

in their path or filename should be ignored.

How can I achieve this?

I miss an exclude option in search pattern entry field

Expected, usual syntax

-".mp4" -"\tmp\"

does not work

Can this be added?

@deadlydog
Copy link
Owner

It is not currently possible. The API that the app uses behind the scenes doesn't support excluding search patterns. It could perhaps be added in the app itself, to filter down the paths returned from the API. I imagine it would likely be quite a bit slower, but still possible to do.

PRs are welcomed :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants