You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suppose that i have 2 file types .jpg and .txt in the list. Before renaming, i want to filter out all .txt. Currently, this cannot be done because both file types have the possibility of being renamed.
Suggestion: add filename filter field in the middle of window (between Files/folders section and Rules section). This field must be regex in order to accomodate any possibilities. If filename matches with the pattern, than the file will be included.
The text was updated successfully, but these errors were encountered:
Suppose that i have 2 file types
.jpg
and.txt
in the list. Before renaming, i want to filter out all.txt
. Currently, this cannot be done because both file types have the possibility of being renamed.Suggestion: add
filename filter
field in the middle of window (betweenFiles/folders
section andRules
section). This field must be regex in order to accomodate any possibilities. If filename matches with the pattern, than the file will be included.The text was updated successfully, but these errors were encountered: