I've been trying to find a way to automatically rename my downloaded files on my Macbook Pro, but I somehow can't. I've tried using Automator and having a folder action that renames the files coming into the folder, but somehow it doesn't work at all, as if it was disabled.
Does anybody have any idea on how I could rename them automatically when they're downloaded, so that it's easier to keep them in order (mainly for myself), for archiving reasons.
The way I want to rename them is simply to add the creation date to it, just like this script should work.
However, this does rename them, but it never stops, it keeps adding the date in eternity, and of course I'd only like it once in the beginning.
Save this following AppleScript code in Script Editor.app as “Move And Rename.scpt” to your folder… /Users/YOUR SHORT NAME/Library/Workflows/Applications/Folder Actions/
To be able to rename the files using a folder action, the files to be renamed must be moved to a different folder otherwise it will create an infinite loop
The only thing you need to do is create a folder in your downloads folder and name it … Renamed Files. This is where the renamed files will be placed
Once you have saved that file to that location, it will then be ready to attach to any folder you choose in Finder.app as a folder action