Skip to content

Commit cec3870

Browse files
committed
Update Script Commands documentation
1 parent ab1968c commit cec3870

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

extensions.json

+16
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,22 @@
222222
"name" : "System",
223223
"path" : "system",
224224
"scriptCommands" : [
225+
{
226+
"author" : {
227+
"name" : "Valentin Chrétien",
228+
"url" : "https:\/\/twitter.com\/valentinchrt"
229+
},
230+
"currentDirectoryPath" : null,
231+
"description" : "A script command to start your current screen saver.",
232+
"filename" : "screensaver.sh",
233+
"icon" : "🌀",
234+
"mode" : "silent",
235+
"needsConfirmation" : null,
236+
"packageName" : "System",
237+
"refreshTime" : null,
238+
"schemaVersion" : 1,
239+
"title" : "Screen Saver"
240+
},
225241
{
226242
"author" : null,
227243
"currentDirectoryPath" : null,

extensions.md

+1
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ This repository contains sample commands and documentation to write your own one
9494
| 💁‍♂️ | [Open Last Download](system/open-last-download.swift) | N/A | Raycast |
9595
| 💥 | [Quit All Applications](system/quit-all-apps.swift) | N/A | Raycast |
9696
| ♻️ | [Restart](system/restart.applescript) | N/A | Raycast |
97+
| 🌀 | [Screen Saver](system/screensaver.sh) | A script command to start your current screen saver. | [Valentin Chrétien](https://twitter.com/valentinchrt) |
9798
| 🛌 | [Shut Down](system/shutdown.applescript) | N/A | Raycast |
9899
| 😴 | [Sleep](system/sleep.applescript) | N/A | Raycast |
99100
| 🖥 | [Toggle Desktop Icons](system/toggle-desktop-icons.applescript) | A script command to show and hide icons of Desktop folder | [Raycast](https://raycast.com) |

0 commit comments

Comments
 (0)