Skip to content

Commit

Permalink
Add main script to add - for selected text
Browse files Browse the repository at this point in the history
  • Loading branch information
gumpcha committed Mar 4, 2015
1 parent f5262b8 commit bff1671
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HyphenList.popclipext/Config.plist
Expand Up @@ -10,7 +10,7 @@
<key>Image File</key>
<string>speechicon.png</string>
<key>Shell Script File</key>
<string>say.sh</string>
<string>add-hyphens.sh</string>
<key>Stoppable</key>
<true/>
<key>Title</key>
Expand Down
1 change: 1 addition & 0 deletions HyphenList.popclipext/add-hyphens.sh
@@ -0,0 +1 @@
echo "$POPCLIP_TEXT" | sed 's/^/- /'
1 change: 0 additions & 1 deletion HyphenList.popclipext/say.sh

This file was deleted.

0 comments on commit bff1671

Please sign in to comment.