From e32bc50191dc6c2daa0d31dc649ef29982078466 Mon Sep 17 00:00:00 2001 From: Alex Gerdes Date: Mon, 30 Jun 2025 14:16:54 +0200 Subject: [PATCH] New script to open a Safari window with a given profile. --- commands/apps/safari/safari-open-profile.sh | 26 +++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100755 commands/apps/safari/safari-open-profile.sh diff --git a/commands/apps/safari/safari-open-profile.sh b/commands/apps/safari/safari-open-profile.sh new file mode 100755 index 000000000..4663b4da0 --- /dev/null +++ b/commands/apps/safari/safari-open-profile.sh @@ -0,0 +1,26 @@ +#!/bin/bash + +# Required parameters: +# @raycast.schemaVersion 1 +# @raycast.title Safari Profile +# @raycast.mode silent + +# Optional parameters: +# @raycast.icon images/safari.png +# @raycast.packageName Safari +# @raycast.argument1 { "type": "text", "placeholder": "profile", "optional": true } + +# Documentation: +# @raycast.description Open Safari with a given profile (default is Personal). +# @raycast.author Alex Gerdes +# @raycast.authorURL http://www.botkes.nl + +osascript <