mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-13 23:16:44 +00:00
16 lines
378 B
Bash
Executable File
16 lines
378 B
Bash
Executable File
#!/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/
|