Promote shell to its own top-level directory

This commit is contained in:
David Heinemeier Hansson
2026-05-18 14:56:59 +02:00
parent d782705878
commit 0fe985b45d
83 changed files with 50 additions and 28 deletions
@@ -0,0 +1,14 @@
{
"schemaVersion": 1,
"id": "omarchy.clipboard-picker",
"name": "Clipboard picker",
"version": "1.0.0",
"author": "Omarchy",
"description": "A clipboard manager to view and paste history",
"kinds": ["overlay"],
"activation": "on-demand",
"keepLoaded": true,
"entryPoints": {
"overlay": "ClipboardPicker.qml"
}
}