CopyQ
詳細情報
タイトル | CopyQ |
---|---|
URL | https://hluk.github.io/CopyQ/ |
バージョン | ver 9.1.0 |
更新日 | 2024/10/20 |
追加日 | 2024/02/15 |
種別 | フリーソフト |
説明 | 編集とスクリプト機能を備えた高度なクリップボードマネージャー。 |
レビュー
CopyQ は高度な機能を備えたクリップボードツール。WindowsだけではなくLinuxやmacOSにも対応している。
システムのクリップボードを監視し内容を保存することができる。保存された情報はタブで整理することができ、コピーしたり任意のアプリケーションに直接貼り付けることが可能。
以下のような特徴を持つ。
- Linux、Windows、OS X 10.15+をサポート
- テキスト、HTML、画像、その他のカスタムフォーマットを保存可能
- クリップボード履歴の項目を素早くブラウズ、フィルタリング
- タブ内で項目の並べ替え、作成、編集、削除、コピー/貼り付け、ドラッグ&ドロップが可能
- アイテムにメモやタグを追加
- カスタマイズ可能なコマンドによるシステム全体のショートカット
- ショートカット、トレイ、メインウィンドウからのアイテムの貼り付け
- 完全にカスタマイズ可能な外観
- 高度なコマンドラインインターフェイスとスクリプト
- 特定のウィンドウからコピーされた内容や、特定のテキストを含む情報を無視することができる機能。
- シンプルなVimライクエディタとショートカットのサポート
- その他多数の機能
スクリーンショット
更新グラフ
バージョン履歴
Added
- Allows processing all clipboard changes (#2787, #2746).
If clipboard contains secret (for example, copied from a password manager),
onSecretClipboardChanged()
script function is called with data containing
mimeSecret
format set to1
. Also ensures that callbacks are called
consistently for all clipboard changes with properly set formats
mimeClipboardMode
,mimeOutputTab
andmimeCurrentTab
.
Fixed
-
Fixes editing multiple items (#2810).
-
Fixes synchronization plugin causing redundant UI updates and menu
misbehavior (#2649). -
Fixes showing sub-menus for custom commands in tray menu (#2730).
<
Added
-
Adds
editItem()
script function for editing any item format (#2672). -
Item color is now shown in tray menu as the default icon (#2700).
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
inst
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 examplefail()
is called
NOTE: macOS release is currently blocked until #2450 is resolved.
Changed
-
Image editor (if set) will now open instead of built-in text editor when
selecting Edit action on image items containing no text. -
Encryption now uses larger/safer keys (#2385).
Fixed
-
Fixes saving and opening empty encrypted tabs.
-
Fixes minimal size of dialogs (#2299).
-
Fixes importing commands with regular expressions containing slash characters
in scripts. -
Fixes font weight with Qt 6.
-
Fixes closing the app with Qt 6.
-
Fixes the build and calling some script functions with Qt 6.5.
-
X11: