Clipboard history picker: Omarchy shell plugin (tank.clipboard) with fuzzy search, rich previews, capture daemon

This commit is contained in:
2026-09-05 15:25:15 +01:00
commit 44808ffd2c
17 changed files with 2982 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"schemaVersion": 1,
"id": "tank.clipboard",
"name": "Clipboard History",
"version": "1.0.0",
"author": "tank",
"description": "Raycast-style clipboard history: fuzzy search over content, type, app and date, with rich per-type previews",
"kinds": [
"overlay"
],
"keepLoaded": true,
"entryPoints": {
"overlay": "Clipboard.qml"
},
"omarchy": {
"clonedFrom": "omarchy.clipboard"
}
}