You paste a paragraph from a web page and it brings along the font, the color, the line spacing — everything except what you wanted, which was just the text. You sigh, paste into a plain-text editor, copy it again, then paste where it actually needs to go.
There’s a better way. The Shortcuts app on macOS can automate this and dozens of other clipboard tasks. Once set up, they run with a keyboard shortcut or a single click — no extra apps, no workarounds.
Why use Shortcuts for clipboard tasks
The Shortcuts app (available on macOS 13 Ventura and later) is Apple’s built-in automation tool. It replaced Automator as the primary way to build workflows on Mac.
What makes it useful for clipboard work:
- It can read the current clipboard contents
- It can write new content back to the clipboard
- It can transform text, images, and data between those two steps
- You can assign a keyboard shortcut to any workflow
- Workflows can run as Quick Actions from the right-click menu
Think of Shortcuts as a processing layer for your clipboard. Copy something, run a shortcut, and the clipboard now contains the transformed version.
Strip formatting from clipboard
This is the single most useful clipboard shortcut you can build. It removes all formatting from copied text, leaving you with clean plain text.
Build a plain-text paste shortcut
- Open the Shortcuts app and click + to create a new shortcut
- Name it “Paste as Plain Text”
- Add the action: Get Clipboard
- Add the action: Get Text from Input (this strips formatting)
- Add the action: Copy to Clipboard
- Go to Shortcut Details and check Use as Quick Action
- In System Settings → Keyboard → Keyboard Shortcuts → Services, assign it to ⌘⇧⌥V
Now whenever you press that key combination, your clipboard contents are silently converted to plain text. Paste normally with ⌘V and you’ll get clean, unformatted text.
Save clipboard to a file
If you frequently copy information you need to reference later — quotes, code snippets, addresses — you can build a shortcut that appends clipboard contents to a running text file.
Build a clipboard-to-file shortcut
- Create a new shortcut called “Save Clipboard”
- Add: Get Clipboard
- Add: Get Text from Input
- Add: Append to Text File — choose a file location like your Desktop or a specific folder
- Optionally, add a Show Notification action so you get confirmation
Each time you trigger this shortcut, whatever is on your clipboard gets appended to your log file with a timestamp. It’s a simple form of clipboard journaling.
Shortcuts handles the transformation. A clipboard manager handles the history. Together, they cover the entire clipboard workflow.
Transform clipboard text
Beyond stripping formatting, Shortcuts can manipulate text in useful ways:
Change case. Build a shortcut that converts clipboard text to uppercase, lowercase, or title case. Useful for headlines, constants in code, or fixing text that was copied in the wrong case.
Find and replace. Use the “Replace Text” action to swap out patterns. For example, replace curly quotes with straight quotes, or strip out extra line breaks from copied email text.
Extract URLs. The “Get URLs from Input” action pulls every URL out of a block of copied text. Useful when you copy an entire email and just need the links.
Word and character count. Build a shortcut that counts words in your clipboard and shows the result as a notification. Helpful for writers checking against word limits.
Chain clipboard operations
The real power of Shortcuts appears when you chain multiple actions together. Here’s an example of a more complex workflow:
The “Clean and Format” shortcut:
- Get clipboard contents
- Strip formatting to plain text
- Replace double spaces with single spaces
- Replace double line breaks with single line breaks
- Trim whitespace from start and end
- Copy result back to clipboard
- Show notification: “Clipboard cleaned”
This kind of multi-step cleanup is tedious to do manually but runs instantly as a shortcut. You can also build shortcuts that move data between apps — copy from one, transform, and paste into another.
Shortcuts + clipboard manager
Shortcuts is excellent at transforming clipboard content, but it has one major limitation: it can only work with what’s on the clipboard right now. It has no memory of previous copies.
This is where a clipboard manager fills the gap. The manager stores everything you copy. Shortcuts transforms individual items when you need them processed.
QuietClip keeps your clipboard history searchable and accessible with ⌘⇧V. When you need to transform an older clipboard item, pull it up in QuietClip, copy it, then run your Shortcuts workflow. History plus transformation — the full clipboard workflow.
A practical example: you’re writing an article and you’ve copied six different quotes over the past hour. With QuietClip, you can scroll back through your history and find any of them. With a Shortcuts workflow, you can strip the formatting and fix the case before pasting.
Neither tool replaces the other. They work on different parts of the problem, and together they turn the Mac clipboard from a single-item scratch pad into a proper productivity system.
Your clipboard, with a memory.
QuietClip stores up to 1,000 copied items locally on your Mac. Text, images, files — searchable and private. Free to start, $8.99 once for Pro.