I have a shell script which - based on the given file - returns/outputs a new file name.
How can I use that output in the Rename action?
Moderator: Mr_Noodle
Mr_Noodle wrote:You can't do it from a shell script. You would either need to (a) use an AppleScript and specify the new target in the return record
Mr_Noodle wrote:(b) have a separate rule to match the output file.
Mr_Noodle wrote:Ok, that's a bit different. You would still need to use AppleScript to export that as a custom attribute which you can then access in a subsequent Rename action.