From 50024302432024f241d4810d84b187f902a77029 Mon Sep 17 00:00:00 2001 From: Raycast Bot Date: Sun, 10 Mar 2024 21:12:55 +0000 Subject: [PATCH] Update Script Commands documentation --- commands/README.md | 1 + commands/extensions.json | 70 ++++++++++++++++++++++++++++------------ 2 files changed, 50 insertions(+), 21 deletions(-) diff --git a/commands/README.md b/commands/README.md index 7f699d1a6..3da720e7a 100644 --- a/commands/README.md +++ b/commands/README.md @@ -804,6 +804,7 @@ This repository contains sample commands and documentation to write your own one | | [Clear Slack DND](communication/slack/clear-slack-DND-status.sh) | Clear DND Status in Slack | [Sam Ching](https://github.com/samching) | | | | | ๐Ÿงผ | [Clear Status](communication/slack/clear-slack-status.template.sh) | Clear your status in Slack. | [Thomas Paul Mann](https://github.com/thomaspaulmann) | | โœ… | | | | [Jump to...](communication/slack/slack-jump-to.applescript) | N/A | [Jakub Lanski](https://github.com/jaklan) | โœ… | | | + | | [Launch Dev Mode](communication/slack/slack-dev-mode.sh) | Open Slack with the Developer Menu enabled. โŒ˜โŒฅI to access the Developer Menu. If you find it's not working, quit Slack and run this command again. | [Cody Carrell](https://raycast.com/sourcecody) | | | | | | [Open Workspace by Index](communication/slack/slack-open-workspace-by-index.applescript) | N/A | [Jakub Lanski](https://github.com/jaklan) | โœ… | | | | | [Open Workspace by Name](communication/slack/slack-open-workspace-by-name.applescript) | N/A | [Jakub Lanski](https://github.com/jaklan) | โœ… | | | | | [Send Message in Channel](communication/slack/slack-send-message.applescript) | This script posts a message text to a slack channel and sets active status (defaults to random good morning message in #general) | [Faris Aziz](https://github.com/farisaziz12) | โœ… | | | diff --git a/commands/extensions.json b/commands/extensions.json index 70c6cbd5a..b501ba01c 100644 --- a/commands/extensions.json +++ b/commands/extensions.json @@ -4259,7 +4259,7 @@ "url" : "https:\/\/github.com\/designedbyclu" } ], - "createdAt" : "2021-05-10T13:42:50+08:00", + "createdAt" : "2021-02-04T00:45:59-08:00", "currentDirectoryPath" : null, "description" : "Checking DOGE coin price", "filename" : "doge.sh", @@ -4268,7 +4268,7 @@ "dark" : null, "light" : "images\/dogecoin-logo.png" }, - "identifier" : "5ef2d6fa688d7beb5849da1bfcf41b17", + "identifier" : "ef5ccfacde23ff614355afb1f378cc1b", "isTemplate" : false, "language" : "bash", "mode" : "inline", @@ -11671,6 +11671,34 @@ "schemaVersion" : 1, "title" : "Set DND Status", "updatedAt" : "2021-03-04T08:32:41+01:00" + }, + { + "authors" : [ + { + "name" : "Cody Carrell", + "url" : "https:\/\/raycast.com\/sourcecody" + } + ], + "createdAt" : "2024-03-10T17:10:31-04:00", + "currentDirectoryPath" : null, + "description" : "Open Slack with the Developer Menu enabled. โŒ˜โŒฅI to access the Developer Menu. If you find it's not working, quit Slack and run this command again.", + "filename" : "slack-dev-mode.sh", + "hasArguments" : false, + "icon" : { + "dark" : null, + "light" : "images\/slack-logo.png" + }, + "identifier" : "7c43ddc9b86f860583abf7ea64a4d324", + "isTemplate" : false, + "language" : "bash", + "mode" : "silent", + "needsConfirmation" : null, + "packageName" : "Slack", + "path" : "communication\/slack\/", + "refreshTime" : null, + "schemaVersion" : 1, + "title" : "Launch Dev Mode", + "updatedAt" : "2024-03-10T21:12:02+00:00" } ] }, @@ -13433,7 +13461,7 @@ "refreshTime" : null, "schemaVersion" : 1, "title" : "Search Script Command", - "updatedAt" : "2021-07-13T21:10:54-07:00" + "updatedAt" : "2024-02-19T19:37:34-08:00" }, { "authors" : [ @@ -21896,7 +21924,7 @@ "refreshTime" : null, "schemaVersion" : 1, "title" : "Love Current Track", - "updatedAt" : "2021-09-24T08:42:54-04:00" + "updatedAt" : "2024-02-27T09:52:24-05:00" } ] }, @@ -23350,40 +23378,40 @@ } ], "languages" : [ + { + "displayName" : "Ruby", + "icon" : "icon-ruby.png", + "name" : "ruby" + }, { "displayName" : "Node", "icon" : "icon-nodejs.png", "name" : "node" }, - { - "displayName" : "Bash", - "icon" : "icon-bash.png", - "name" : "bash" - }, - { - "displayName" : "AppleScript", - "icon" : "icon-applescript.png", - "name" : "applescript" - }, { "displayName" : "Python", "icon" : "icon-python.png", "name" : "python" }, - { - "displayName" : "Ruby", - "icon" : "icon-ruby.png", - "name" : "ruby" - }, { "displayName" : "Swift", "icon" : "icon-swift.png", "name" : "swift" + }, + { + "displayName" : "Bash", + "icon" : "icon-bash.png", + "name" : "bash" + }, + { + "displayName" : "AppleScript", + "icon" : "icon-applescript.png", + "name" : "applescript" } ], "metadata" : [ ], - "totalScriptCommands" : 812, - "updatedAt" : "2024-02-06T08:36:45Z" + "totalScriptCommands" : 813, + "updatedAt" : "2024-03-10T21:12:02Z" } \ No newline at end of file