dms_tailscalectl/tailscalectl
vybe 93b257ba5d refactor: delegate shell command construction to lib.js functions
Replace inline shell command building in QML with calls to
parseClipboardDetection, parseStatusResult, buildToggleCommand, and
buildCopyCommand. This centralizes sanitization logic and removes
duplicated try/catch and ternary blocks from the UI layer.
2026-05-20 19:37:08 +00:00
..
lib.js feat: add parseStatusResult for safe JSON parsing of tailscale status 2026-05-20 19:29:02 +00:00
plugin.json Write README with install instructions and update author 2026-05-18 21:17:54 +00:00
TailscaleWidget.qml refactor: delegate shell command construction to lib.js functions 2026-05-20 19:37:08 +00:00