I am looking for a rule that can create subfolders when I add a new folder.
For example:
I have a main folder called 'Installations' where all of my projects reside. Inside each installation folder I then create three separate subfolders (Pictures, Site docs, and Schematics). I want to automate creating the three subfolders (pictures, site docs, schematics) once I create a new project folder.
- Installations (monitored folder)
- Project XYZ - SO123456 (the condition would be any (new) folder that contains SO- in the name)
- Pictures (created automatically)
- Schematics (created automatically)
- Site Docs (created automatically)
The folder hierarchy should look like this:
Is this possible with Hazel?
Thank you in advance!