From aec27520ca19579d63f827fcec1eed165bab0790 Mon Sep 17 00:00:00 2001 From: Lee Tang Date: Mon, 14 Mar 2022 11:35:14 +0800 Subject: [PATCH] update raycast --- raycast/open-script-commands-repository.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 raycast/open-script-commands-repository.sh diff --git a/raycast/open-script-commands-repository.sh b/raycast/open-script-commands-repository.sh new file mode 100755 index 0000000..1c4c16d --- /dev/null +++ b/raycast/open-script-commands-repository.sh @@ -0,0 +1,15 @@ +#!/bin/bash + +# Required parameters: +# @raycast.schemaVersion 1 +# @raycast.title Open Script Commands Repository +# @raycast.packageName Bookmarks +# @raycast.mode silent + +# Optional parameters: +# @raycast.icon 📜 + +# Documentation: +# @raycast.description Open the GitHub repository for Script Commands provided by the community. + +open https://github.com/raycast/script-commands/