Skip to content

Instantly share code, notes, and snippets.

@theskillwithin
Created September 30, 2016 22:11
Show Gist options
  • Save theskillwithin/60a818748d9e9cc75b592a6f2bc85a9a to your computer and use it in GitHub Desktop.
Save theskillwithin/60a818748d9e9cc75b592a6f2bc85a9a to your computer and use it in GitHub Desktop.
textual://custom-scripts-folder
on textualcmd(inputText, selectedChannel)
if inputText is equal to "flexbox" then
return "https://css-tricks.com/snippets/css/a-guide-to-flexbox/ --- https://youtu.be/G7EIAgfkhmg --- https://youtu.be/qpdxiIDzg6Q"
else if inputText is equal to "cp" then
return "codepen.io"
else
return "/debug Help commands: message1, message2"
end if
end textualcmd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment