mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-31 23:16:52 +00:00
update raycast
This commit is contained in:
15
raycast/open-script-commands-repository.sh
Executable file
15
raycast/open-script-commands-repository.sh
Executable file
@@ -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/
|
||||
Reference in New Issue
Block a user