Skip to content

Commit d774c09

Browse files
committed
Update Script Commands documentation
1 parent 93e4493 commit d774c09

File tree

2 files changed

+96
-0
lines changed

2 files changed

+96
-0
lines changed

extensions.json

+84
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
11
[
2+
{
3+
"name" : "Conversions",
4+
"path" : "conversions",
5+
"scriptCommands" : [
6+
{
7+
"author" : null,
8+
"currentDirectoryPath" : null,
9+
"description" : null,
10+
"filename" : "column-to-comma.sh",
11+
"icon" : null,
12+
"mode" : "silent",
13+
"needsConfirmation" : null,
14+
"packageName" : "Conversions",
15+
"refreshTime" : null,
16+
"schemaVersion" : 1,
17+
"title" : "Column to Comma"
18+
}
19+
]
20+
},
221
{
322
"name" : "Spotify",
423
"path" : "spotify",
@@ -100,6 +119,19 @@
100119
"schemaVersion" : 1,
101120
"title" : "Open Utilities"
102121
},
122+
{
123+
"author" : null,
124+
"currentDirectoryPath" : null,
125+
"description" : null,
126+
"filename" : "open-url-from-clipboard.sh",
127+
"icon" : "🌐",
128+
"mode" : "silent",
129+
"needsConfirmation" : null,
130+
"packageName" : "Navigation",
131+
"refreshTime" : null,
132+
"schemaVersion" : 1,
133+
"title" : "Open URL From Clipboard"
134+
},
103135
{
104136
"author" : null,
105137
"currentDirectoryPath" : null,
@@ -126,6 +158,19 @@
126158
"schemaVersion" : 1,
127159
"title" : "Open Documents"
128160
},
161+
{
162+
"author" : null,
163+
"currentDirectoryPath" : null,
164+
"description" : null,
165+
"filename" : "open-desktop-url-from-clipboard.swift",
166+
"icon" : "🖥",
167+
"mode" : "silent",
168+
"needsConfirmation" : null,
169+
"packageName" : "Navigation",
170+
"refreshTime" : null,
171+
"schemaVersion" : 1,
172+
"title" : "Open Clipboard URL on Desktop"
173+
},
129174
{
130175
"author" : null,
131176
"currentDirectoryPath" : null,
@@ -235,6 +280,19 @@
235280
"schemaVersion" : 1,
236281
"title" : "Toggle System Appearance"
237282
},
283+
{
284+
"author" : null,
285+
"currentDirectoryPath" : null,
286+
"description" : null,
287+
"filename" : "open-last-download.swift",
288+
"icon" : "💁‍♂️",
289+
"mode" : "silent",
290+
"needsConfirmation" : null,
291+
"packageName" : "System",
292+
"refreshTime" : null,
293+
"schemaVersion" : 1,
294+
"title" : "Open Last Download"
295+
},
238296
{
239297
"author" : null,
240298
"currentDirectoryPath" : null,
@@ -264,6 +322,19 @@
264322
"schemaVersion" : 1,
265323
"title" : "Toggle Desktop Icons"
266324
},
325+
{
326+
"author" : null,
327+
"currentDirectoryPath" : null,
328+
"description" : null,
329+
"filename" : "copy-last-screenshot.swift",
330+
"icon" : "📸",
331+
"mode" : "silent",
332+
"needsConfirmation" : null,
333+
"packageName" : "System",
334+
"refreshTime" : null,
335+
"schemaVersion" : 1,
336+
"title" : "Copy Last Screenshot"
337+
},
267338
{
268339
"author" : null,
269340
"currentDirectoryPath" : null,
@@ -393,6 +464,19 @@
393464
"schemaVersion" : 1,
394465
"title" : "Generate UUID"
395466
},
467+
{
468+
"author" : null,
469+
"currentDirectoryPath" : null,
470+
"description" : null,
471+
"filename" : "lorem-ipsum.sh",
472+
"icon" : "📝",
473+
"mode" : "silent",
474+
"needsConfirmation" : null,
475+
"packageName" : "Developer Utils",
476+
"refreshTime" : null,
477+
"schemaVersion" : 1,
478+
"title" : "Copy Lorem Ipsum"
479+
},
396480
{
397481
"author" : null,
398482
"currentDirectoryPath" : null,

extensions.md

+12
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ This repository contains sample commands and documentation to write your own one
1010
### Content
1111

1212
- [Bookmarks](#bookmarks)
13+
- [Conversions](#conversions)
1314
- [Dashboard](#dashboard)
1415
- [Developer Utils](#developer-utils)
1516
- [Navigation](#navigation)
@@ -22,6 +23,12 @@ This repository contains sample commands and documentation to write your own one
2223
| ---- | ----- | ----------- | ------ |
2324
| 📜 | [Open Script Commands Repository](bookmarks/open-scriptCommandsRepository.sh) | N/A | Raycast |
2425

26+
## Conversions
27+
28+
| Icon | Title | Description | Author |
29+
| ---- | ----- | ----------- | ------ |
30+
| | [Column to Comma](conversions/column-to-comma.sh) | N/A | Raycast |
31+
2532
## Dashboard
2633

2734
| Icon | Title | Description | Author |
@@ -32,6 +39,7 @@ This repository contains sample commands and documentation to write your own one
3239

3340
| Icon | Title | Description | Author |
3441
| ---- | ----- | ----------- | ------ |
42+
| 📝 | [Copy Lorem Ipsum](developer-utils/lorem-ipsum.sh) | N/A | Raycast |
3543
| 💻 | [Decode Base64](developer-utils/decode-base64.sh) | N/A | Raycast |
3644
| <img src="https://raw.githubusercontent.com/raycast/script-commands/master/developer-utils/images/jwt-logo.png?raw=true" width="20" height="20"> | [Decode JWT](developer-utils/decode-jwt.sh) | N/A | Raycast |
3745
| 💻 | [Encode Base64](developer-utils/encode-base64.sh) | N/A | Raycast |
@@ -58,11 +66,13 @@ This repository contains sample commands and documentation to write your own one
5866
| Icon | Title | Description | Author |
5967
| ---- | ----- | ----------- | ------ |
6068
| 📂 | [Open Applications](navigation/open-applications.sh) | N/A | Raycast |
69+
| 🖥 | [Open Clipboard URL on Desktop](navigation/open-desktop-url-from-clipboard.swift) | N/A | Raycast |
6170
| 📂 | [Open Desktop](navigation/open-desktop.sh) | N/A | Raycast |
6271
| 📂 | [Open Documents](navigation/open-documents.sh) | N/A | Raycast |
6372
| 📂 | [Open Downloads](navigation/open-downloads.sh) | N/A | Raycast |
6473
| 📂 | [Open Home](navigation/open-home.sh) | N/A | Raycast |
6574
| 📂 | [Open Library](navigation/open-library.sh) | N/A | Raycast |
75+
| 🌐 | [Open URL From Clipboard](navigation/open-url-from-clipboard.sh) | N/A | Raycast |
6676
| 📂 | [Open Utilities](navigation/open-utilities.sh) | N/A | Raycast |
6777

6878
## Spotify
@@ -78,8 +88,10 @@ This repository contains sample commands and documentation to write your own one
7888

7989
| Icon | Title | Description | Author |
8090
| ---- | ----- | ----------- | ------ |
91+
| 📸 | [Copy Last Screenshot](system/copy-last-screenshot.swift) | N/A | Raycast |
8192
| 📀 | [Eject All Disks](system/eject-all-disks.applescript) | N/A | Raycast |
8293
| 🗑 | [Empty Trash](system/empty-trash.applescript) | N/A | Raycast |
94+
| 💁‍♂️ | [Open Last Download](system/open-last-download.swift) | N/A | Raycast |
8395
| 💥 | [Quit All Applications](system/quit-all-apps.swift) | N/A | Raycast |
8496
| ♻️ | [Restart](system/restart.applescript) | N/A | Raycast |
8597
| 🛌 | [Shut Down](system/shutdown.applescript) | N/A | Raycast |

0 commit comments

Comments
 (0)