Apple Shortcuts is one of those features that everyone has installed and almost no one uses. Which is a shame — the app is genuinely good in 2026, runs the same way on Mac, iPhone, and iPad, and a handful of well-chosen shortcuts can save real time every day.
This list is seven shortcuts that pass two tests: they take under five minutes to build, and you will actually use them more than once. Each is described in enough detail that you can recreate it without searching for a YouTube tutorial.
Several of these touch the clipboard. If you do not have a clipboard manager installed yet, the broader case is in How to access clipboard history on Mac; if you do, SnipTray’s Shortcuts actions make a few of these even sharper.
1. “Clear clipboard”
The shortcut every Mac (and iPhone) should have. One action, one tap, sensitive item gone.
Build it:
- Open Shortcuts on Mac.
- New shortcut → name it Clear Clipboard.
- Add the action Copy to Clipboard.
- Leave the input empty.
- (Optional) In Shortcuts settings, bind a keyboard shortcut like
⌃⌥⌘C. - Pin to the Menu Bar for click access.
Press the shortcut, the clipboard is empty. For more on why and when to clear, see How to clear clipboard on Mac, iPhone, and iPad.
2. “Paste plain”
Plain-text paste, available anywhere you can fire a shortcut.
Build it:
- New shortcut → name it Paste Plain.
- Add Get Clipboard.
- Add Get Text from Input (set input to the clipboard).
- Add Copy to Clipboard with the cleaned text.
- Add Type — leave the text empty and have it paste from clipboard. (Or use
⌘Vvia the Run AppleScript action if you want the actual paste step automated.)
For 90% of cases, the built-in ⌘⇧⌥V is simpler — see How to paste without formatting on Mac. But a Shortcut is useful when you want plain-text paste from non-Mac contexts (Action Button on iPhone, automation chains).
If you use SnipTray, this is even easier: hold Shift while pasting any clip and it lands as plain text, no shortcut needed.
3. “Stash clipboard” — append the current clipboard to a list
Turn a series of copies into an ordered list without retyping. Useful for grabbing five things from one doc to paste into another.
Build it:
- New shortcut → name it Stash Clipboard.
- Add Get Clipboard.
- Add Append to Note (pick a “Scratchpad” note you create).
- (Optional) Add Show Notification with the text “Stashed” for confirmation.
- Bind to
⌃⌘Cin Shortcuts settings.
Now every press of ⌃⌘C after copying adds the item to your running list. Open the note when you need to paste them back.
If you find yourself using this often, see How to copy multiple things at once on Mac — a real clipboard manager turns this from a workaround into the default.
4. “Join meeting from clipboard”
You copy a Zoom or Google Meet link from a calendar invite, and the shortcut opens it. One press, no fiddling.
Build it:
- New shortcut → name it Join Meeting.
- Add Get Clipboard.
- Add Open URLs with the clipboard as input.
- (Optional) Add an If action checking if the URL contains
zoom.usvsmeet.google.comvsteams.microsoft.comand route accordingly to specific apps. - Bind to
⌃⌥⌘M.
Copy the link from your calendar, press the shortcut, you are in the meeting.
5. “QR code from clipboard”
Generate a scannable QR code from whatever you just copied — handy for sharing a URL or Wi-Fi credentials with the person across the table.
Build it:
- New shortcut → name it QR Code.
- Add Get Clipboard.
- Add Generate QR Code from the clipboard.
- Add Quick Look to display it.
- Bind to a Menu Bar press.
Copy a URL, press the shortcut, hold your laptop screen up for the other person to scan. Faster than texting it.
6. “Open in different browser”
You are in Safari, the page only works in Chrome (or vice versa). Don’t manually copy the URL and open it elsewhere.
Build it:
- New shortcut → name it Open in Chrome.
- Add Get URLs from Input (Safari’s current page is the input).
- Add Open URLs in → Chrome.
- Set the shortcut to receive input from the Safari Share Sheet (in shortcut details).
Click the Share button in Safari, pick the shortcut, the URL opens in Chrome. Reverse for Chrome → Safari.
7. “Save link to read later” (or to SnipTray)
Turn the current page into a stored snippet — either to your “Read later” Notes folder, or directly into a SnipTray pinboard if you have one.
Build it:
- New shortcut → name it Save Link.
- Add Get URLs from Input (current page).
- Add Get Contents of URL to grab the page title (optional, but it makes the saved item easier to find later).
- Add Append to Note → “Read later” note.
- If using SnipTray, add the SnipTray → Add to Pinboard action instead, selecting your “Read later” pinboard.
Bind to a Menu Bar press in Safari. The current page is now in your read-later list with one click.
For more SnipTray-specific automation patterns, see 10 clipboard manager workflows every developer should steal and Clipboard manager for designers.
Bonus: stack these into a “morning startup” shortcut
If you want to combine a few of these into a single morning routine:
- New shortcut → name it Morning.
- Add Clear Clipboard (run the shortcut from above).
- Add Open URLs with your three most-used dashboards (calendar, inbox, project tracker).
- Add Set Focus to “Work”.
- Add Wait (10 seconds), then Show Notification “Ready to go”.
Press once. Your morning is staged.
How to make shortcuts discoverable
A shortcut you cannot find at 9 AM on a Tuesday does not exist. Three places to put them so you actually use them:
- Menu Bar. In Shortcuts, right-click the shortcut → “Pin in Menu Bar”. One click, no hotkey to remember.
- Keyboard shortcuts. In Shortcuts settings → Shortcut Details → Add Keyboard Shortcut. Make them ergonomic —
⌃⌥⌘<letter>is rarely conflicted. - Spotlight / Raycast / Alfred. Shortcuts are searchable from Spotlight by name. Naming them well matters.
Frequently asked questions
Do Apple Shortcuts run automatically?
Some can. On Mac, you can trigger shortcuts on Stage Manager changes, time of day, app launches, Focus mode changes, and more — under Shortcuts → Automation. On iPhone, automations are richer (location, NFC tags, time, Focus). On both, the “do it on a keypress” pattern is what most people use day to day.
Can shortcuts run when my Mac is locked?
Limited. Some can run on unlock; most require an unlocked session because they need accessibility access to apps. Test critical shortcuts both ways.
Do shortcuts work on iPhone the same way?
Largely yes — Shortcuts is one of Apple’s better cross-platform stories. A shortcut you build on Mac syncs to iPhone and iPad through iCloud, with platform-specific actions automatically substituted when possible.
Do these shortcuts work with SnipTray?
The clipboard-related ones get sharper when paired with SnipTray, because SnipTray’s history and pinboards are accessible from Shortcuts directly. The “Save Link” pattern is the most obvious example. See SnipTray’s Shortcuts integration.
Is there a faster way to paste from clipboard history without building all this?
Yes — a clipboard manager. Apple Shortcuts is great for one-shot automations, but for the general “I want to paste something from earlier” problem, a clipboard manager like SnipTray is the right tool. See Best clipboard manager for Mac in 2026.
Are shortcuts secure?
Mostly. Shortcuts run with the permissions of the shortcuts app and the actions they invoke — no special elevated access. Be careful with any shortcut that reads from URL contents (avoid running untrusted shortcuts from the internet without inspection), and never put secrets directly into shortcut text (use the Keychain action or a password manager integration).
The bottom line
Apple Shortcuts is genuinely useful in 2026, and seven small shortcuts can change how you use your Mac. The clipboard-adjacent ones in this list go especially well with a real clipboard manager — try SnipTray free and the “Save Link”, “Stash Clipboard”, and “Paste Plain” workflows above become near-instant.