Skip to content

Commit

Permalink
Create HyphenList extension from Say extension
Browse files Browse the repository at this point in the history
  • Loading branch information
gumpcha committed Mar 4, 2015
1 parent b25da8c commit 1be4d61
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 0 deletions.
32 changes: 32 additions & 0 deletions HyphenList.popclipext/Config.plist
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Actions</key>
<array>
<dict>
<key>Image File</key>
<string>speechicon.png</string>
<key>Shell Script File</key>
<string>say.sh</string>
<key>Stoppable</key>
<true/>
<key>Title</key>
<string>Say</string>
</dict>
</array>
<key>Extension Description</key>
<string>Speak the selected text aloud, using the system default voice. To change the voice, go to "Speech" in System Preferences.</string>
<key>Extension Identifier</key>
<string>com.pilotmoon.popclip.extension.say</string>
<key>Extension Name</key>
<dict>
<key>en</key>
<string>Say</string>
<key>fr</key>
<string>Lire</string>
</dict>
<key>Required Software Version</key>
<integer>693</integer>
</dict>
</plist>
4 changes: 4 additions & 0 deletions HyphenList.popclipext/README.md
@@ -0,0 +1,4 @@
Say
===

PopClip extension to speak the text aloud.
1 change: 1 addition & 0 deletions HyphenList.popclipext/say.sh
@@ -0,0 +1 @@
echo $POPCLIP_TEXT | say
Binary file added HyphenList.popclipext/speechicon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1be4d61

Please sign in to comment.