Advanced clipboard manager with editing and scripting features

CopyQ for Mac

CopyQ for Mac

  -  38.1 MB  -  Open Source
CopyQ for Mac is a simple clipboard management utility for macOS. It allows you to save more than the default one item into clipboard which is the limit for Mac. Each time that you copy or cut something, it's gonna be saved to the expanded clipboard of CopyQ for macOS, both files and text can be saved. From that point on, you can simply manage items from the clipboard, paste, remove, and group.

Items can be:
  • Edited with internal editor or with preferred text editor
  • Moved to other tabs
  • Drag’n’dropped to applications
  • Marked with tag or a note
  • Passed to or changed by custom commands
  • Or simply removed
Features and Highlights
  • Support for Linux, Windows and OS X 10.9+
  • Store text, HTML, images or any other custom formats
  • Quickly browse and filter items in clipboard history
  • Sort, create, edit, remove, copy/paste, drag’n’drop items in tabs
  • Add notes or tags to items
  • System-wide shortcuts with customizable commands
  • Paste items with shortcut or from tray or main window
  • Fully customizable appearance
  • Advanced command-line interface and scripting
  • Ignore clipboard copied from some windows or containing some text
  • Support for simple Vim-like editor and shortcuts
  • Many more features
Note: Requires 64-bit processor.

Also Available: Download CopyQ for Windows

  • CopyQ 9.1.0 Screenshots

    The images below have been resized. Click on them to view the screenshots in full size.

    CopyQ 9.1.0 Screenshot 1
  • CopyQ 9.1.0 Screenshot 2

What's new in this version:

Added:
- Allows processing all clipboard changes
- If clipboard contains secret (for example, copied from a password manager), onSecretClipboardChanged() script function is called with data containing mimeSecret format set to 1. Also ensures that callbacks are called consistently for all clipboard changes with properly set formats mimeClipboardMode, mimeOutputTab and mimeCurrentTab

Fixed:
- Fixes editing multiple items
- Fixes synchronization plugin causing redundant UI updates and menu misbehavior
- Fixes showing sub-menus for custom commands in tray menu
- Fixes switching tab if onItemsLoaded() is overridden
- Fixes theme option hover_item_css
- Avoids modifying data from display commands and causing redundant UI updates
- Avoids sharing execute() state in case it is launched recursively