alt

12 bookmarks
Newest
raw.githubusercontent.com/raycast/script-commands/refs/heads/master/templates/script-command.template.sh
raw.githubusercontent.com/raycast/script-commands/refs/heads/master/templates/script-command.template.sh
#!/bin/bash # Raycast Script Command Template # # Duplicate this file and remove ".template" from the filename to get started. # See full documentation here: https://github.com/raycast/script-commands # # Required parameters: # @raycast.schemaVersion 1 # @raycast.title My First Script # @raycast.mode fullOutput # @raycast.packageName Raycast Scripts # # Optional parameters: # @raycast.icon 🤖 # @raycast.currentDirectoryPath ~ # @raycast.needsConfirmation false # # Documentation: # @raycast.description Write a nice and descriptive summary about your script command here # @raycast.author Your name # @raycast.authorURL An URL for one of your social medias echo "Hello from My First Script"
·raw.githubusercontent.com·
raw.githubusercontent.com/raycast/script-commands/refs/heads/master/templates/script-command.template.sh