Advanced clipboard manager with editing and scripting features

CopyQ for Mac

CopyQ 11.0.0

  -  38.1 MB  -  Open Source

Sometimes latest versions of the software can cause issues when installed on older devices or devices running an older version of the operating system.

Software makers usually fix these issues but it can take them some time. What you can do in the meantime is to download and install an older version of CopyQ 11.0.0.


For those interested in downloading the most recent release of CopyQ for Mac or reading our review, simply click here.


All old versions distributed on our website are completely virus-free and available for download at no cost.


We would love to hear from you

If you have any questions or ideas that you want to share with us - head over to our Contact page and let us know. We value your feedback!

Why is this app published on FileHorse? (More info)
  • CopyQ 11.0.0 Screenshots

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

    CopyQ 11.0.0 Screenshot 1
  • CopyQ 11.0.0 Screenshot 2

What's new in this version:

Added:
- Adds support for dark/light window title scheme.
- New frameless_window option (#2570) toggles the main window frame and title bar (if supported by the window manager):
- Adds support for localizing command names in the command INI files (#3032):
- Adds support for showing preview for more image formats (namely ico and webp).
- Adds support for more complex network requests in scripts. New NetworkRequest class can be used to set custom headers, HTTP method, number of allowed redirects and timeout.

Changed:
- Avoids hiding the main window on backspace (#3107)
-  Enables Vi/Emacs navigation (#3012) in menus, and Ctrl+[ in Vi and Ctrl+G in Emacs to work in many other places as Esc key (for example, to hide menus, dialogs). Users can override shortcuts, but not some reserved ones in specific cases (mainly, if the item list or a menu has focus).
- Selections and current items/rows/data in scripts now only relate to the tab selected with tab(...) in scripts (this is still by default the selected tab when the command started). Affected script functions: move(), setData(), removeData(), selectedItems(), selectedItemData(), setSelectedItemData(), setSelectedItemsData(), currentItem(), ItemSelection().current()
- Drops unnecessary timeouts when executing commands and actions from scripts.
- Avoids fetching and passing clipboard to action()/execute() if the commands do not contains %1 placeholder. This can improve performance.