From ce1a19b09ce4914914e16c4db4a85abc3bf75625 Mon Sep 17 00:00:00 2001 From: Raycast Bot Date: Tue, 3 Sep 2024 11:25:55 +0000 Subject: [PATCH] Update Script Commands documentation --- commands/README.md | 2 ++ commands/extensions.json | 70 ++++++++++++++++++++++++++++++++++++---- 2 files changed, 65 insertions(+), 7 deletions(-) diff --git a/commands/README.md b/commands/README.md index 7de66d68b..139e092b3 100644 --- a/commands/README.md +++ b/commands/README.md @@ -740,6 +740,7 @@ This repository contains sample commands and documentation to write your own one | 🥽 | [Current Website to Private Browser](browsing/to-private-browsing.sh) | Open the current site in a private browser | [raulanatol](https://github.com/raulanatol) | | | | | | [Go to Outline](browsing/go-to-outine.sh) | Open the website at Outline | [Ronan Rodrigo Nunes](https://ronanrodrigo.dev) | ✅ | | | | 🌐 | [New Browser Window](browsing/new-browser-window.sh) | Open new window in default browser | [Levi Nelson](https://github.com/LeviticusNelson) | | | | + | 📚 | [Open Multiple Websites on Safari](browsing/open-multiple-websites-on-safari.template.sh) | Open multiple websites on Safari using list of URLs | [Yasutaka Nishii](https://github.com/ystknsh) | | ✅ | | | 🤖 | [Open in guest profile](browsing/open-in-guest-profile.sh) | Open current website in guest profile/mode | [JD Solanki](https://github.com/jd-solanki) | | | | | | [Open without CORS](browsing/open-chrome-without-cors.sh) | Open chrome with web security option disabled. | [Tahsin Yazkan](https://github.com/thsnyzkn) | | | | | | [Peek a link](browsing/peekalink.template.sh) | Use [Peekalink.io](https://peekalink.io) API to peek specified URL. | [Caleb Stauffer](https://github.com/crstauf) | ✅ | ✅ | | @@ -1280,6 +1281,7 @@ This repository contains sample commands and documentation to write your own one | Icon | Title | Description | Author | Args | Templ | Lang | | :--: | ----- | ----------- | :----: | :--: | :---: | :--: | + | 🫥 | [Hide Current Application](navigation/hide-application.applescript) | Easily hide your foremost application | [Chris Bailey](https://raycast.com/that70schris) | | | | | | [JustFocus](navigation/justfocus.applescript) | N/A | Jax0rz | ✅ | | | | 📂 | [Open Applications](navigation/open-applications.sh) | Opens the Applications folder in the Finder. | Raycast | | | | | 🖥 | [Open Clipboard URL on Desktop](navigation/open-desktop-url-from-clipboard.swift) | Opens the URL from the clipboard in the desktop app. | Raycast | | | | diff --git a/commands/extensions.json b/commands/extensions.json index d0630eae4..89e3b873e 100644 --- a/commands/extensions.json +++ b/commands/extensions.json @@ -1294,6 +1294,34 @@ "title" : "Go to Outline", "updatedAt" : "2021-02-19T19:09:37-03:00" }, + { + "authors" : [ + { + "name" : "Yasutaka Nishii", + "url" : "https:\/\/github.com\/ystknsh" + } + ], + "createdAt" : "2024-08-29T16:26:42+09:00", + "currentDirectoryPath" : null, + "description" : "Open multiple websites on Safari using list of URLs", + "filename" : "open-multiple-websites-on-safari.template.sh", + "hasArguments" : false, + "icon" : { + "dark" : null, + "light" : "📚" + }, + "identifier" : "be278c484ca03c82e901a345ff6e6b72", + "isTemplate" : true, + "language" : "bash", + "mode" : "silent", + "needsConfirmation" : null, + "packageName" : "Browsing", + "path" : "browsing\/", + "refreshTime" : null, + "schemaVersion" : 1, + "title" : "Open Multiple Websites on Safari", + "updatedAt" : "2024-09-03T11:24:41Z" + }, { "authors" : [ { @@ -2150,6 +2178,34 @@ "schemaVersion" : 1, "title" : "Open Downloads", "updatedAt" : "2021-04-28T11:35:25-04:00" + }, + { + "authors" : [ + { + "name" : "Chris Bailey", + "url" : "https:\/\/raycast.com\/that70schris" + } + ], + "createdAt" : "2024-08-13T00:40:38-04:00", + "currentDirectoryPath" : null, + "description" : "Easily hide your foremost application", + "filename" : "hide-application.applescript", + "hasArguments" : false, + "icon" : { + "dark" : null, + "light" : "🫥" + }, + "identifier" : "47f61692f25fabb33a1748ded306439c", + "isTemplate" : false, + "language" : "applescript", + "mode" : "silent", + "needsConfirmation" : null, + "packageName" : "Navigation", + "path" : "navigation\/", + "refreshTime" : null, + "schemaVersion" : 1, + "title" : "Hide Current Application", + "updatedAt" : "2024-08-13T00:40:38-04:00" } ] }, @@ -23758,11 +23814,6 @@ } ], "languages" : [ - { - "displayName" : "AppleScript", - "icon" : "icon-applescript.png", - "name" : "applescript" - }, { "displayName" : "Node", "icon" : "icon-nodejs.png", @@ -23787,11 +23838,16 @@ "displayName" : "Swift", "icon" : "icon-swift.png", "name" : "swift" + }, + { + "displayName" : "AppleScript", + "icon" : "icon-applescript.png", + "name" : "applescript" } ], "metadata" : [ ], - "totalScriptCommands" : 826, - "updatedAt" : "2024-08-30T13:09:27Z" + "totalScriptCommands" : 828, + "updatedAt" : "2024-09-03T11:24:41Z" } \ No newline at end of file