dms_tailscalectl/tailscalectl
vybe 2ece3cc103 fix: use if/elif/else in clipboard detection script
The previous &&/|| chain evaluated all commands, producing multi-line
output when multiple tools were installed. parseClipboardDetection
correctly rejected this as invalid, falling back to 'none'. The
if/elif/else structure ensures only the first match is echoed.
2026-05-21 02:36:40 +00:00
..
lib.js fix: expand clipboard detection to xclip and xsel 2026-05-21 02:29:13 +00:00
plugin.json Write README with install instructions and update author 2026-05-18 21:17:54 +00:00
TailscaleWidget.qml fix: use if/elif/else in clipboard detection script 2026-05-21 02:36:40 +00:00