介绍
CopyQ 是一款开源的、跨平台剪贴板管理工具,支持 Windows、macOS、Linux,可以帮你管理保存在剪贴板中的多个文本、图像、HTML 等格式内容,并在需要的时候快速检索,支持全局快捷键、自定义外观、标签、多标签页(分类)、编辑等功能,还支持自动运行命令,比如检测到网页链接则自动添加标签等高级功能。
软件截图
软件特点
CopyQ 是一款界面简单的剪贴板管理工具,它会自动收集所有的剪贴板内容,包括文本、链接、图片、文件路径等内容,供用户随时调用。
CopyQ 可以为每一条内容添加备注、标签、PIN(置顶),非常适用于需要多次利用的内容,但需要二次编辑,其实有点小麻烦。青小蛙觉得直接搜索内容,就能完成普通使用了。
更新日志
9.0.0
Added
- Adds
editItem()
script function for editing any item format - Item color is now shown in tray menu as the default icon
Changed
- Removes large margins in the tab tree.
- Single action "Toggle Tag …" replaces the two separate actions "Tag as …" and
"Remove tag …" for each custom tag (this can make the item context menu a lot
more compact). - Selected items can now be accessed even from commands started from outside
the app using global commands or from command line. - The
dialog()
script function can now be used for asking Yes/No questions
without providing any fields. In such case, the function will returntrue
instead ofundefined
after accepting the dialog. For example:const remove = dialog(
'.title', 'Remove Items',
'.label', 'Do you really want to remove all items?'
);if (!remove)
abort();// remove items ...
- The
execute()
script function now throws an exception when command cannot
be executed instead of returningundefine
.
Fixed
- Includes many performance improvements for working with large amount of items.
- Fixes triggering menu items by number
- Fixes text color in the internal item editor
- Fixes showing global shortcuts in tray menu
- Fixes passing captured texts to automated commands
- Fixes duplicate synchronized items after tagging or modifying data.
- Fixes situation when display commands stop updating items.
- The pre-defined "Move to tab" action will be shown only if the current tab is
not the same as target tab (#2669). Previously, in such case the item was
removed unexpectedly. - Windows: Detect and ignore secrets from more apps
- Linux: Fixes storing previously synchronized clipboard
- Linux: Fixes storing selection when "Store text selected using mouse" option
is enabled but "Run automatic commands on selection" is disabled - Linux: Fixes clipboard synchronization with Qt 6 GUI framework.
- Linux: Fixes showing tab tree labels with Qt 6 GUI framework.
下载地址
晓白博客网版权所有,原文地址https://www.xbnb.cn/35361
© 版权声明
文章版权归作者所有,未经允许禁止转载。
有事联系邮箱xbnbcn@126.com
有事联系邮箱xbnbcn@126.com
THE END
登录后才能查看这里的内容哦