AcceptsFiles AcceptsText Authentication Author Sveinbjorn Thordarson BundledFiles Creator Platypus-5.4.1 DeclareService DevelopmentVersion DocIconPath Droppable Example IconPath Identifier org.sveinbjorn.SayURLSchemeHandler InterfaceType None InterpreterArgs InterpreterPath /usr/bin/python Name SayURLSchemeHandler OptimizeApplication Overwrite PromptForFileOnLaunch RemainRunning ScriptArgs Script #!/usr/bin/python from subprocess import call import sys text = sys.argv[1] text = text[6:] text = text.replace('-', ' ') if len(text): call(["/usr/bin/say", text]) ScriptName SayURLSchemeHandler RunInBackground StatusItemDisplayType Text StatusItemIcon StatusItemIconIsTemplate StatusItemTitle Title StatusItemUseSystemFont Suffixes TextBackground #ffffff TextFont Monaco TextForeground #000000 TextSize 13 URISchemes say UniformTypes Version 1.0