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

开源免费剪贴板管理工具 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 Portable 5.0.0
September 30, 2021
Added:
Search matches similar accented characters (#1318). For example, searching for “vacsina” would also show items containing “väčšina”.
If the clipboard tab is renamed, clipboard will be still stored in the renamed tab. Similarly if a specific tab is set for tray menu. This basically modifies clipboard_tab, tray_tab options when renaming tabs.
New predefined command to clear the current tab.
Tabs can be reordered in Preferences (in addition to tab bar/tree).
Tabs can be reordered from command line or a script. For example: copyq ‘config(“tabs”, [“&clipboard”, “work”, “study”])’
New buttons can move commands, tabs and plugins in configuration to top and bottom with a single click. This previously required dragging item to the top/bottom or multiple clicks on the move up/down buttons.
Script function dialog() supports non-editable combo box.For example: var choice = dialog(‘.combo:Select’, [‘a’, ‘b’, ‘c’])
Script function dialog() restores last position and size of dialog windows with matching title (set with .title).
Syntax highlighting for more script keywords.
New script class ItemSelection allows more powerful, consistent, safe and fast handling of multiple items. Examples: // move matching items to the top of the tab ItemSelection().select(/^prefix/).move(0) or // remove all items from given tab but keep pinned items
ItemSelection(tabName).selectRemovable().removeAll();
Changed:
Simpler lock file mechanism is used instead of a system semaphore and shared memory lock (#1737). This allows to support more platforms.
Editor font from Appearance settings is used for the edit widget in Command and Action dialogs (#1757).
Theme does not modify the scrollbar in item list by default (#1751).
Removed:
Windows: Migrating old configuration from registry to file format is no longer supported.

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

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

原创文章,作者:kirin,如若转载,请注明出处:https://blog.ytso.com/217708.html

(0)
上一篇 2021年12月27日 20:26
下一篇 2021年12月27日

相关推荐

发表回复

登录后才能评论