当前位置: 首页 > 微软应用 > 网络软件 > 正文
开源免费剪贴板管理工具 CopyQ 8.0.0 中文多语免费版

开源免费剪贴板管理工具 CopyQ 8.0.0 中文多语免费版

作者:大眼仔~旭 日期:9小时前 评论:10 条

摘要:开源免费剪贴板管理工具 CopyQ 中文版由大眼仔旭(www.dayanzai.me)发布。CopyQ 是具有编辑和脚本功能的高级剪贴板管理器。CopyQ 监视系统剪贴板并将其内容保存在自定义选项卡中。保存的剪贴板可以在以后复制并直接粘贴到任何应用程序中。本站也有其它剪贴板管理工具,功能上也是大同小异,部分也有商业收费…

开源免费剪贴板管理工具 CopyQ 中文版大眼仔旭(www.dayanzai.me)发布。CopyQ 是具有编辑和脚本功能的高级剪贴板管理器。CopyQ 监视系统剪贴板并将其内容保存在自定义选项卡中。保存的剪贴板可以在以后复制并直接粘贴到任何应用程序中。本站也有其它剪贴板管理工具,功能上也是大同小异,部分也有商业收费的。如果你想使用免费的,不妨来试试 CopyQ。

剪贴板管理工具 CopyQ 中文版

剪贴板管理工具 CopyQ 中文版

CopyQ 特色

支持 Linux,Windows 和 OS X 10.9+
存储文本,HTML,图像或任何其他自定义格式
快速浏览和过滤剪贴板历史记录中的项目
排序,创建,编辑,删除,复制/粘贴,拖放选项卡中的项目
为项目添加注释或标签
具有可自定义命令的系统范围快捷方式
使用快捷方式或从托盘或主窗口粘贴项目
完全可定制的外观
高级命令行界面和脚本
忽略从某些窗口复制或包含一些文本的剪贴板
支持简单的类似 Vim 的编辑器和快捷方式
更多功能等等

如何使用 CopyQ

要启动应用程序,请双击程序图标或运行 CopyQ。通过单击系统托盘图标或运行 CopyQ 切换,可以访问包含剪贴板历史记录的列表。将文本或图像复制到剪贴板将在列表中创建新项目。

选定的项目可以是:
编辑(F2),
删除(Delete),
排序(Ctrl + Shift + S,Ctrl + Shift + R),
四处移动(使用鼠标或 Ctrl + UP/Down),
复制回剪贴板(Ctrl + C)或
粘贴到先前活动的窗口(Enter)。
下次启动应用程序时,将恢复所有项目。

要退出应用程序,请从托盘菜单中选择退出或在应用程序窗口中按 Ctrl-Q 键。

添加功能
要创建可以从菜单,快捷方式或剪贴板更改时执行的自定义操作:

转到命令对话框(F6快捷方式),
单击“添加”按钮并选择预定义命令或创建新命令,
可选择更改命令详细信息(快捷方式,名称),
单击“确定”以保存命令。
一个非常有用的预定义命令是“显示/隐藏主窗口”。

CopyQ 命令行

CopyQ 具有强大的命令行和脚本界面。注意:必须运行主应用程序才能使用命令行发出命令。

打印一些有用的命令行参数的帮助:
copyq –help
copyq –help add

在历史记录中插入一些文字:
copyq add “first item” “second item” “third item”

打印前三项的内容:
copyq read 0 1 2
copyq separator “,” read 0 1 2

显示当前剪贴板内容:
copyq clipboard
copyq clipboard text/html
copyq clipboard \? # 列出剪贴板中的格式
Copy text to the clipboard:

将文本复制到剪贴板:
copyq copy “Some Text”

将文件内容加载到剪贴板:
copyq copy – < file.txt
copyq copy text/html < index.html
copyq copy image/jpeg – < image.jpg

创建图片项:
copyq write image/gif – < image.gif
copyq write image/svg – < image.svg

CopyQ 许可证

GPL v3

官方主页

What’s new in CopyQ 8.0.0
Mar 14, 2024
Added:
Tab item limit has been increased to 100,000 (#1144).
New macOS builds for M1/arm64 architectures are available (#1884).
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()) (#59).
Allows to cancel removing items by overriding onItemsRemoved() script function. If the exit code is non-zero (for example fail() 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 uses currentWindowTitle().
Allows using Ctrl+C to copy items even if search entry box is focused unless it has a selection (#2440).
Linux: Adds build option to disable X11 support (cmake -DWITH_X11=OFF …) (#2532).
Linux: Adds build option to disable autostart which is useful mainly for Flatpak builds (#2517, #2518).
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 with secret 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 using COPYQ_ITEM_DATA_PATH environment variable. To disable this functionality use copyq 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 (#2382).
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 (#2463, #1208).
Fixes creating duplicate item with Synchronize plugin when adding a tag for example (#2355).
Fixes conflicting notes and text with Synchronize plugin (#2355)
Fixes deleted global object after running scripts (#2542).
Wayland: Fixes copying images to another app instance.

https://github.com/hluk/CopyQ/blob/master/CHANGES

资源:522.rar
解压密码:www.dayanzai.me
转载请保留出处,谢谢合作~
点击下载(提取码:3sjj)
点击下载(提取码:4xd3)
点击下载(提取码:536766)
点击下载(提取码:536766)

声明:大眼仔旭 | 本文采用署名-非商业性使用-相同方式共享 4.0 国际许可协议[CC BY-NC-SA]进行授权
文章名称:《开源免费剪贴板管理工具 CopyQ 8.0.0 中文多语免费版
文章固定链接:http://www.dayanzai.me/copyq.html
本站资源仅供个人学习交流,请于下载后 24 小时内删除,不允许用于商业用途,否则法律问题自行承担。
转载声明
全部评论: (10条)
  1. yi+2023-04-03 08:24 回复
    太好用了,神器!
1 2

发表评论

返回顶部