-
Notifications
You must be signed in to change notification settings - Fork 8
/
info.plist
40 lines (40 loc) · 869 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
<?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>python ./setup.py "{query}"</string>
<key>disabled</key>
<false/>
<key>escapequery</key>
<false/>
<key>escapequerybackquotes</key>
<false/>
<key>escapequerybrackets</key>
<false/>
<key>escapequeryquotes</key>
<true/>
<key>escapequerysemicolons</key>
<false/>
<key>growloutput</key>
<true/>
<key>growloutputsticky</key>
<false/>
<key>keyword</key>
<string>wb</string>
<key>logging</key>
<false/>
<key>parameter</key>
<integer>0</integer>
<key>silent</key>
<true/>
<key>subtitle</key>
<string></string>
<key>title</key>
<string>帽子围脖</string>
</dict>
</plist>