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/