Skip to content

Commit 8b4255c

Browse files
authored
feat(communication/slack): slack-dev-mode script (raycast#910)
* feat(communication/slack): slack-dev-mode script * fix(slack-dev-mode): don't include Slack in the title
1 parent d0b0ebb commit 8b4255c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
#!/bin/bash
2+
3+
# Required parameters:
4+
# @raycast.schemaVersion 1
5+
# @raycast.title Launch Dev Mode
6+
# @raycast.mode silent
7+
8+
# Optional parameters:
9+
# @raycast.icon images/slack-logo.png
10+
# @raycast.packageName Slack
11+
12+
# Documentation:
13+
# @raycast.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.
14+
# @raycast.author Cody Carrell
15+
# @raycast.authorURL https://raycast.com/sourcecody
16+
17+
SLACK_DEVELOPER_MENU=true open /Applications/Slack.app

0 commit comments

Comments
 (0)