Skip to content

Instantly share code, notes, and snippets.

@fasmide
Last active August 29, 2015 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fasmide/11397821 to your computer and use it in GitHub Desktop.
Save fasmide/11397821 to your computer and use it in GitHub Desktop.
Poormans quicktrail
on run {input, parameters}
set incoming_card to text returned of (display dialog "Incoming trello" default answer "")
do shell script "mail -s " & quoted form of incoming_card & " __EXCHANGE_WITH_INCOMING_TRELLO_MAIL__ < /dev/null"
return input
end run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment