-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.plist
291 lines (289 loc) · 6.97 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
<?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>com.mattstein.quick-open-project</string>
<key>category</key>
<string>Productivity</string>
<key>connections</key>
<dict>
<key>173B9FAF-04FF-435C-943A-699232E0278B</key>
<array/>
<key>9E8BD37D-3D8D-495D-8B25-987373CA7FBE</key>
<array/>
<key>C830BA60-29C8-42AA-861A-FB347A886A9E</key>
<array>
<dict>
<key>destinationuid</key>
<string>9E8BD37D-3D8D-495D-8B25-987373CA7FBE</string>
<key>modifiers</key>
<integer>0</integer>
<key>modifiersubtext</key>
<string></string>
<key>vitoclose</key>
<false/>
</dict>
<dict>
<key>destinationuid</key>
<string>FA8342C7-5F0D-48AB-A5A4-04BFAE6B9BA6</string>
<key>modifiers</key>
<integer>1048576</integer>
<key>modifiersubtext</key>
<string>Open in PhpStorm</string>
<key>vitoclose</key>
<false/>
</dict>
<dict>
<key>destinationuid</key>
<string>173B9FAF-04FF-435C-943A-699232E0278B</string>
<key>modifiers</key>
<integer>131072</integer>
<key>modifiersubtext</key>
<string>Open in iTerm</string>
<key>vitoclose</key>
<false/>
</dict>
<dict>
<key>destinationuid</key>
<string>03869EF0-FFB7-48D5-A211-A974D6A7231B</string>
<key>modifiers</key>
<integer>262144</integer>
<key>modifiersubtext</key>
<string>Reveal in Finder</string>
<key>vitoclose</key>
<false/>
</dict>
</array>
<key>FA8342C7-5F0D-48AB-A5A4-04BFAE6B9BA6</key>
<array/>
</dict>
<key>createdby</key>
<string>Matt Stein</string>
<key>description</key>
<string>Open project folders in your editor or terminal.</string>
<key>disabled</key>
<false/>
<key>name</key>
<string>Quick Open Project</string>
<key>objects</key>
<array>
<dict>
<key>config</key>
<dict>
<key>openwith</key>
<string>/Applications/Visual Studio Code.app</string>
<key>sourcefile</key>
<string></string>
</dict>
<key>type</key>
<string>alfred.workflow.action.openfile</string>
<key>uid</key>
<string>9E8BD37D-3D8D-495D-8B25-987373CA7FBE</string>
<key>version</key>
<integer>3</integer>
</dict>
<dict>
<key>config</key>
<dict>
<key>openwith</key>
<string>/Applications/PhpStorm.app</string>
<key>sourcefile</key>
<string></string>
</dict>
<key>type</key>
<string>alfred.workflow.action.openfile</string>
<key>uid</key>
<string>FA8342C7-5F0D-48AB-A5A4-04BFAE6B9BA6</string>
<key>version</key>
<integer>3</integer>
</dict>
<dict>
<key>config</key>
<dict>
<key>alfredfiltersresults</key>
<false/>
<key>alfredfiltersresultsmatchmode</key>
<integer>0</integer>
<key>argumenttreatemptyqueryasnil</key>
<false/>
<key>argumenttrimmode</key>
<integer>0</integer>
<key>argumenttype</key>
<integer>1</integer>
<key>escaping</key>
<integer>127</integer>
<key>keyword</key>
<string>src</string>
<key>queuedelaycustom</key>
<integer>1</integer>
<key>queuedelayimmediatelyinitially</key>
<true/>
<key>queuedelaymode</key>
<integer>2</integer>
<key>queuemode</key>
<integer>1</integer>
<key>runningsubtext</key>
<string>Hang on...</string>
<key>script</key>
<string>php search.php {query}</string>
<key>scriptargtype</key>
<integer>0</integer>
<key>scriptfile</key>
<string></string>
<key>subtext</key>
<string>Open development project folders</string>
<key>title</key>
<string>Quick Open Project</string>
<key>type</key>
<integer>5</integer>
<key>withspace</key>
<false/>
</dict>
<key>type</key>
<string>alfred.workflow.input.scriptfilter</string>
<key>uid</key>
<string>C830BA60-29C8-42AA-861A-FB347A886A9E</string>
<key>version</key>
<integer>3</integer>
</dict>
<dict>
<key>config</key>
<dict>
<key>applescript</key>
<string>on alfred_script(q)
set thePath to q
CommandRun("cd " & thePath & ";clear;")
end alfred_script
on CommandRun(withCmd)
tell application "iTerm"
if it is not running then
tell application "iTerm"
activate
delay 0.2
try
close first window
end try
end tell
tell application "iTerm"
create window with profile "Default"
tell the current window
tell the current session
write text withCmd
end tell
end tell
end tell
else
--assume that iTerm is open and open a new tab
try
tell application "iTerm"
activate
tell the current window
create tab with profile "Default"
tell the current tab
tell the current session
write text withCmd
end tell
end tell
end tell
end tell
on error msg
--if all iTerm windows are closed the app stays open. In this scenario iTerm has no "current window" and will give an error when trying to create the new tab.
tell application "iTerm"
create window with profile "Default"
tell the current window
tell the current session
write text withCmd
end tell
end tell
end tell
end try
end if
end tell
end CommandRun</string>
<key>cachescript</key>
<false/>
</dict>
<key>type</key>
<string>alfred.workflow.action.applescript</string>
<key>uid</key>
<string>173B9FAF-04FF-435C-943A-699232E0278B</string>
<key>version</key>
<integer>1</integer>
</dict>
<dict>
<key>config</key>
<dict>
<key>path</key>
<string></string>
</dict>
<key>type</key>
<string>alfred.workflow.action.revealfile</string>
<key>uid</key>
<string>03869EF0-FFB7-48D5-A211-A974D6A7231B</string>
<key>version</key>
<integer>1</integer>
</dict>
</array>
<key>readme</key>
<string></string>
<key>uidata</key>
<dict>
<key>03869EF0-FFB7-48D5-A211-A974D6A7231B</key>
<dict>
<key>xpos</key>
<real>545</real>
<key>ypos</key>
<real>455</real>
</dict>
<key>173B9FAF-04FF-435C-943A-699232E0278B</key>
<dict>
<key>note</key>
<string>Open in iTerm.app</string>
<key>xpos</key>
<real>545</real>
<key>ypos</key>
<real>295</real>
</dict>
<key>9E8BD37D-3D8D-495D-8B25-987373CA7FBE</key>
<dict>
<key>xpos</key>
<real>540</real>
<key>ypos</key>
<real>15</real>
</dict>
<key>C830BA60-29C8-42AA-861A-FB347A886A9E</key>
<dict>
<key>xpos</key>
<real>195</real>
<key>ypos</key>
<real>225</real>
</dict>
<key>FA8342C7-5F0D-48AB-A5A4-04BFAE6B9BA6</key>
<dict>
<key>xpos</key>
<real>540</real>
<key>ypos</key>
<real>155</real>
</dict>
</dict>
<key>userconfigurationconfig</key>
<array/>
<key>variables</key>
<dict>
<key>IGNORE_PATTERNS</key>
<string></string>
<key>SEARCH_PATHS</key>
<string></string>
</dict>
<key>variablesdontexport</key>
<array>
<string>IGNORE_PATTERNS</string>
<string>SEARCH_PATHS</string>
</array>
<key>version</key>
<string></string>
<key>webaddress</key>
<string>https://mattstein.com</string>
</dict>
</plist>