forked from JoelQ/alfred-http
-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.plist
98 lines (98 loc) · 2.3 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<?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>category</key>
<string>Tools</string>
<key>connections</key>
<dict>
<key>874CA1E0-1CB5-414B-9AE9-640C9D4D5689</key>
<array>
<dict>
<key>destinationuid</key>
<string>7AA93635-6392-44CE-992F-C5F41F99DF06</string>
<key>modifiers</key>
<integer>0</integer>
<key>modifiersubtext</key>
<string></string>
</dict>
</array>
</dict>
<key>createdby</key>
<string>Joël Quenneville, David Lord</string>
<key>description</key>
<string>HTTP status codes</string>
<key>disabled</key>
<false/>
<key>name</key>
<string>HTTP</string>
<key>readme</key>
<string>Provides one-line HTTP status codes and links to documentation, with a focus on Cloudflare-specific behaviour.</string>
<key>version</key>
<string>1.4</string>
<key>objects</key>
<array>
<dict>
<key>config</key>
<dict>
<key>argumenttype</key>
<integer>0</integer>
<key>escaping</key>
<integer>127</integer>
<key>keyword</key>
<string>http</string>
<key>script</key>
<string>ruby alfred-http.rb {query}</string>
<key>title</key>
<string>Look up HTTP statuses</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>874CA1E0-1CB5-414B-9AE9-640C9D4D5689</string>
<key>version</key>
<integer>0</integer>
</dict>
<dict>
<key>config</key>
<dict>
<key>plusspaces</key>
<false/>
<key>url</key>
<string>{query}</string>
<key>utf8</key>
<true/>
</dict>
<key>type</key>
<string>alfred.workflow.action.openurl</string>
<key>uid</key>
<string>7AA93635-6392-44CE-992F-C5F41F99DF06</string>
<key>version</key>
<integer>0</integer>
</dict>
</array>
<key>readme</key>
<string></string>
<key>uidata</key>
<dict>
<key>7AA93635-6392-44CE-992F-C5F41F99DF06</key>
<dict>
<key>ypos</key>
<real>10</real>
</dict>
<key>874CA1E0-1CB5-414B-9AE9-640C9D4D5689</key>
<dict>
<key>ypos</key>
<real>10</real>
</dict>
</dict>
<key>webaddress</key>
<string></string>
</dict>
</plist>