How to Copy and Paste Multiple Items on Mac
How to Copy and Paste Multiple Items on Mac
macOS ships with a single-slot clipboard. Copy something new, and whatever was there before is gone. That constraint is fine when you're moving one thing from A to B, but it becomes a genuine obstacle the moment you're assembling a document, filling out a form, or wrangling code from multiple sources.
This guide explains what your options are — from built-in workarounds to dedicated clipboard managers — so you can pick the one that fits your workflow.
Why macOS Has No Native Multi-Clipboard
macOS has had a single system clipboard since the beginning. Apple has extended it in small ways (Universal Clipboard lets you copy on one Apple device and paste on another, for instance), but the core limitation remains: one item at a time, last write wins.
There is a secondary clipboard called the "find pasteboard," but it only stores the most recent text you searched for, not something you can read or manage yourself.
If you want to hold more than one copied item at once, you need something outside the standard clipboard.
Option 1: The Drag-and-Drop Workaround (No Extra Software)
For occasional use, macOS does have a way to hold multiple items without any apps: the Clipping file.
- Select the text you want to save.
- Drag it to the Desktop (or any Finder window). macOS creates a
.textClippingfile. - Repeat for each piece of content.
- When you're ready to paste, drag the clipping into the target app — or double-click it to view.
Limitations: You cannot drag clippings into all apps. Most Electron apps, terminal emulators, and browser address bars ignore them. You also cannot create clippings for images or files directly from Finder. It works, but it is clunky enough that most people stop using it after a day.
Option 2: Use a Dedicated Clipboard Manager
A clipboard manager sits in the background and records everything you copy, giving you a searchable, scrollable history you can pull from at any time. This is the practical answer for anyone who regularly needs to copy and paste multiple items on Mac.
What to look for
- History depth — How many items does it retain?
- Search — Can you find a clip from last week by typing a word from it?
- Privacy — Does it send your clipboard contents anywhere?
- Paste without extra steps — Can you paste a past clip directly, or do you have to copy it first?
Popular options compared
| App | History limit | Pinned/Saved | Privacy | Price |
|---|---|---|---|---|
| ClipHistory | 150 unpinned + unlimited pinned | Yes | Local only, no account | $19.99/yr |
| Maccy | Configurable (default 200) | Yes | Local only | Free / $10 one-time |
| Paste | Unlimited | Yes | iCloud sync optional | $1.99/mo subscription |
| Pastebot | Unlimited | Yes | iCloud sync | $12.99 one-time |
| Alfred (Powerpack) | Configurable | No native pins | Local | £34 one-time |
All of these are legitimate tools. The right one depends on your priorities.
How ClipHistory Handles Multiple Items
ClipHistory is a clipboard manager for macOS built in Rust and Tauri, distributed as a universal binary for both Apple Silicon and Intel Macs. It is signed and notarized by Apple.
The core loop is simple:
- Copy anything — text, URLs, code, images, colors, phone numbers. ClipHistory captures it automatically.
- Press Cmd+Shift+V to open the history panel.
- Search, click, or use the keyboard to paste any previous clip into whatever is focused.
You keep the last 150 unpinned clips. Anything you pin stays indefinitely and counts separately — so you effectively have unlimited storage for the things you want to keep long-term.
Category detection
ClipHistory reads what you copied and tags it automatically: URL, email, phone, code, color hex, number, plain text, image. Those tags make searching faster when your history grows long.
Paste Stack: copy-first, paste-in-order
One workflow that comes up often: you need to pull four pieces of information from one document and drop them into four fields in another. The standard approach is to switch apps eight times.
ClipHistory's Paste Stack lets you queue items in order, then paste them one by one with a single shortcut each time — without switching back to the source. It is particularly useful for repetitive data-entry tasks.
Snippets and Custom Boards
Beyond history, ClipHistory has two storage layers for intentional reuse:
- Snippets — reusable text templates you create deliberately (email sign-offs, boilerplate, commands).
- Custom Boards — named collections of clips and snippets grouped however you like.
AI Transforms
If you want to do something to a clip before pasting — translate it, fix the grammar, summarize it, or rewrite the tone — ClipHistory has one-click AI transforms that work with your own API key from Anthropic, OpenAI, DeepSeek, Google, or a custom endpoint. Nothing goes through ClipHistory's servers.
Privacy
Everything stays on your Mac. No account, no cloud sync, no telemetry. The clipboard is one of the most sensitive surfaces on a computer (passwords, drafts, financial figures all pass through it), so local-only storage is not a minor detail.
Practical Workflow: Assembling a Document from Multiple Sources
Here is a concrete example of how this changes day-to-day work:
You're writing a project brief. You need a quote from a Slack message, a URL from your browser, a code snippet from your editor, and a date from a spreadsheet.
Without a clipboard manager: Four round-trips. Copy one, paste it, go back, copy the next.
With ClipHistory: Copy all four without stopping. Open the brief. Press Cmd+Shift+V and insert them from history in whatever order you need them. Or load them into the Paste Stack first and insert them sequentially.
The time saved per task is small. Across a workday, it adds up.
Getting Started
ClipHistory runs on macOS with Apple Silicon or Intel. After installation, it asks for accessibility permissions so it can detect copies and respond to the Cmd+Shift+V shortcut — standard for any clipboard manager.
The license is $19.99 per year, billed once (not auto-renewed). Get ClipHistory — $19.99
If your biggest pain point is losing clipboard content between copies, a clipboard manager is the direct fix. Any of the options in the table above will solve it. ClipHistory is worth considering if local privacy, AI transforms, or the Paste Stack match your workflow.