Skip to content

Instantly share code, notes, and snippets.

@MrCirdo
MrCirdo / MessagePGP.scpt
Last active December 9, 2016 15:05
Un petit applescript qui automatiquement déchiffre les messages reçus par Message
using terms from application "Messages"
on active chat message received from theBuddy for theTextChat with theText
decrypt(theText)
end active chat message received
on message sent theText with theTexte
end message sent