介绍
CopyQ 是一款开源的、跨平台剪贴板管理工具,支持 Windows、macOS、Linux,可以帮你管理保存在剪贴板中的多个文本、图像、HTML 等格式内容,并在需要的时候快速检索,支持全局快捷键、自定义外观、标签、多标签页(分类)、编辑等功能,还支持自动运行命令,比如检测到网页链接则自动添加标签等高级功能。
软件截图
软件特点
CopyQ 是一款界面简单的剪贴板管理工具,它会自动收集所有的剪贴板内容,包括文本、链接、图片、文件路径等内容,供用户随时调用。
CopyQ 可以为每一条内容添加备注、标签、PIN(置顶),非常适用于需要多次利用的内容,但需要二次编辑,其实有点小麻烦。青小蛙觉得直接搜索内容,就能完成普通使用了。
更新日志
6.1.0
Added
- Users can now customize shortcuts for the built-in editor
- Users can now set default style sheet for HTML items to override for example
color for hyperlinks witha { color: lightblue }
. The new settings
can be found under Item configuration tab under Text sub-tab.
Changed
- Window geometry (size and position) restoring is now simpler: The app sets
geometry only initially and when the current screen/monitor changes.The mouse cursor position indicates the current screen. In case the app
cannot inspect the mouse pointer position (for example on some Wayland
compositors), it is left up to the window manager to decide to move the
window to another screen.Users can still disable the automatic geometry by running the following
command (in Action dialog or terminal) and restarting the app:copyq config restore_geometry false
Fixed
- Fixes moving items in synchronized tabs after activating them from the
context menu - Windows: Fixes tray icon tooltip
- Windows: External editor command now treats native path separators properly
- macOS: Fixes crash when pasting from the main window or menu
- macOS: Older versions of macOS (down to 10.15) are now supported again
- Wayland: Fixes using correct window title icon
- Wayland: Fixes retrieving UTF-8 encoded text from selection in environments
which supports it. - Wayland: Fixes restoring window size without breaking window position (window
position cannot be set in most or all Wayland compositors).