You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Search all of your personal, starred, and organization repos in [Alfred](https://www.alfredapp.com/), a powerful MacOS launcher application. It uses the [GitHub REST API Endpoints](https://docs.github.com/en/rest/repos?apiVersion=2022-11-28).
173
243
174
244
## Dependencies
175
245
Alfred 5 with [PowerPack](https://www.alfredapp.com/powerpack/).
246
+
Also, need `jq`, see install at [their docs](https://jqlang.github.io/jq/download/).
176
247
Nothing else, everything is in a single bash script :)
177
248
178
249
## Usage
@@ -190,20 +261,38 @@ Note that I personally use a classic token so I can have no expiration date.
190
261
You can also customize the `ghs` command to any command of your choice in the same pane.</string>
191
262
<key>uidata</key>
192
263
<dict>
264
+
<key>50E582F7-76D0-487C-80FE-A5263B8395E1</key>
265
+
<dict>
266
+
<key>colorindex</key>
267
+
<integer>2</integer>
268
+
<key>xpos</key>
269
+
<real>535</real>
270
+
<key>ypos</key>
271
+
<real>390</real>
272
+
</dict>
193
273
<key>54615906-5E31-43E3-AAC0-E6A0FDF80272</key>
194
274
<dict>
195
275
<key>xpos</key>
196
-
<real>400</real>
276
+
<real>530</real>
197
277
<key>ypos</key>
198
-
<real>265</real>
278
+
<real>270</real>
199
279
</dict>
200
280
<key>8987AD20-8E78-4106-9212-B84CB6537B08</key>
201
281
<dict>
202
282
<key>xpos</key>
203
-
<real>200</real>
283
+
<real>195</real>
204
284
<key>ypos</key>
205
285
<real>260</real>
206
286
</dict>
287
+
<key>FD03FD75-DCFF-4A61-AC2A-68B249B93373</key>
288
+
<dict>
289
+
<key>colorindex</key>
290
+
<integer>12</integer>
291
+
<key>xpos</key>
292
+
<real>755</real>
293
+
<key>ypos</key>
294
+
<real>320</real>
295
+
</dict>
207
296
</dict>
208
297
<key>userconfigurationconfig</key>
209
298
<array>
@@ -228,6 +317,31 @@ You can also customize the `ghs` command to any command of your choice in the sa
228
317
<key>variable</key>
229
318
<string>fullsearch</string>
230
319
</dict>
320
+
<dict>
321
+
<key>config</key>
322
+
<dict>
323
+
<key>defaultvalue</key>
324
+
<integer>10</integer>
325
+
<key>markercount</key>
326
+
<integer>12</integer>
327
+
<key>maxvalue</key>
328
+
<integer>86400</integer>
329
+
<key>minvalue</key>
330
+
<integer>0</integer>
331
+
<key>onlystoponmarkers</key>
332
+
<false/>
333
+
<key>showmarkers</key>
334
+
<true/>
335
+
</dict>
336
+
<key>description</key>
337
+
<string>The workflow will run faster but update to new repos slower.</string>
338
+
<key>label</key>
339
+
<string>Cache Duration (seconds)</string>
340
+
<key>type</key>
341
+
<string>slider</string>
342
+
<key>variable</key>
343
+
<string>cacheDuration</string>
344
+
</dict>
231
345
<dict>
232
346
<key>config</key>
233
347
<dict>
@@ -274,7 +388,7 @@ You can also customize the `ghs` command to any command of your choice in the sa
0 commit comments