介绍
CopyQ 是一款开源的、跨平台剪贴板管理工具,支持 Windows、macOS、Linux,可以帮你管理保存在剪贴板中的多个文本、图像、HTML 等格式内容,并在需要的时候快速检索,支持全局快捷键、自定义外观、标签、多标签页(分类)、编辑等功能,还支持自动运行命令,比如检测到网页链接则自动添加标签等高级功能。
软件截图
软件特点
CopyQ 是一款界面简单的剪贴板管理工具,它会自动收集所有的剪贴板内容,包括文本、链接、图片、文件路径等内容,供用户随时调用。
CopyQ 可以为每一条内容添加备注、标签、PIN(置顶),非常适用于需要多次利用的内容,但需要二次编辑,其实有点小麻烦。青小蛙觉得直接搜索内容,就能完成普通使用了。
更新日志
7.1.0
Added
- Tab item limit has been increased to 100,000
- New macOS builds for M1/arm64 architectures are available
- New Debian/Raspbian builds for arm/arm64 architectures are available.
- Allows overriding item activation using
paste()
. - Allows overriding script functions to handle some events: items
added/removed/changed (onItemsAdded()
,onItemsRemoved()
,
onItemsChanged()
), tab items loaded (onItemsLoaded()
), tab selected
(onTabSelected()
) - Allows to cancel removing items by overriding
onItemsRemoved()
script
function. If the exit code is non-zero (for examplefail()
is called),
items will not be removed. But this can also cause a new items not to be
added if the tab is full. - Allows overriding current clipboard owner (
currentClipboardOwner()
) used by
the clipboard monitor process. By default it usescurrentWindowTitle()
. - Allows using Ctrl+C to copy items even if search entry box is focused unless
it has a selection - Linux: Adds build option to disable X11 support (
cmake -DWITH_X11=OFF ...
) - Linux: Adds build option to disable autostart which is useful mainly for
Flatpak builds
Changed
- Windows binaries (which are 64 bit) are now by default installed to "Program
Files" instead of incorrect "Program Files (X86)". After installing the new
version, the old path must be manually removed. - Windows and macOS builds are now based on newer Qt 6.
- Avoids accessing clipboard from password managers (#2282, #2495, #2500). This
disallows storing and processing such data. Specifically, the clipboard is
ignored if it contains following data:Clipboard Viewer Ignore
on Windows,
application/x-nspasteboard-concealed-type
on macOS,
x-kde-passwordManagerHint
withsecret
value on Linux. - Large data items in tabs are now stored in separate location unless
Synchronize or Encryption plugins are active for the tab. This allows storing
more items in tabs while using less memory. The data path can be printed via
copyq info data
command and overridden usingCOPYQ_ITEM_DATA_PATH
environment variable. To disable this functionality usecopyq config item_data_threshold -1
- the default value is 1024 and items larger than
this amount of bytes are stored in the separate location. - Command dialog now shows advanced properties for built-in commands allowing
to copy the command line to set global shortcut in system. - Global shortcuts are now also visible in menus
- Avoids pasting all image formats as new item.
- Display commands are now applied to tray menu items too.
- Linux: Last stored text item is updated from any new mouse selection only if
the item content matches the start or the end of the selection (but not the
middle like previously). This may avoid some unexpected item updates. - Updates icon font from Font-Awesome 6.5.1.
Fixed
- Fixes drag'n'drop ordering for plugins and commands. This could have caused a
missing icon, app crash or various inconsistencies. - Fixes managing keys with gpg 2.1 and above
- Fixes creating duplicate item with Synchronize plugin when adding a tag for
example - Fixes conflicting notes and text with Synchronize plugin
- Fixes deleted global object after running scripts
- Wayland: Fixes copying images to another app instance.
下载地址
晓白博客网版权所有,原文地址https://www.xbnb.cn/30901
© 版权声明
文章版权归作者所有,未经允许禁止转载。
有事联系邮箱xbnbcn@126.com
有事联系邮箱xbnbcn@126.com
THE END
登录后才能查看这里的内容哦