Mac Automator Ask For Text Rating: 8,7/10 5997 reviews

Jan 5, 2011 - It's going ask you whether you'd like to copy the original images or not (do what you'd like. Drag the Extract PDF Text action into the workflow window. Josh Johnson wrote a more in depth Automator tutorial here on Mac.

I am trying to create a simple Automator service to quickly change metadata on photos. I would like to be able to select x amount of files, run the service, and get a popup that asks for the f-number I want to change to: At the moment this is set up to grab selected files in finder, and run the following terminal command: exiftool -FNumber='1.8' -overwrite_original_in_place '$@' (exiftool us an application used to edit metadata) This command works, but the FNumber is hardcoded to 1.8. I would like to be able to dynamically specify the f-number via the 'Ask for text' command. However, I don't know how I can ask for text and use the selected files as inputs at the same time. Mac user text editor for coding Does anyone know how these variables should be defined, and how they can be passed to a shell script?