Super Shortcuts

Guide

Mac Automation Without Code

Updated

A single monitor on a wooden riser above a keyboard and mouse in a dark, tidy home office - a Mac workspace set up to run itself with the built-in tools.
Photo: Chelsey Horne / Pexels

Yes - and further than most people expect. macOS ships four no-code automation surfaces (Shortcuts, Automator, Quick Actions, and Focus schedules), and between them you can automate files, text, media, and app launching without writing anything.

The honest limit isn’t the one people assume. It isn’t complexity - it’s app control. That’s the line this guide draws.

What macOS gives you for free

Built-in What it’s for Trigger
Shortcuts General automation, visual actions, syncs with iPhone/iPad Manual, menu bar, or automatic
Automator File and Finder workflows, recorded UI steps Manual, folder actions
Quick Actions Running a workflow on selected files Right-click in Finder
Focus Changing your environment, not your files Time, location, or app

Shortcuts is Apple’s no-code automation app: you drag actions into a list, and each action is one step. It handles variables and If/Repeat conditions, so “flow control” - the thing that sounds like programming - is available without scripting.

Since macOS 26, shortcuts can also run on their own on the Mac. Apple’s triggers include a time of day, a file or folder being updated, and connecting an external display. That last one is the sleeper: plugging in a monitor can now rearrange your entire working setup.

Automator is not deprecated, despite the rumour. Apple still ships it and still publishes its user guide for current macOS. It keeps one capability Shortcuts lacks - Watch Me Do, which records what you click and replays it - and its workflows can be imported into Shortcuts wholesale.

Quick Actions are the delivery mechanism people miss. Build a workflow in either app, mark it as a Quick Action, and it appears in the Finder’s right-click menu on selected files. No launcher, no hotkey, no window.

Focus automates your environment rather than your files: System Settings → Focus → Set a Schedule turns a mode on by time, on arriving or leaving a location, or when you open a particular app.

What “no-code” actually buys you

A useful way to think about it is by job, not by app:

Files and sequences are well covered by Apple’s tools. Text, keys, and launching are the three where people reach for something else - which is why those three categories dominate the third-party list below.

Where the no-code ceiling really is

Every visual builder hits the same wall: an app you want to control doesn’t expose an action. No amount of drag-and-drop reaches inside an app that isn’t listening.

Both of Apple’s tools respond to that wall identically - by handing you a script step. Automator has Run Shell Script and documented AppleScript support. Shortcuts requires you to first enable “Allow Running Scripts” in its advanced settings, and Apple’s own warning there is blunt: running shortcuts with scripts could cause data loss.

That toggle is the cleanest marker of the boundary. The moment you flip it, you are not doing no-code automation any more - you are writing code in a smaller window.

The second wall is permissions, and it’s the one that actually wastes people’s afternoons. A workflow that runs perfectly when you press play can fail silently when it’s triggered by something else, because the app doing the triggering lacks the access. It reads like a broken automation; it’s usually a privacy setting. (Anecdotal, but consistent across Apple’s own support forums.)

The third-party no-code tools, by job

Prices below are the vendors’ own published figures, checked in July 2026. Currency is as published - Alfred lists in GBP only.

Tool Job Price Model
Keyboard Maestro Deep macros, many triggers $36 One-time (paid upgrades)
Super Shortcuts Ready-made hyper-key command layer $39 One-time (free tier + trial)
Hazel Rule-based file automation $42 One-time ($20 upgrade)
Alfred Launcher + workflows (Powerpack) £34 One-time (£59 lifetime)
Raycast Launcher + extensions Free; Pro $10/mo Subscription for Pro
BetterTouchTool Input customisation, gestures $15 / $25 One-time, 2yr or lifetime updates
Karabiner-Elements Key remapping Free Open source
Espanso Text expansion Free Open source (GPL-3)

Two things worth noticing in that table.

Almost everything here is a one-time purchase. Raycast Pro is the only true subscription in the set. BetterTouchTool’s two tiers differ in how long you get updates - the $15 Standard tier includes at least two years and then keeps working on the last version you received, while $25 buys updates for the life of the product.

Free is a real answer for two whole categories. Karabiner-Elements covers key remapping and Espanso covers text expansion, both open source, no tier, no trial.

So which should you start with?

Start with Shortcuts. It’s free, it’s already installed, it syncs, and it’s where Apple keeps adding capability. Build two or three real automations before you buy anything - most people discover their actual need is narrower than they thought.

Then add a paid tool for the specific job the built-ins do badly:

Where Super Shortcuts fits

Super Shortcuts covers the keys and launching jobs, and it’s deliberately not a macro engine. It’s a ready-made hyper-key command layer: hold one key, see a cheat sheet of every binding, press a second key. Chords can behave differently per app and per website, and voice commands run on-device.

The relevant difference for a no-code reader is that there is nothing to build. Where Shortcuts and Keyboard Maestro hand you a canvas, this ships with templates that work in minutes - which is also its limit, and an honest one: for branching, multi-step automation, Keyboard Maestro is the deeper tool.

It’s $39 one-time, runs on macOS 12 or later, and there’s a 14-day trial of everything.

The short version

No-code Mac automation is in better shape than its reputation. Apple’s tools became genuinely capable when automations arrived on the Mac, Automator is still there for file work, and the free tools cover remapping and text expansion outright.

Plan for the ceiling rather than being surprised by it: you’ll hit it at app control, and the “Allow Running Scripts” toggle is where it starts.

Frequently asked questions

Can you automate a Mac without writing code?

For most everyday tasks, yes. Shortcuts is Apple's no-code automation app - you assemble actions visually, and it supports variables and If/Repeat conditions without any scripting. Automator covers file and Finder workflows, Quick Actions put those workflows in the Finder's right-click menu, and Focus modes turn themselves on by schedule, location, or app. Between them you can automate files, text, media, and app launching without a line of code.

Is Automator deprecated on macOS?

No. Apple still publishes the Automator User Guide covering current macOS, and it still says you "don't need to know complicated programming or scripting languages to create automations." Shortcuts is where Apple's investment goes, and Automator workflows can be imported into Shortcuts as a collection of shortcuts - so new work generally belongs in Shortcuts, while existing Automator workflows keep running.

What's the difference between Shortcuts and Automator?

Shortcuts is the modern, cross-device automation app: it syncs with iPhone and iPad, runs on triggers, and is where Apple adds new capability. Automator is Mac-only and file-centric, and it has one thing Shortcuts doesn't - Watch Me Do, which records UI actions and replays them. As a rule: start in Shortcuts, and reach for Automator only for Finder-heavy or recorded workflows.

Where does no-code automation stop on a Mac?

At app control. If an app doesn't expose an action, no visual builder can reach inside it, and both of Apple's tools respond the same way - by offering you a script step. Shortcuts even requires you to switch on "Allow Running Scripts" in advanced settings first, and Apple warns that running shortcuts with scripts could cause data loss. That setting is a good marker for the boundary: the moment you flip it, you have left no-code.

Do I need to pay for Mac automation software?

No. Shortcuts, Automator, Quick Actions, and Focus automations are all built into macOS at no cost, and Karabiner-Elements (key remapping) and Espanso (text expansion) are free and open source. Paid tools buy specific things the built-ins don't do well - rule-based file sorting, deep macros, a faster launcher - and most of them are still one-time purchases rather than subscriptions.

Is Shortcuts on Mac the same as Shortcuts on iPhone?

It's the same app and your library syncs, but the Mac version has extras that only make sense on a Mac - Finder and folder triggers, Quick Actions in the right-click menu, and the ability to run shortcuts from the menu bar. Some actions are platform-specific, so a shortcut built on iPhone may show missing actions on Mac and the other way round.