collector icon indicating copy to clipboard operation
collector copied to clipboard

Support negative wildcards for file names in inputs

Open evanccnyc opened this issue 10 years ago • 1 comments

Right now you can only use regex to select all files that match a certain wildcard. It would be nice to have the option to have file names to ignore.

Ie *.log on everything except circus.log etc.

evanccnyc avatar Nov 05 '15 19:11 evanccnyc

The solution right now is to develop a more complex regex that excludes log files you do not want to retrieve.

Spitfire1900 avatar Feb 29 '16 16:02 Spitfire1900