Maccy+ is a fork of Maccy — a lightweight clipboard manager for macOS. It keeps the history of what you copy and lets you quickly navigate, search, and use previous clipboard contents.
Maccy+ adds power-user enhancements on top of the original:
- Multi-select enabled by default — select multiple history items at once using SHIFT (⇧) + ↑/↓ or COMMAND (⌘) + click
- Unlimited history — set history size to
0in Preferences to keep an unlimited number of entries
Maccy+ works on macOS Sonoma 14 or higher.
- Features
- Install
- Usage
- Maccy+ Enhancements
- Advanced
- FAQ
- Why doesn't it paste when I select an item in history?
- When assigning a hotkey to open Maccy+, it says that this hotkey is already used in some system setting.
- How to restore hidden footer?
- How to ignore copies from Universal Clipboard?
- My keyboard shortcut stopped working in password fields. How do I fix this?
- Translations
- License
- Lightweight and fast
- Keyboard-first
- Secure and private
- Native UI
- Multi-select support (enabled by default)
- Unlimited clipboard history
Download the latest version from the releases page.
- SHIFT (⇧) + COMMAND (⌘) + C to popup Maccy+ or click on its icon in the menu bar.
- Type what you want to find.
- To select the history item you wish to copy, press ENTER, or click the item, or use COMMAND (⌘) +
nshortcut. - To choose the history item and paste, press OPTION (⌥) + ENTER, or OPTION (⌥) + CLICK the item, or use OPTION (⌥) +
nshortcut. - To choose the history item and paste without formatting, press OPTION (⌥) + SHIFT (⇧) + ENTER, or OPTION (⌥) + SHIFT (⇧) + CLICK the item, or use OPTION (⌥) + SHIFT (⇧) +
nshortcut. - To delete the history item, press OPTION (⌥) + DELETE (⌫).
- To see the full text of the history item, wait a couple of seconds for tooltip.
- To pin the history item so that it remains on top of the list, press OPTION (⌥) + P. The item will be moved to the top with a random but permanent keyboard shortcut. To unpin it, press OPTION (⌥) + P again.
- To clear all unpinned items, select Clear in the menu, or press OPTION (⌥) + COMMAND (⌘) + DELETE (⌫). To clear all items including pinned, select Clear in the menu with OPTION (⌥) pressed, or press SHIFT (⇧) + OPTION (⌥) + COMMAND (⌘) + DELETE (⌫).
- To disable Maccy+ and ignore new copies, click on the menu icon with OPTION (⌥) pressed.
- To ignore only the next copy, click on the menu icon with OPTION (⌥) + SHIFT (⇧) pressed.
- To customize the behavior, check "Preferences…" window, or press COMMAND (⌘) + ,.
Multi-select is enabled by default in Maccy+. You can select multiple clipboard history items and paste them all at once:
- Range select: Hold SHIFT (⇧) and press ↑ / ↓ to extend the selection
- Individual select: Hold COMMAND (⌘) and click items to toggle them in/out of the selection
- Press ENTER or OPTION (⌥) + ENTER to copy/paste all selected items
By default Maccy+ keeps a limited number of history entries. To store an unlimited number of items:
- Open Preferences (COMMAND (⌘) + ,).
- Go to the General tab.
- Set the Size field to
0.
With size set to 0, Maccy+ will never automatically remove old entries.
You can tell Maccy+ to ignore all copied items:
defaults write com.hawe.MaccyPlus ignoreEvents true # default is falseThis is useful if you have some workflow for copying sensitive data. You can set ignoreEvents to true, copy the data and set ignoreEvents back to false.
You can also click the menu icon with OPTION (⌥) pressed. To ignore only the next copy, click with OPTION (⌥) + SHIFT (⇧) pressed.
By default Maccy+ will ignore certain copy types that are considered to be confidential or temporary. The default list always includes the following types:
org.nspasteboard.TransientTypeorg.nspasteboard.ConcealedTypeorg.nspasteboard.AutoGeneratedType
Also, default configuration includes the following types but they can be removed or overwritten:
com.agilebits.onepasswordcom.typeit4me.clippingde.petermaurer.TransientPasteboardTypePasteboard generator typenet.antelle.keeweb
You can add additional custom types using settings. To find what custom types are used by an application, you can use free application Pasteboard-Viewer.
By default, Maccy+ checks clipboard every 500 ms. To change it:
defaults write com.hawe.MaccyPlus clipboardCheckInterval 0.1 # 100 ms- Make sure you have "Paste automatically" enabled in Preferences.
- Make sure "Maccy+" is added to System Settings -> Privacy & Security -> Accessibility.
When assigning a hotkey to open Maccy+, it says that this hotkey is already used in some system setting.
- Open System settings -> Keyboard -> Keyboard Shortcuts.
- Find where that hotkey is used. For example, "Convert text to simplified Chinese" is under Services -> Text.
- Disable that hotkey or remove assigned combination.
- Restart Maccy+.
- Assign hotkey in Maccy+ settings.
How to restore hidden footer?
- Open Maccy+ window.
- Press COMMAND (⌘) + , to open preferences.
- Enable footer in Appearance section.
If for some reason it doesn't work, run the following command in Terminal.app:
defaults write com.hawe.MaccyPlus showFooter 1How to ignore copies from Universal Clipboard?
- Open Preferences -> Ignore -> Pasteboard Types.
- Add
com.apple.is-remote-clipboard.
If your shortcut produces a character (like Option+C → "ç"), macOS security may block it in password fields. Use Karabiner-Elements to remap your shortcut to a different combination like Cmd+Shift+C.
Maccy+ inherits translations from the upstream Maccy project, hosted on Weblate.