A Dank Material Shell plugin for controlling the user's Tailscale connection.
Find a file
vybe c9d1baf7c4 fix: remove ESM export from lib.js for QML compatibility
QML's JS engine does not support ES module export/import syntax.
Replace bare export with a CommonJS guard that only runs under Node.js,
so the plugin loads in QML while tests still work.
2026-05-18 18:39:39 +00:00
.scratch feat(tailscalectl): add initial DMS widget plugin scaffolding 2026-05-15 19:10:50 -07:00
docs/agents feat: add peer list with click-to-copy (#6) 2026-05-17 21:59:59 +00:00
tailscalectl fix: remove ESM export from lib.js for QML compatibility 2026-05-18 18:39:39 +00:00
test fix: remove ESM export from lib.js for QML compatibility 2026-05-18 18:39:39 +00:00
AGENTS.md fix(initialize-project): make AGENTS.md agent-agnostic, add remote prompt, show full drafts 2026-05-15 17:00:46 -07:00
LICENSE fix(initialize-project): make AGENTS.md agent-agnostic, add remote prompt, show full drafts 2026-05-15 17:00:46 -07:00
README.md chore: add MIT license, README, and agent scaffolding 2026-05-15 16:47:02 -07:00