-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Problem description
I created a rule to move all jpgs from Downloads to Pictures with the (.*).jpg rule. Works fine, I can even keep the original names using $0 as a naming template. But honestly? I'd benefit more if I could easily change names of these files to some random string.
Proposed solution
As a NotiFilter user I noticed you added a synthetic support for emojis in the regex parse function. Would it be possible to add something like random uuid for name template? Or in other words: would it be an easy thing to put in the app?
Like $uuid
No need to worry about any name duplicates and sharing such imgs in the future doesn't leak any potential unnecessary data.
Alternatives considered
No response
Additional context
I'd consider putting "$0" and this new "$uuid" lines under the Naming Template textbox, so new users don't get confused about basic naming schemes.