Skip to content

Instantly share code, notes, and snippets.

@iamWing
Created June 8, 2024 02:02
Show Gist options
  • Save iamWing/e4ed7592f0847731239de7085c6f11f3 to your computer and use it in GitHub Desktop.
Save iamWing/e4ed7592f0847731239de7085c6f11f3 to your computer and use it in GitHub Desktop.
Apple script for creating an workflow that speaks the selected text in Japanese
on run {input, parameters}
do shell script "say -v Kyoko " & (quoted form of (input as string))
return input
end run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment