-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.plist
63 lines (63 loc) · 1.46 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?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>bundleid</key>
<string></string>
<key>connections</key>
<dict>
<key>7DD3BDE5-A157-42E5-9376-F681FB50A4EE</key>
<array/>
</dict>
<key>createdby</key>
<string>Quentin Mazars-Simon</string>
<key>description</key>
<string>Show next trains timetable</string>
<key>disabled</key>
<false/>
<key>name</key>
<string>CFF</string>
<key>objects</key>
<array>
<dict>
<key>config</key>
<dict>
<key>argumenttype</key>
<integer>1</integer>
<key>escaping</key>
<integer>126</integer>
<key>keyword</key>
<string>cff</string>
<key>runningsubtext</key>
<string>Please wait…</string>
<key>script</key>
<string>python cff.py {query}</string>
<key>title</key>
<string>Enter departure and destination</string>
<key>type</key>
<integer>0</integer>
<key>withspace</key>
<true/>
</dict>
<key>type</key>
<string>alfred.workflow.input.scriptfilter</string>
<key>uid</key>
<string>7DD3BDE5-A157-42E5-9376-F681FB50A4EE</string>
<key>version</key>
<integer>0</integer>
</dict>
</array>
<key>readme</key>
<string></string>
<key>uidata</key>
<dict>
<key>7DD3BDE5-A157-42E5-9376-F681FB50A4EE</key>
<dict>
<key>ypos</key>
<real>60</real>
</dict>
</dict>
<key>webaddress</key>
<string>quentin.ms</string>
</dict>
</plist>