Gone are the days when all things were done laboriously. Now, we have machines, tools, and software to make life easier. Alongside many features, macOS comes with an application known as Automator. So, if you have accidentally encountered this app or want to know what Automator is on Mac and how to use it, this article should have you covered.
What is Automator on Mac?
Automator is a native application on Mac that lets you create activities called “workflows.” These workflows can do automated tasks you assign on your computer.
For example, let’s say you want to rename a bunch of files on your computer. You could use Automator to create a workflow that would rename all of the files instead of having to do it manually one by one.
Similarly, you can use Automator to do all sorts of things, like resizing photos, creating PDFs, and even sending emails.
Automator has been introduced to help you save time while making it easier to do things on your computer. It’s like having a little helper that does things for you.
The best part about this application is that you are not required to have any coding knowledge to create tasks. The UI is intended to help everyday users reap benefits from this application.
What does Automator do on Mac?
- Let your Mac do repetitive tasks for you: You can use Automator to automate tasks requiring users to do the same repeatedly. These include renaming files, resizing images, or creating backups of important files.
- Script your own actions: If the task you want to automate is not included in the predefined actions, you can add your own scripts from AppleScript and JavaScript or even shell commands in your workflow.
- Use Automator workflows with the Shortcuts app: If you have learned about Automator, you might think it is similar to the Shortcuts app. Yes, but no. Automator is more helpful than Shortcuts since it has a lot more features. Still, you can import some of them to the Shortcut app.
Types of Workflows on Automator
As I have mentioned, Automator can be used to perform many tasks. You may wonder what these tasks are. So let us look at them:
- Workflow: These are activities that can only run within Automator.
- Application: If you don’t want to open Automator to access the Workflow every time, you should try Application. You can use the workflows created under Application outside of the app.
- Quick Action: It can be added to Finder, Touch Bar, and the Services menu. This Workflow is mainly helpful for doing small actions. You will be able to manage these Quick Actions from System Settings.
- Print Plugin: As the name suggests, you can use this Workflow regarding printing.
- Folder Action: For any folder-related workflows, always choose Folder Action workflow.
- Calendar Alarm: This workflow is based on the events in the Calendar app.
- Image Capture Plugin: As the name suggests, this Workflow works with the Image Capture app on Mac. It works based on the images you give it as input.
- Dictation Command: This Workflow can work best when you trigger the dictation app. Like the calendar app, there is no option for input, as these Workflows depend on the actions of their dependent application.
How to use Automator to open apps on Mac
Using Automator on Mac is easy just follow the steps outlined below:
- Launch Spotlight search (cmd + space) → find and launch Automator.
- Select Application → click Choose.
- Next, select Utilities.
- Drag and drop Launch Application from the Library at the right dialog box.
- Select an application from the drop-down menu and choose an application.
If you don’t see the app you are looking for, select Other and choose one. - Select Files & Folders from the Actions pane on the left.
- Click Run on the top right corner to see if the workflow works.
- Once done, click File and choose Save.
- Choose the location.
- Next, choose whether to save it as a Workflow or an Application from the dropper menu.
That’s it! You have now made sure to add an application to Automator. From my testing, system apps worked better than third-party apps. You can use this where you need. But if you want to use this as a keyboard shortcut, then read along.
Setup keyboard shortcut to access the Automator shortcut
Now that you have created Automator Workflow on your Mac, you can access it using macOS keyboard shortcuts. Here’s how to set it up:
- Click the Apple logo on the top right corner.
- Select System Settings.
- For macOS Monterey or below, it will be System Preferences.
- Click Keyboard.
- Select Keyboard Shortcuts.
- Select App Shortcuts if you have saved Automator as an Application.
Services if you have saved the files as Workflow. - Click the plus icon and select the app you want from the dropper menu.
- Use the option Other and choose the application if you don’t find it.
- Choose the application and click Open.
- Give a name next to the Menu Title.
- Add a Keyboard Shortcut.
- Note: You must combine alphabetic, numeric, Shift, and special character keys with the Control, Option, or Command keys to create a keyboard shortcut.
- Now, click Done.
How to use Automator to open Folders on Mac
To make a new folder using Automator on Mac, adhere to the steps outlined below:
- Open the Automator app.
- Select Folder Action → click Choose.
- Now, click the Choose folder dropper menu above the workspace.
- Choose the folder you want to use as an Automator function to open Folders on Mac.
If you can’t find your folder, click Other and locate it → select Choose. - Select Files & Folders from the left pane.
- Drag and drop Get Specified Finder items to the Library on the right.
- Additionally, you can also double-click on the feature.
- Click the Add button → locate your folder to be used as an Automator function → select Add.
- Next, drag and drop Reveal Finder items.
- Check if it’s working by clicking Run.
- Select OK on the prompt that appears.
- Once you have made sure everything is working fine, click File.
- Choose Save.
- Name the folder action.
- Click Save to give folder action access to the specified folder.
- Enter the app name → choose Save.
To use this feature, simply drag and drop any file or folder into your created folder to serve as an Automator function.
How to open URLs in Automator
Apart from opening apps and folders on Mac, you can also use Automator to open certain links. By this, you won’t be required to enter the web address every time you visit the webpage or check bookmarks whenever needed. Here’s how to open URLs with Automator on Mac:
Note: You can use the Application and URL on the same Automator Workflow.
- Open Automator.
- Choose Application and click Choose.
- Select Internet.
- Drag and drop Get Specified URLs to the Library panel.
- By default, there will be a URL to Apple’s homepage. You can remove it by selecting the URL and clicking Remove.
- Click Add and paste the URL.
- Hit Return.
- Now, drag and drop Display Web Pages from the Internet pane.
- Click Run and see if it’s working.
- Once confirmed, it’s working fine; click File and select Save.
To quickly navigate to the webpage, go to the folder where you saved the Automator application and double-click on it.
Other tasks you can do with Automator
The possibilities of Automator don’t end here. We have only explored drops of the things it is capable of from the ocean of possibilities. While there is a learning curve that requires you to do multiple trials and tests, once you get the hang of it, you can make a lot of workflows out of it.
How to add the script to create a custom workflow on Automator
Automator doesn’t have a predefined Workflow for your need? No worries; if you know how to program, you can load your custom script to the application. Here’s how:
- Open Automator.
- Select any one of the following form below:
- Workflow
- Application
- Quick Action
- Print Plugin
- Folder Action
- Calendar Alarm
- Image Capture Plugin
- Dictation Command
- Choose Utilities from the leftmost pane of the window.
- Now, select one of the script types listed below that best suits your needs:
- Run AppleScript
- Run JavaScript
- Run Shell Script
- Write the code in the designated area.
- Click Run to test the feature.
- Navigate to the File section in the Menu Bar.
- Hit Save.
You can now use the Automator function with the new touches you’ve added to the particular functionality. However, if you are having problems, I recommend that you recheck your line code.
How to edit the script to create a custom workflow on Automator
If you want to edit an existing Automator function to run with a particular code set, follow the steps below.
- Open Automator.
- Select Open an Existing Document.
- Choose Utilities from the leftmost pane.
- Depending on your need, pick one from the below-mentioned:
- Run AppleScript
- Run JavaScript
- Run Shell Script
- Write the script.
- Click Run to check the feature.
- Go to File→ give the action a name → hit Save.
Note: To import the script to Automator, follow steps 1 – 5, copy-paste any supported script of your choice, and follow the rest.
Import Automator workflow to Shortcut app on Mac
While Automator has many features, in the end, it still has a learning curve. Since Mac now also has a Shortcuts app, it is much easier to create tasks like these. So, if you have created some Workflows on Automator but want to switch to shortcuts while taking the Workflow you have created, Do any one of the following:
- Double-click a workflow file in Finder.
- Drag and drop a workflow file into the main window of the Shortcuts app.
- Drag and drop a workflow file onto the Shortcuts app in the Dock.
- Control-click a workflow file and choose Open With → Shortcuts.
By doing any of the above methods, you can convert any Automator workflow to a shortcut and add it to the Shortcuts app.
Make things easier with Automator
With this guide, I hope you understand what Automator is and how to use it on your Mac to create tasks to enhance productivity. However, if you still have doubts or queries, please drop them in the comments.