MeshWorld India Logo MeshWorld.
macOS Automator Shortcuts Automation Workflow Productivity Tutorial 9 min read

Automator & Shortcuts: Automate Repetitive Tasks on macOS

Jena
By Jena
| Updated: Apr 5, 2026
Automator & Shortcuts: Automate Repetitive Tasks on macOS

Work Smarter, Not Harder

Repetitive tasks drain productivity. Renaming 100 files, resizing dozens of images, organizing downloads, or converting document formats—done manually, these eat hours of your week.

macOS includes two powerful automation tools:

  • Automator — Classic automation for files, folders, and apps
  • Shortcuts — Modern, visual automation (iOS/macOS unified)

Together, they handle everything from simple one-click actions to complex multi-step workflows.

This guide covers practical automations you can build today—no programming required.


Automator vs. Shortcuts: Which to Use?

FeatureAutomatorShortcuts
InterfaceDrag-and-drop workflow builderVisual block-based editor
AgeLegacy (macOS 10.4+)Modern (macOS Monterey+)
iOS support❌ No✅ Yes (syncs with iPhone/iPad)
TriggersFolder actions, services, appsManual, scheduled, location-based
ComplexityBetter for file operationsBetter for app integrations
SharingLimitedEasy sharing via iCloud

Rule of thumb:

  • File/folder operations → Automator
  • App integrations, iOS sync → Shortcuts

Automator: Essential Workflows

Automator creates workflows that combine multiple actions into one.

Opening Automator

  1. Press ⌘ + Space (Spotlight)
  2. Type “Automator”
  3. Press Enter

Or find it in Applications folder.

Creating Your First Workflow

  1. Open Automator
  2. Select New Document
  3. Choose workflow type:
    • Workflow — Run within Automator
    • Application — Standalone app you can run
    • Quick Action — Right-click menu item
    • Folder Action — Triggers when files added to folder

Workflow 1: Batch Rename Files

Automatically rename files with consistent naming:

  1. Create New Folder Action
  2. At top, select “Choose folder” → pick Downloads folder
  3. In actions sidebar, find Files & Folders
  4. Drag “Rename Finder Items” to workflow
  5. Configure:
    • Add Date or Time → Append timestamp
    • Format: Current Date - Original Name
  6. Save

Now every file added to Downloads gets timestamp prepended automatically.

Workflow 2: Image Resizer Quick Action

Right-click any image to resize it:

  1. Create New Quick Action
  2. Workflow receives: image files in Finder
  3. Drag “Scale Images” from Photos actions
  4. Set: To Size → 1200 pixels (width)
  5. Drag “Move Finder Items” from Files & Folders
  6. Set: To: Desktop (creates resized copies on Desktop)
  7. Save as “Resize to 1200px”

Use: Right-click any image → Quick Actions > Resize to 1200px

Workflow 3: PDF from Selected Images

Combine multiple images into one PDF via right-click:

  1. Create New Quick Action
  2. Workflow receives: image files in Finder
  3. Drag “New PDF from Images” from PDFs actions
  4. Set: Output filename and location
  5. Save as “Create PDF”

Use: Select images in Finder → Right-click → Quick Actions > Create PDF

Workflow 4: Auto-Organize Downloads

Sort Downloads by file type automatically:

  1. Create New Folder Action
  2. Select Downloads folder
  3. Add “Filter Finder Items”
    • All of following: Extension is pdf
  4. Add “Move Finder Items”
    • To: Downloads/PDFs (create this folder first)
  5. Duplicate this for each file type (Images, Videos, Documents)
  6. Save

Result: Files automatically sort into subfolders by type.

Test First

Before enabling folder actions on important folders, test with a copy folder. Automator moves files immediately—mistakes can be hard to undo.

Workflow 5: Extract Audio from Video

Convert video files to audio (MP3) via right-click:

  1. Create New Quick Action
  2. Workflow receives: movie files in Finder
  3. Drag “Encode Media” from Media actions
  4. Set: Setting: Audio Only
  5. Save as “Extract Audio”

Use: Right-click video → Quick Actions > Extract Audio


Shortcuts: Modern Automation

Shortcuts (introduced in macOS Monterey) offers iOS integration and easier sharing.

Opening Shortcuts

  1. Press ⌘ + Space
  2. Type “Shortcuts”
  3. Or find in Applications

Creating Your First Shortcut

  1. Click + (New Shortcut)
  2. Add actions from the sidebar
  3. Click (top-right) to:
    • Rename
    • Choose icon color
    • Add to Dock
    • Set keyboard shortcut
  4. Click Done

Shortcut 1: Morning Routine

One tap to start your day:

  1. Create new shortcut
  2. Add actions:
    • Open App → Weather
    • Open App → Calendar
    • Open App → Mail
    • Show Notification → “Good morning! ☕️”
  3. Name: “Morning Routine”
  4. Add to Dock for one-click access

Shortcut 2: Meeting Prep

Prepare for video calls instantly:

  1. Create new shortcut
  2. Add actions:
    • Set Focus → Do Not Disturb (turn on)
    • Set Volume → 80%
    • Open App → Calendar
    • Open URL → Your meeting link
    • Show Notification → “Meeting starting!”
  3. Name: “Meeting Prep”

Shortcut 3: Save Webpage to PDF

Convert any webpage to PDF:

  1. Create new shortcut
  2. Add “Get Current Safari Page”
  3. Add “Make PDF”
  4. Add “Save File” → choose location
  5. Name: “Save Page as PDF”

Use: While browsing, run shortcut → PDF saves automatically.

Shortcut 4: Clipboard Manager

Save clipboard history:

  1. Create new shortcut
  2. Add “Get Clipboard”
  3. Add “Append to File”
  4. Set: File Path → Documents/clipboard_history.txt
  5. Name: “Save to Clipboard History”

Use: Copy text → Run shortcut → permanently saved.

Shortcut 5: Window Tiler

Arrange windows in specific layouts:

  1. Create new shortcut
  2. Add “Get Current Window”
  3. Add “Resize Window” → Position: Left Half
  4. Add “Get Specific App” (e.g., Finder)
  5. Add “Resize Window” → Position: Right Half
  6. Name: “Split Screen Setup”

Advanced Automator Techniques

Variables and Logic

Automator supports basic logic:

  1. “Ask for Finder Items” — Prompt user to select files
  2. “Filter Finder Items” — Process only matching files
  3. “View Results” — Preview before proceeding

Example: Ask for images → Filter large files only → Show results → Confirm before resizing

Recording Actions

Automator can record your mouse and keyboard actions:

  1. Open Automator
  2. Create New Workflow
  3. Click Record button
  4. Perform the actions you want to automate
  5. Click Stop
  6. Save as application

Note: Recording is fragile—coordinates matter. Best for consistent UI layouts.

Shell Script Integration

For power users, add shell scripts to Automator:

  1. Find “Run Shell Script” in actions
  2. Drag into workflow
  3. Write bash/zsh commands
  4. Pass input as arguments

Example: Batch convert images using ImageMagick commands.


Sharing Automations

Export Automator Workflows

  1. File > Save
  2. Choose format:
    • Workflow — Opens in Automator
    • Application — Double-click to run standalone

Share: Send the .workflow or .app file to others.

Share Shortcuts

  1. Open shortcut
  2. Click (top-right)
  3. Select “Share”
  4. Choose method (AirDrop, Messages, etc.)

Shortcuts sync via iCloud — automatically available on all your devices.

Find Community Shortcuts

Apple maintains a Shortcuts gallery:

  1. Open Shortcuts app
  2. Click “Gallery” (left sidebar)
  3. Browse categories
  4. Click “Get Shortcut” to add

Popular categories: Photography, Productivity, Health, Education


Automation Ideas by Profession

Writers/Journalists

AutomationWhat It Does
Distraction-Free ModeEnable DND, hide Dock, open writing app
Article ArchiverSave webpage to PDF + add to Notes
Word Count TrackerDaily writing stats logged to spreadsheet

Developers

AutomationWhat It Does
Project OpenerOpen IDE, terminal, browser with project tabs
Git Commit TemplateFill commit message with template
Server MonitorCheck server status, notify if down

Designers

AutomationWhat It Does
Asset ExporterBatch export Figma/Sketch layers
Color Palette SaverExtract colors from image to text file
Portfolio BackupCopy project files to cloud weekly

Executives

AutomationWhat It Does
Daily BriefingOpen calendar, email, stocks, news
Focus SessionsEnable DND for 25min (Pomodoro)
Meeting RecorderStart recording, open notes, set timer

Quick Reference: Automation Types

TypeBest ForHow to Access
Quick ActionRight-click menuFinder > right-click file
Folder ActionAuto-process filesFiles added to watched folder
ApplicationStandalone toolDouble-click to run
ServiceSystem-wideAny app’s menu
Calendar AlarmTime-basedTrigger at scheduled time
Print PluginPost-print processingPrint dialog options

Troubleshooting

Automator Workflow Not Running

  • Check input type matches (files vs. text vs. images)
  • Verify destination folder exists
  • Test step-by-step using View > Log

Shortcuts Not Appearing on iPhone

  • Ensure same Apple ID on both devices
  • Check iCloud sync enabled (Settings > Apple ID > iCloud > Shortcuts)
  • Restart both devices

Folder Actions Trigger Unexpectedly

  • Check if multiple folder actions watch same folder
  • Review filter conditions
  • Consider adding “Ask for Confirmation” step

Master your Mac: