What I am looking to achieve:
- Dynamic sorting of files into new subfolder where file/pattern matches:
In this case if I tag a file "cleaned" or file name contains "_tag_cleaned" and Kind is "Music"
Want to move to them into a new subfolder inside the current containing folder with that tag.
- Does hazel natively support this?
Would it be better to go with bash/apple script?
OR what are my options?
- Code: Select all
folderA /
--file_tag_cleaned.wav
--file.wav
folderB/
--file_tag_cleaned.wav
Expected Result:
- Code: Select all
folderA /
--tag /
----file_tag_cleaned.wav
--file.wav
folderB /
--tag /
----file_tag_cleaned.wav