QR decode support (zbarimg) with searchable payload + preview panel; restructure repo root as installable omarchy plugin; plain-text safety for QR payloads

This commit is contained in:
2026-09-05 16:22:10 +01:00
parent 63a003e4a5
commit 1aac582e90
15 changed files with 144 additions and 16 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import path from "node:path"
import vm from "node:vm"
const testsDir = path.dirname(fileURLToPath(import.meta.url))
const pluginDir = path.join(testsDir, "..", "plugin")
const pluginDir = path.join(testsDir, "..")
export function loadLib(name) {
let src = readFileSync(path.join(pluginDir, name), "utf8")