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
Executable
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
# Run all plugin logic tests. Requires node.
set -euo pipefail
cd "$(dirname "${BASH_SOURCE[0]}")/.."
exec node --test 'tests/*.mjs'