-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.plist
46 lines (46 loc) · 966 Bytes
/
info.plist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?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>action</key>
<false/>
<key>category</key>
<string>SCRIPTS</string>
<key>command</key>
<string>RET=$(ruby script.rb {query})
if [[ "$RET" != /tmp* ]]; then
echo $RET
else
$(afplay /tmp/${RET##*/})
fi
</string>
<key>disabled</key>
<false/>
<key>escapequery</key>
<false/>
<key>escapequerybackquotes</key>
<true/>
<key>escapequerybrackets</key>
<true/>
<key>escapequeryquotes</key>
<true/>
<key>escapequerysemicolons</key>
<true/>
<key>growloutput</key>
<true/>
<key>growloutputsticky</key>
<false/>
<key>keyword</key>
<string>forvo</string>
<key>logging</key>
<false/>
<key>parameter</key>
<integer>3</integer>
<key>silent</key>
<true/>
<key>subtitle</key>
<string>Play Forvo pronunciation</string>
<key>title</key>
<string>Forvo</string>
</dict>
</plist>