Skip to content

Instantly share code, notes, and snippets.

@DrewML
Created May 1, 2016 16:36
Show Gist options
  • Star 17 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DrewML/78621085807671a3098c67ad32a2a750 to your computer and use it in GitHub Desktop.
Save DrewML/78621085807671a3098c67ad32a2a750 to your computer and use it in GitHub Desktop.
"Secret" Slack slash commands

"Secret" Slack Slash Commands

Enable Web Inspector

/macgap.app.enabledevelopertools()

Assign a color (using hex code) to any users name

/color andrew #000000

Change Status (Doesn't seem to work)

/status

Quickly change message view style (compact or expanded)

/togglethemes

Opens search pane with query

/search query

Useless window.alert with the int passed

/trigger_w 5

Play the message beep locally

/beep

Trigger the "Upload a file?" dialog

/upload

Show custom colors you have set for each users name

/colors

Change colors of names in channel to a different scheme

/colortest

Disconnect + Auto Reconnect

/discon

Disconnect

/sleep

Reconnect

/wake

Whyyyyyyy

/disco2 /discon3 /discon4

Trigger a toast notification

/overloaddontdothiseverpleaseyouwillbesorry

Shows a ton of fake messages from every user in the "General" channel

/babbledontdothiseverpleaseyouwillbesorry

No idea

/msg_replies /attach_thumb_align

Open the Emoji Picker

/emo /emoji /emote

Edit the last message you sent

/editlast

Delete the last message you sent (doesn't seem to work)

/deletelast

Change alignment of attachments

/attach_align

Shows URIs for inline attachments

/showfallbacks

Opens "Advanced Options" modal

/toggle_debugging_prefs

@jmona789
Copy link

/macgap.app.enabledevelopertools() doesn't seem to work anymore

@brandonsturgeon
Copy link

/color @name #color works, but /colors doesn't.

Further, you can use the /color @name #color command but it doesn't do anything

🤷‍♂️

@kangaechigai
Copy link

The /color @name #color command still works to change name colors, but only in compact mode.

@jakebathman
Copy link

Many of the more exciting commands for me don't work, such as /overloaddontdothiseverpleaseyouwillbesorry and /babbledontdothiseverpleaseyouwillbesorry or /colortest

@briskt
Copy link

briskt commented Jan 21, 2021

Further, you can use the /color @name #color command but it doesn't do anything

It only shows colors in "Compact" mode. (Preferences -> Messages & media)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment