Top "Automator" questions

An application, first appearing in Apple's OS X, providing a point and click interface for creating macros to automate tasks

macOS Mojave, Automator “Not authorized to send Apple events to System Events.”

After I updated to Mojave, I can no longer use the automator service I've previously been using with the alert …

automator macos-mojave
Automator Variable in shell script

Is it possible to pass an Automator variable into a shell script?

macos shell unix automator
Using apple's Automator to pass filenames to a shell script

I have an automator script that I'd like to run on a folder. I want the script to take each …

shell scripting automator
How do I use the current folder name without a path as a variable in automator in Mac?

I am using Mac OSX 10.8.3. I have a workflow in Automator set up that is as follows: Ask for Finder …

macos variables directory automator
How to create an Apple Script that runs a Terminal command?

I want to create an apple script that opens terminal and summons this command : sudo killall coreaudiod How is this …

applescript automator
Applescript to open terminal, run command, and show - Not working

I´m trying to create a keyshortcut to open terminal in current folder. Looking around, I found this code to …

applescript automator
Play Quicktime movie from Terminal

Is there a possibility to play a Quicktime movie (.mov) file from the command line (i.e., Terminal)? I haven't …

macos quicktime automator
Run Shellscript from Mac Automator

In OS X 10.9.5 I wrote a Shell Script (via vim). Save it and navigate to this script and sh code.…

macos bash automator
Sending emails with attachments through AppleScript

So I wanted to be able to send an email with an attachment using applescript. I have this teacher who …

email applescript attachment automator
Adding a script to MacOS finder contextual menu

I want to add an option to the finder context menu that calls hg add %1 with %1 being the full path …

macos bash applescript finder automator