From ad27c0cc94c9914657baca5a29a9264fe3edaa89 Mon Sep 17 00:00:00 2001 From: abearixong Date: Wed, 15 Apr 2026 10:31:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=84=9A=E6=9C=AC=E4=BB=A5?= =?UTF-8?q?=E5=9C=A8=20iTerm=20=E4=B8=AD=E6=89=93=E5=BC=80=20Finder=20?= =?UTF-8?q?=E5=BD=93=E5=89=8D=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sh/close-all-vscode.sh | 21 +++++++++++++++ sh/open-directory-iterm.sh | 55 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 76 insertions(+) create mode 100755 sh/close-all-vscode.sh create mode 100755 sh/open-directory-iterm.sh diff --git a/sh/close-all-vscode.sh b/sh/close-all-vscode.sh new file mode 100755 index 0000000..8259340 --- /dev/null +++ b/sh/close-all-vscode.sh @@ -0,0 +1,21 @@ +#!/bin/bash + +# Required parameters: +# @raycast.schemaVersion 1 +# @raycast.title Close All VSCode +# @raycast.mode compact + +# Optional parameters: +# @raycast.icon 🤖 +# @raycast.packageName @kevisual/raycast + +# Documentation: +# @raycast.description Close all VSCode windows +# @raycast.author abearxiong +# @raycast.authorURL https://raycast.com/abearxiong + +osascript <