From c82452a010d138c54637c1117009819f5a1fbc86 Mon Sep 17 00:00:00 2001 From: Alex <37145046+aaaAlexanderaaa@users.noreply.github.com> Date: Sun, 25 Jan 2026 20:40:27 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20Remove=20shell/applescript=20URL?= =?UTF-8?q?=20commands=20(#1023)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Loop/Core/URLCommandHandler.swift | 89 ++----------------------------- 1 file changed, 4 insertions(+), 85 deletions(-) diff --git a/Loop/Core/URLCommandHandler.swift b/Loop/Core/URLCommandHandler.swift index a92381c5..58d19743 100644 --- a/Loop/Core/URLCommandHandler.swift +++ b/Loop/Core/URLCommandHandler.swift @@ -31,33 +31,20 @@ - loop://screen/next (Move window to next screen) - loop://screen/previous (Move window to previous screen) - 3. Shell Commands: - Format: loop://shell/ - Examples: - - loop://shell/open%20-a%20Loop (Activate Loop app) - - loop://shell/osascript%20-e%20%22tell%20application%20%5C%22Loop%5C%22%20to%20activate%22 - Note: Commands must be URL encoded - - 4. AppleScript Commands: - Format: loop://applescript/