macOS Tips

How to Use macOS Shortcuts App for Clipboard Workflows

The Shortcuts app on Mac can automate clipboard tasks — stripping formatting, saving snippets, chaining copy-paste operations. Here's how to build useful clipboard workflows step by step.

How to Use macOS Shortcuts App for Clipboard Workflows
macOS Tips | | 5 min read

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.

Step by step

Build a plain-text paste shortcut

  1. Open the Shortcuts app and click + to create a new shortcut
  2. Name it “Paste as Plain Text”
  3. Add the action: Get Clipboard
  4. Add the action: Get Text from Input (this strips formatting)
  5. Add the action: Copy to Clipboard
  6. Go to Shortcut Details and check Use as Quick Action
  7. 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.

Step by step

Build a clipboard-to-file shortcut

  1. Create a new shortcut called “Save Clipboard”
  2. Add: Get Clipboard
  3. Add: Get Text from Input
  4. Add: Append to Text File — choose a file location like your Desktop or a specific folder
  5. 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:

  1. Get clipboard contents
  2. Strip formatting to plain text
  3. Replace double spaces with single spaces
  4. Replace double line breaks with single line breaks
  5. Trim whitespace from start and end
  6. Copy result back to clipboard
  7. 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.

Workflow tip

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.

Next step

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.

Download QuietClip Free

Frequently asked questions

Can macOS Shortcuts access the clipboard?
Yes. The Shortcuts app has a 'Get Clipboard' action that retrieves the current clipboard contents, and a 'Copy to Clipboard' action that replaces clipboard contents with new data. You can chain these with text transformation actions.
How do I assign a keyboard shortcut to a Shortcuts workflow?
Go to System Settings, then Keyboard, then Keyboard Shortcuts, then Services. Find your shortcut in the list and click 'Add Shortcut' to assign a key combination. You can then trigger the workflow from any app.
Does the Shortcuts app work with images on the clipboard?
Yes. Shortcuts can get image data from the clipboard, resize it, convert formats, overlay text, and copy the result back. This is useful for quick image processing without opening a full editor.
Can Shortcuts replace a clipboard manager?
No. Shortcuts can transform clipboard content, but it cannot store clipboard history. Each time you copy something new, the previous item is lost. A clipboard manager like QuietClip handles history, while Shortcuts handles transformation — they complement each other.

Try QuietClip free

A privacy-first clipboard manager for macOS. Your data stays on your device, always.

Download for macOS

Related reads