Project folder structure with Quick Actions

Use Automator to instantly set up a new project folder structure right from the finder context menu

Whenever we start any type of project we first initialise a folder with a few subdirectories.

To save a bit of time (and for consistancy) we wrote a little bash script and added it to our Mac’s Quick Actions.

You can download it here and customise it to suit your needs

cd "$1" . "$2" && mkdir -p \
"01 Artwork/01 Assets" \
"01 Artwork/02 Stuff" \
"01 Artwork/Ω Archived" \
"02 Supplied" \
"03 Backups"
Screenshot of the automator action