pennyworth 14.1.2 → 14.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 00e4f1ea91951c61489f4d7db8379ac4cfd6a93420a55608f0900302981db541
4
- data.tar.gz: 96552a951d94c8df12e7e3e41ce5787822f14ecc487abe8b7a61e27c4af3b875
3
+ metadata.gz: 4ad975113036f7190110342ba57762ac8d5b8074352128e741166e6d5d2d965d
4
+ data.tar.gz: 178a7dea64fc0e9c26dfdb19eb236ec71bc95c9486e9cdfdcc2b6adab87b6d88
5
5
  SHA512:
6
- metadata.gz: 355e7e7a4021194b89a17f7540dd318b7d0fa5342afa7783e7aa5e4ac3829b009181cb7b738d8c6d35354fa83bc562773b2163cd94e490c1dc889f53545dc9b3
7
- data.tar.gz: d871308b2aeee9a9ea0ab4ebf65c3036a4115f6c8edf336496a651dc98a56bf521182189727d92bb51dae42695223568c9570541cdf54435d1a82baf31f172be
6
+ metadata.gz: bc9e845281ee478829b352c59a58861a040d5b2afc1a01932682bdf6afeb6f05ca7304872f09c6abae00e162f61eb60ffa14c549c0b96fe22bf1f2d3526afabe
7
+ data.tar.gz: 2f686c128f9b3b35d1e132ea56b09b1a803543edd37c8a29fc5084e5879ad34f2f3b3186fefcdd73845b64024d7834b7f389aec26b03f425ebadd4326dfb735c
checksums.yaml.gz.sig CHANGED
Binary file
data/README.adoc CHANGED
@@ -3,7 +3,7 @@
3
3
  :figure-caption!:
4
4
 
5
5
  :bash_link: link:https://www.gnu.org/software/bash[Bash]
6
- :ruby_version_managers_link: link:https://www.alchemists.io/articles/ruby_version_managers[Ruby Version Manager]
6
+ :ruby_version_managers_link: link:https://alchemists.io/articles/ruby_version_managers[Ruby Version Manager]
7
7
 
8
8
  = Pennyworth
9
9
 
@@ -22,7 +22,7 @@ toc::[]
22
22
 
23
23
  == Screencast
24
24
 
25
- video::https://www.alchemists.io/videos/projects/pennyworth/demo.mp4[poster=https://www.alchemists.io/images/projects/pennyworth/demo.png,width=706,height=632,role=focal_point]
25
+ video::https://alchemists.io/videos/projects/pennyworth/demo.mp4[poster=https://alchemists.io/images/projects/pennyworth/demo.png,width=706,height=632,role=focal_point]
26
26
 
27
27
  == Requirements
28
28
 
@@ -128,7 +128,7 @@ This gem can be configured via a global configuration:
128
128
  ~/.config/pennyworth/configuration.yml
129
129
  ....
130
130
 
131
- It can also be configured via link:https://www.alchemists.io/projects/xdg[XDG] environment
131
+ It can also be configured via link:https://alchemists.io/projects/xdg[XDG] environment
132
132
  variables.
133
133
 
134
134
  The default configuration is as follows:
@@ -192,7 +192,7 @@ Feel free to take this default configuration, modify, and save as your own custo
192
192
 
193
193
  === Themes
194
194
 
195
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/alchemists-theme.png[Alchemists Theme,width=706,height=632,role=focal_point]
195
+ image:https://alchemists.io/images/projects/pennyworth/screenshots/alchemists-theme.png[Alchemists Theme,width=706,height=632,role=focal_point]
196
196
 
197
197
  The above is shared as the link:https://www.alfredapp.com/extras/theme/FSz9kjN1wX[Alchemists Alfred
198
198
  Theme] which can be
@@ -204,7 +204,7 @@ directly].
204
204
  Not all workflows require Pennyworth to run properly (see the _Other_ section below for details).
205
205
  For the workflows that _do_ require Pennyworth support, the following assumptions are made:
206
206
 
207
- 1. Your link:https://www.alchemists.io/projects/dotfiles[Dotfiles] are configured to use {bash_link} and load your environment appropriately. Bash is not a hard requirement, though. You can use _any shell_ you are comfortable with as long as you teach Alfred to load your development environment before running the Alfred Workflow.
207
+ 1. Your link:https://alchemists.io/projects/dotfiles[Dotfiles] are configured to use {bash_link} and load your environment appropriately. Bash is not a hard requirement, though. You can use _any shell_ you are comfortable with as long as you teach Alfred to load your development environment before running the Alfred Workflow.
208
208
  2. You have the latest version of Alfred, Ruby, and Pennyworth installed.
209
209
  3. You are using a {ruby_version_managers_link} which ensures Ruby is on your load path. As mentioned in the _Requirements_ section above, this is not a hard requirement so if you have the correct version of Ruby required by this gem on your path, that'll work too.
210
210
 
@@ -212,7 +212,7 @@ With the above requirements in mind, the following sections document how to down
212
212
  Pennyworth workflows that are compatible with Alfred. Should you want to tweak any of these
213
213
  workflows, you'd only need to edit an existing workflow or build your own with these settings:
214
214
 
215
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/script_filter.png[Script Filter,width=776,height=635,role=focal_point]
215
+ image:https://alchemists.io/images/projects/pennyworth/screenshots/script_filter.png[Script Filter,width=776,height=635,role=focal_point]
216
216
 
217
217
  Before diving into each workflow, I want to highlight that the following capabilities are available
218
218
  to all workflows depending on what kind of item is currently selected within the Alfred UI:
@@ -226,41 +226,41 @@ to all workflows depending on what kind of item is currently selected within the
226
226
 
227
227
  ==== Alchemists
228
228
 
229
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/alchemists-projects.png[Alchemists Projects,width=706,height=632,role=focal_point]
229
+ image:https://alchemists.io/images/projects/pennyworth/screenshots/alchemists-projects.png[Alchemists Projects,width=706,height=632,role=focal_point]
230
230
 
231
- Provides quick access to link:https://www.alchemists.io[Alchemists] resources.
231
+ Provides quick access to link:https://alchemists.io[Alchemists] resources.
232
232
 
233
- 1. link:https://www.alchemists.io/public/alfred/workflows/alchemists.alfredworkflow[Download] and
233
+ 1. link:https://alchemists.io/public/alfred/workflows/alchemists.alfredworkflow[Download] and
234
234
  double click to install.
235
235
  2. Click on _Configure Workflow_ to view documentation.
236
236
 
237
237
  ==== Dry RB
238
238
 
239
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/dry-gems.png[Dry Gems,width=706,height=632,role=focal_point]
239
+ image:https://alchemists.io/images/projects/pennyworth/screenshots/dry-gems.png[Dry Gems,width=706,height=632,role=focal_point]
240
240
 
241
241
  Provides quick access to link:https://dry-rb.org[Dry RB] resources.
242
242
 
243
- 1. link:https://www.alchemists.io/public/alfred/workflows/dry.alfredworkflow[Download] and double
243
+ 1. link:https://alchemists.io/public/alfred/workflows/dry.alfredworkflow[Download] and double
244
244
  click to install.
245
245
  2. Click on _Configure Workflow_ to view documentation.
246
246
 
247
247
  ==== RuboCop
248
248
 
249
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/rubocop-projects.png[Rubocop Projects,width=706,height=632,role=focal_point]
249
+ image:https://alchemists.io/images/projects/pennyworth/screenshots/rubocop-projects.png[Rubocop Projects,width=706,height=632,role=focal_point]
250
250
 
251
251
  Provides quick access to link:https://docs.rubocop.org/rubocop[RuboCop] resources.
252
252
 
253
- 1. link:https://www.alchemists.io/public/alfred/workflows/rubocop.alfredworkflow[Download] and
253
+ 1. link:https://alchemists.io/public/alfred/workflows/rubocop.alfredworkflow[Download] and
254
254
  double click to install.
255
255
  2. Click on _Configure Workflow_ to view documentation.
256
256
 
257
257
  ==== Ruby
258
258
 
259
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/ruby.png[Ruby workflow screenshot,width=706,height=632,role=focal_point]
259
+ image:https://alchemists.io/images/projects/pennyworth/screenshots/ruby.png[Ruby workflow screenshot,width=706,height=632,role=focal_point]
260
260
 
261
261
  Provides quick access to link:https://www.ruby-lang.org[Ruby] resources.
262
262
 
263
- 1. link:https://www.alchemists.io/public/alfred/workflows/ruby.alfredworkflow[Download] and
263
+ 1. link:https://alchemists.io/public/alfred/workflows/ruby.alfredworkflow[Download] and
264
264
  double click to install.
265
265
  2. Click on _Configure Workflow_ to view documentation.
266
266
 
@@ -270,290 +270,310 @@ The following workflows don't require this gem to use but are provided for conve
270
270
 
271
271
  ===== Acronyms
272
272
 
273
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/acronyms.png[Acronyms workflow screenshot.,width=1001,height=610,role=focal_point]
273
+ image:https://alchemists.io/images/projects/pennyworth/screenshots/acronyms.png[Acronyms workflow screenshot.,width=1001,height=610,role=focal_point]
274
274
 
275
275
  Expands acronyms so you can think and type in terms of an acronym but appear as if you typed out the
276
276
  full definition each time.
277
277
 
278
- 1. link:https://www.alchemists.io/public/alfred/workflows/acronyms.alfredworkflow[Download] and
278
+ 1. link:https://alchemists.io/public/alfred/workflows/acronyms.alfredworkflow[Download] and
279
279
  double click to install.
280
280
  2. Click on _Configure Workflow_ to view documentation.
281
281
 
282
282
  ===== Alpine
283
283
 
284
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/alpine.png[Alpine Linux workflow screenshot.,width=706,height=632,role=focal_point]
284
+ image:https://alchemists.io/images/projects/pennyworth/screenshots/alpine.png[Alpine Linux workflow screenshot.,width=706,height=632,role=focal_point]
285
285
 
286
286
  Provides quick access to link:https://www.alpinelinux.org[Alpine Linux] resources.
287
287
 
288
- 1. link:https://www.alchemists.io/public/alfred/workflows/alpine.alfredworkflow[Download] and double
288
+ 1. link:https://alchemists.io/public/alfred/workflows/alpine.alfredworkflow[Download] and double
289
289
  click to install.
290
290
  2. Click on _Configure Workflow_ to view documentation.
291
291
 
292
292
  ===== Applications
293
293
 
294
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/applications.png[Applications workflow screenshot.,width=706,height=362,role=focal_point]
294
+ image:https://alchemists.io/images/projects/pennyworth/screenshots/applications.png[Applications workflow screenshot.,width=706,height=362,role=focal_point]
295
295
 
296
296
  Launches your engineering environment but can be tweaked to your preferences. Using Alfred in this manner ensures your machine boots quickly so you have more control over _what_ is launched.
297
297
 
298
- 1. link:https://www.alchemists.io/public/alfred/workflows/applications.alfredworkflow[Download] and
298
+ 1. link:https://alchemists.io/public/alfred/workflows/applications.alfredworkflow[Download] and
299
299
  double click to install.
300
300
  2. Click on _Configure Workflow_ to view documentation.
301
301
 
302
302
  ===== Bash
303
303
 
304
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/bash.png[Bash workflow screenshot.,width=706,height=362,role=focal_point]
304
+ image:https://alchemists.io/images/projects/pennyworth/screenshots/bash.png[Bash workflow screenshot.,width=706,height=362,role=focal_point]
305
305
 
306
306
  Provides quick access to link:https://www.gnu.org/software/bash[Bash] resources.
307
307
 
308
- 1. link:https://www.alchemists.io/public/alfred/workflows/bash.alfredworkflow[Download] and
308
+ 1. link:https://alchemists.io/public/alfred/workflows/bash.alfredworkflow[Download] and
309
309
  double click to install.
310
310
  2. Click on _Configure Workflow_ to view documentation.
311
311
 
312
312
  ===== Bio
313
313
 
314
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/bio.png[Bio workflow screenshot.,width=706,height=200,role=focal_point]
314
+ image:https://alchemists.io/images/projects/pennyworth/screenshots/bio.png[Bio workflow screenshot.,width=706,height=200,role=focal_point]
315
315
 
316
316
  Provides biographical calculations and information.
317
317
 
318
- 1. link:https://www.alchemists.io/public/alfred/workflows/bio.alfredworkflow[Download] and
318
+ 1. link:https://alchemists.io/public/alfred/workflows/bio.alfredworkflow[Download] and
319
319
  double click to install.
320
320
  2. Click on _Configure Workflow_ to view documentation.
321
321
 
322
322
  ===== Browsers
323
323
 
324
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/browsers.png[Browsers workflow screenshot.,width=706,height=308,role=focal_point]
324
+ image:https://alchemists.io/images/projects/pennyworth/screenshots/browsers.png[Browsers workflow screenshot.,width=706,height=308,role=focal_point]
325
325
 
326
326
  Provides quick access to browser resources.
327
327
 
328
- 1. link:https://www.alchemists.io/public/alfred/workflows/browsers.alfredworkflow[Download] and
328
+ 1. link:https://alchemists.io/public/alfred/workflows/browsers.alfredworkflow[Download] and
329
329
  double click to install.
330
330
  2. Click on _Configure Workflow_ to view documentation.
331
331
 
332
332
  ===== Bundler
333
333
 
334
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/bundler.png[Bundler workflow screenshot.,width=706,height=524,role=focal_point]
334
+ image:https://alchemists.io/images/projects/pennyworth/screenshots/bundler.png[Bundler workflow screenshot.,width=706,height=524,role=focal_point]
335
335
 
336
336
  Provides quick access to link:https://bundler.io[Bundler] related resources.
337
337
 
338
- 1. link:https://www.alchemists.io/public/alfred/workflows/bundler.alfredworkflow[Download] and
338
+ 1. link:https://alchemists.io/public/alfred/workflows/bundler.alfredworkflow[Download] and
339
339
  double click to install.
340
340
  2. Click on _Configure Workflow_ to view documentation.
341
341
 
342
342
  ===== Circle CI
343
343
 
344
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/circle_ci.png[Circle CI workflow screenshot.,width=706,height=416,role=focal_point]
344
+ image:https://alchemists.io/images/projects/pennyworth/screenshots/circle_ci.png[Circle CI workflow screenshot.,width=706,height=416,role=focal_point]
345
345
 
346
346
  Provides quick access to link:https://circleci.com/[Circle CI] resources.
347
347
 
348
- 1. link:https://www.alchemists.io/public/alfred/workflows/circle_ci.alfredworkflow[Download] and
348
+ 1. link:https://alchemists.io/public/alfred/workflows/circle_ci.alfredworkflow[Download] and
349
349
  double click to install.
350
350
  2. Click on _Configure Workflow_ to view documentation.
351
351
 
352
352
  ===== Crystal
353
353
 
354
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/crystal.png[Crystal workflow screenshot.,width=706,height=632,role=focal_point]
354
+ image:https://alchemists.io/images/projects/pennyworth/screenshots/crystal.png[Crystal workflow screenshot.,width=706,height=632,role=focal_point]
355
355
 
356
356
  Provides quick access to link:https://crystal-lang.org[Crystal] resources.
357
357
 
358
- 1. link:https://www.alchemists.io/public/alfred/workflows/crystal.alfredworkflow[Download] and
358
+ 1. link:https://alchemists.io/public/alfred/workflows/crystal.alfredworkflow[Download] and
359
359
  double click to install.
360
360
  2. Click on _Configure Workflow_ to view documentation.
361
361
 
362
362
  ===== CSS
363
363
 
364
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/css.png[CSS workflow screenshot.,width=706,height=470,role=focal_point]
364
+ image:https://alchemists.io/images/projects/pennyworth/screenshots/css.png[CSS workflow screenshot.,width=706,height=470,role=focal_point]
365
365
 
366
366
  Provides quick access to link:https://www.w3.org/Style/CSS/specs.en.html[CSS] resources.
367
367
 
368
- 1. link:https://www.alchemists.io/public/alfred/workflows/css.alfredworkflow[Download] and double
368
+ 1. link:https://alchemists.io/public/alfred/workflows/css.alfredworkflow[Download] and double
369
369
  click to install.
370
370
  2. Click on _Configure Workflow_ to view documentation.
371
371
 
372
372
  ===== Docker
373
373
 
374
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/docker.png[Docker workflow screenshot.,width=706,height=470,role=focal_point]
374
+ image:https://alchemists.io/images/projects/pennyworth/screenshots/docker.png[Docker workflow screenshot.,width=706,height=470,role=focal_point]
375
375
 
376
376
  Provides quick access to link:https://www.docker.com[Docker] resources.
377
377
 
378
- 1. link:https://www.alchemists.io/public/alfred/workflows/docker.alfredworkflow[Download] and
378
+ 1. link:https://alchemists.io/public/alfred/workflows/docker.alfredworkflow[Download] and
379
379
  double click to install.
380
380
  2. Click on _Configure Workflow_ to view documentation.
381
381
 
382
382
  ===== Elm
383
383
 
384
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/elm.png[Elm workflow screenshot.,width=706,height=470,role=focal_point]
384
+ image:https://alchemists.io/images/projects/pennyworth/screenshots/elm.png[Elm workflow screenshot.,width=706,height=470,role=focal_point]
385
385
 
386
386
  Provides quick access to link:https://elm-lang.org[Elm] resources.
387
387
 
388
- 1. link:https://www.alchemists.io/public/alfred/workflows/elm.alfredworkflow[Download] and double
388
+ 1. link:https://alchemists.io/public/alfred/workflows/elm.alfredworkflow[Download] and double
389
389
  click to install.
390
390
  2. Click on _Configure Workflow_ to view documentation.
391
391
 
392
392
  ===== Farnam Street
393
393
 
394
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/farnam_street.png[Farnam Street workflow screenshot.,width=706,height=631,role=focal_point]
394
+ image:https://alchemists.io/images/projects/pennyworth/screenshots/farnam_street.png[Farnam Street workflow screenshot.,width=706,height=631,role=focal_point]
395
395
 
396
396
  Provides quick access to link:https://fs.blog[Farnam Street] resources.
397
397
 
398
- 1. link:https://www.alchemists.io/public/alfred/workflows/farnam_street.alfredworkflow[Download] and
398
+ 1. link:https://alchemists.io/public/alfred/workflows/farnam_street.alfredworkflow[Download] and
399
399
  double click to install.
400
400
  2. Click on _Configure Workflow_ to view documentation.
401
401
 
402
402
  ===== Git
403
403
 
404
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/git.png[Git workflow screenshot.,width=706,height=415,role=focal_point]
404
+ image:https://alchemists.io/images/projects/pennyworth/screenshots/git.png[Git workflow screenshot.,width=706,height=415,role=focal_point]
405
405
 
406
406
  Provides quick access to link:https://git-scm.com[Git] resources.
407
407
 
408
- 1. link:https://www.alchemists.io/public/alfred/workflows/git.alfredworkflow[Download] and
408
+ 1. link:https://alchemists.io/public/alfred/workflows/git.alfredworkflow[Download] and
409
409
  double click to install.
410
410
  2. Click on _Configure Workflow_ to view documentation.
411
411
 
412
412
  ===== GitHub
413
413
 
414
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/github.png[GitHub workflow screenshot.,width=706,height=632,role=focal_point]
414
+ image:https://alchemists.io/images/projects/pennyworth/screenshots/github.png[GitHub workflow screenshot.,width=706,height=632,role=focal_point]
415
415
 
416
416
  Provides quick access to link:https://github.com[GitHub] resources.
417
417
 
418
- 1. link:https://www.alchemists.io/public/alfred/workflows/github.alfredworkflow[Download] and
418
+ 1. link:https://alchemists.io/public/alfred/workflows/github.alfredworkflow[Download] and
419
419
  double click to install.
420
420
  2. Click on _Configure Workflow_ to view documentation.
421
421
 
422
422
  ===== Hanami
423
423
 
424
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/hanami.png[Hanami workflow screenshot.,width=706,height=632,role=focal_point]
424
+ image:https://alchemists.io/images/projects/pennyworth/screenshots/hanami.png[Hanami workflow screenshot.,width=706,height=632,role=focal_point]
425
425
 
426
426
  Provides quick access to the link:https://hanamirb.org[Hanami] web framework.
427
427
 
428
- 1. link:https://www.alchemists.io/public/alfred/workflows/hanami.alfredworkflow[Download] and
428
+ 1. link:https://alchemists.io/public/alfred/workflows/hanami.alfredworkflow[Download] and
429
+ double click to install.
430
+ 2. Click on _Configure Workflow_ to view documentation.
431
+
432
+ ===== HTML
433
+
434
+ image:https://alchemists.io/images/projects/pennyworth/screenshots/html.png[HTML workflow screenshot.,width=706,height=631,role=focal_point]
435
+
436
+ Provides quick access to the link:https://html.spec.whatwg.org/multipage[HTML] language.
437
+
438
+ 1. link:https://alchemists.io/public/alfred/workflows/html.alfredworkflow[Download] and
429
439
  double click to install.
430
440
  2. Click on _Configure Workflow_ to view documentation.
431
441
 
432
442
  ===== HTMX
433
443
 
434
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/htmx.png[HTMX workflow screenshot.,width=706,height=523,role=focal_point]
444
+ image:https://alchemists.io/images/projects/pennyworth/screenshots/htmx.png[HTMX workflow screenshot.,width=706,height=523,role=focal_point]
435
445
 
436
446
  Provides quick access to the link:https://htmx.org[HTMX] JavaScript library.
437
447
 
438
- 1. link:https://www.alchemists.io/public/alfred/workflows/htmx.alfredworkflow[Download] and
448
+ 1. link:https://alchemists.io/public/alfred/workflows/htmx.alfredworkflow[Download] and
449
+ double click to install.
450
+ 2. Click on _Configure Workflow_ to view documentation.
451
+
452
+ ===== Internet Protocol (IP)
453
+
454
+ image:https://alchemists.io/images/projects/pennyworth/screenshots/ip.png[IP workflow screenshot.,width=706,height=415,role=focal_point]
455
+
456
+ Provides quick access to link:https://en.wikipedia.org/wiki/Internet_Protocol[IP] tooling and resources.
457
+
458
+ 1. link:https://alchemists.io/public/alfred/workflows/ip.alfredworkflow[Download] and
439
459
  double click to install.
440
460
  2. Click on _Configure Workflow_ to view documentation.
441
461
 
442
462
  ===== Jitsi
443
463
 
444
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/jitsi.png[Jitsi workflow screenshot.,width=706,height=254,role=focal_point]
464
+ image:https://alchemists.io/images/projects/pennyworth/screenshots/jitsi.png[Jitsi workflow screenshot.,width=706,height=254,role=focal_point]
445
465
 
446
466
  Provides quick access to link:https://jitsi.org[Jitsi] resources.
447
467
 
448
- 1. link:https://www.alchemists.io/public/alfred/workflows/jitsi.alfredworkflow[Download] and
468
+ 1. link:https://alchemists.io/public/alfred/workflows/jitsi.alfredworkflow[Download] and
449
469
  double click to install.
450
470
  2. Click on _Configure Workflow_ to view documentation.
451
471
 
452
472
  ===== macOS
453
473
 
454
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/mac_os.png[macOS workflow screenshot.,width=706,height=200,role=focal_point]
474
+ image:https://alchemists.io/images/projects/pennyworth/screenshots/mac_os.png[macOS workflow screenshot.,width=706,height=200,role=focal_point]
455
475
 
456
476
  Provides quick access to macOS resources.
457
477
 
458
- 1. link:https://www.alchemists.io/public/alfred/workflows/mac_os.alfredworkflow[Download] and
478
+ 1. link:https://alchemists.io/public/alfred/workflows/mac_os.alfredworkflow[Download] and
459
479
  double click to install.
460
480
  2. Click on _Configure Workflow_ to view documentation.
461
481
 
462
482
  ===== Rack
463
483
 
464
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/rack.png[Rack workflow screenshot.,width=706,height=470,role=focal_point]
484
+ image:https://alchemists.io/images/projects/pennyworth/screenshots/rack.png[Rack workflow screenshot.,width=706,height=470,role=focal_point]
465
485
 
466
486
  Provides quick access to link:https://github.com/rack/rack[Rack] resources.
467
487
 
468
- 1. link:https://www.alchemists.io/public/alfred/workflows/rack.alfredworkflow[Download] and double
488
+ 1. link:https://alchemists.io/public/alfred/workflows/rack.alfredworkflow[Download] and double
469
489
  click to install.
470
490
  2. Click on _Configure Workflow_ to view documentation.
471
491
 
472
492
  ===== Roda
473
493
 
474
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/roda.png[Roda workflow screenshot.,width=706,height=577,role=focal_point]
494
+ image:https://alchemists.io/images/projects/pennyworth/screenshots/roda.png[Roda workflow screenshot.,width=706,height=577,role=focal_point]
475
495
 
476
496
  Provides quick access to the link:http://roda.jeremyevans.net[Roda] web framework.
477
497
 
478
- 1. link:https://www.alchemists.io/public/alfred/workflows/roda.alfredworkflow[Download] and double
498
+ 1. link:https://alchemists.io/public/alfred/workflows/roda.alfredworkflow[Download] and double
479
499
  click to install.
480
500
  2. Click on _Configure Workflow_ to view documentation.
481
501
 
482
502
  ===== ROM
483
503
 
484
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/rom.png[ROM workflow screenshot.,width=706,height=415,role=focal_point]
504
+ image:https://alchemists.io/images/projects/pennyworth/screenshots/rom.png[ROM workflow screenshot.,width=706,height=415,role=focal_point]
485
505
 
486
506
  Provides quick access to link:https://rom-rb.org[Ruby Object Mapper (ROM)] resources.
487
507
 
488
- 1. link:https://www.alchemists.io/public/alfred/workflows/rom.alfredworkflow[Download] and double
508
+ 1. link:https://alchemists.io/public/alfred/workflows/rom.alfredworkflow[Download] and double
489
509
  click to install.
490
510
  2. Click on _Configure Workflow_ to view documentation.
491
511
 
492
512
  ===== RSpec
493
513
 
494
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/rspec.png[RSpec workflow screenshot.,width=706,height=362,role=focal_point]
514
+ image:https://alchemists.io/images/projects/pennyworth/screenshots/rspec.png[RSpec workflow screenshot.,width=706,height=362,role=focal_point]
495
515
 
496
516
  Provides quick access to link:https://rspec.info[RSpec] resources.
497
517
 
498
- 1. link:https://www.alchemists.io/public/alfred/workflows/rspec.alfredworkflow[Download] and double
518
+ 1. link:https://alchemists.io/public/alfred/workflows/rspec.alfredworkflow[Download] and double
499
519
  click to install.
500
520
  2. Click on _Configure Workflow_ to view documentation.
501
521
 
502
522
  ===== Ruby on Rails
503
523
 
504
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/ruby_on_rails.png[Ruby on Rails workflow screenshot.,width=706,height=524,role=focal_point]
524
+ image:https://alchemists.io/images/projects/pennyworth/screenshots/ruby_on_rails.png[Ruby on Rails workflow screenshot.,width=706,height=524,role=focal_point]
505
525
 
506
526
  Provides access to the link:https://https://rubyonrails.org[Ruby on Rails] web framework.
507
527
 
508
- 1. link:https://www.alchemists.io/public/alfred/workflows/ruby_on_rails.alfredworkflow[Download] and double click to install.
528
+ 1. link:https://alchemists.io/public/alfred/workflows/ruby_on_rails.alfredworkflow[Download] and double click to install.
509
529
  2. Click on _Configure Workflow_ to view documentation.
510
530
 
511
531
  ===== Search
512
532
 
513
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/search.png[Search workflow screenshot.,width=706,height=631,role=focal_point]
533
+ image:https://alchemists.io/images/projects/pennyworth/screenshots/search.png[Search workflow screenshot.,width=706,height=631,role=focal_point]
514
534
 
515
535
  Provides quick access to search resources.
516
536
 
517
- 1. link:https://www.alchemists.io/public/alfred/workflows/search.alfredworkflow[Download] and
537
+ 1. link:https://alchemists.io/public/alfred/workflows/search.alfredworkflow[Download] and
518
538
  double click to install.
519
539
  2. Click on _Configure Workflow_ to view documentation.
520
540
 
521
541
  ===== Slack
522
542
 
523
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/slack.png[Slack workflow screenshot.,width=706,height=524,role=focal_point]
543
+ image:https://alchemists.io/images/projects/pennyworth/screenshots/slack.png[Slack workflow screenshot.,width=706,height=524,role=focal_point]
524
544
 
525
545
  Provides quick access to link:https://slack.com[Slack] resources.
526
546
 
527
- 1. link:https://www.alchemists.io/public/alfred/workflows/slack.alfredworkflow[Download] and
547
+ 1. link:https://alchemists.io/public/alfred/workflows/slack.alfredworkflow[Download] and
528
548
  double click to install.
529
549
  2. Click on _Configure Workflow_ to view documentation.
530
550
 
531
551
  ===== SSL
532
552
 
533
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/ssl.png[SSL workflow screenshot.,width=706,height=362,role=focal_point]
553
+ image:https://alchemists.io/images/projects/pennyworth/screenshots/ssl.png[SSL workflow screenshot.,width=706,height=362,role=focal_point]
534
554
 
535
555
  Provides quick access to SSL resources for the security conscious.
536
556
 
537
- 1. link:https://www.alchemists.io/public/alfred/workflows/ssl.alfredworkflow[Download] and double click to install.
557
+ 1. link:https://alchemists.io/public/alfred/workflows/ssl.alfredworkflow[Download] and double click to install.
538
558
  2. Click on _Configure Workflow_ to view documentation.
539
559
 
540
560
  ===== Terraform
541
561
 
542
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/terraform.png[Terraform workflow screenshot.,width=706,height=632,role=focal_point]
562
+ image:https://alchemists.io/images/projects/pennyworth/screenshots/terraform.png[Terraform workflow screenshot.,width=706,height=632,role=focal_point]
543
563
 
544
564
  Provides quick access to link:https://www.terraform.io[Terraform] resources.
545
565
 
546
- 1. link:https://www.alchemists.io/public/alfred/workflows/terraform.alfredworkflow[Download] and
566
+ 1. link:https://alchemists.io/public/alfred/workflows/terraform.alfredworkflow[Download] and
547
567
  double click to install.
548
568
  2. Click on _Configure Workflow_ to view documentation.
549
569
 
550
570
  ===== Text
551
571
 
552
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/text.png[Text workflow screenshot.,width=1000,height=610,role=focal_point]
572
+ image:https://alchemists.io/images/projects/pennyworth/screenshots/text.png[Text workflow screenshot.,width=1000,height=610,role=focal_point]
553
573
 
554
574
  Provides general text manipulation utilities beyond the Pennyworth powered _text_ macro which is part of the _Ruby_ workflow (mentioned earlier).
555
575
 
556
- 1. link:https://www.alchemists.io/public/alfred/workflows/text.alfredworkflow[Download] and
576
+ 1. link:https://alchemists.io/public/alfred/workflows/text.alfredworkflow[Download] and
557
577
  double click to install.
558
578
  2. Click on _Configure Workflow_ to view documentation.
559
579
 
@@ -591,7 +611,7 @@ bin/console
591
611
 
592
612
  The following documents the workflow used to process all actions from Alfred.
593
613
 
594
- image::https://www.alchemists.io/images/projects/pennyworth/doc/architecture.svg[Architecture Diagram]
614
+ image::https://alchemists.io/images/projects/pennyworth/doc/architecture.svg[Architecture Diagram]
595
615
 
596
616
  == Tests
597
617
 
@@ -602,19 +622,19 @@ To test, run:
602
622
  bin/rake
603
623
  ----
604
624
 
605
- == link:https://www.alchemists.io/policies/license[License]
625
+ == link:https://alchemists.io/policies/license[License]
606
626
 
607
- == link:https://www.alchemists.io/policies/security[Security]
627
+ == link:https://alchemists.io/policies/security[Security]
608
628
 
609
- == link:https://www.alchemists.io/policies/code_of_conduct[Code of Conduct]
629
+ == link:https://alchemists.io/policies/code_of_conduct[Code of Conduct]
610
630
 
611
- == link:https://www.alchemists.io/policies/contributions[Contributions]
631
+ == link:https://alchemists.io/policies/contributions[Contributions]
612
632
 
613
- == link:https://www.alchemists.io/projects/pennyworth/versions[Versions]
633
+ == link:https://alchemists.io/projects/pennyworth/versions[Versions]
614
634
 
615
- == link:https://www.alchemists.io/community[Community]
635
+ == link:https://alchemists.io/community[Community]
616
636
 
617
637
  == Credits
618
638
 
619
- * Built with link:https://www.alchemists.io/projects/gemsmith[Gemsmith].
620
- * Engineered by link:https://www.alchemists.io/team/brooke_kuhlmann[Brooke Kuhlmann].
639
+ * Built with link:https://alchemists.io/projects/gemsmith[Gemsmith].
640
+ * Engineered by link:https://alchemists.io/team/brooke_kuhlmann[Brooke Kuhlmann].
data/pennyworth.gemspec CHANGED
@@ -2,17 +2,17 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "pennyworth"
5
- spec.version = "14.1.2"
5
+ spec.version = "14.2.1"
6
6
  spec.authors = ["Brooke Kuhlmann"]
7
7
  spec.email = ["brooke@alchemists.io"]
8
- spec.homepage = "https://www.alchemists.io/projects/pennyworth"
8
+ spec.homepage = "https://alchemists.io/projects/pennyworth"
9
9
  spec.summary = "A command line interface that augments Alfred workflows."
10
10
  spec.license = "Hippocratic-2.1"
11
11
 
12
12
  spec.metadata = {
13
13
  "bug_tracker_uri" => "https://github.com/bkuhlmann/pennyworth/issues",
14
- "changelog_uri" => "https://www.alchemists.io/projects/pennyworth/versions",
15
- "documentation_uri" => "https://www.alchemists.io/projects/pennyworth",
14
+ "changelog_uri" => "https://alchemists.io/projects/pennyworth/versions",
15
+ "documentation_uri" => "https://alchemists.io/projects/pennyworth",
16
16
  "funding_uri" => "https://github.com/sponsors/bkuhlmann",
17
17
  "label" => "Pennyworth",
18
18
  "rubygems_mfa_required" => "true",
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pennyworth
3
3
  version: !ruby/object:Gem::Version
4
- version: 14.1.2
4
+ version: 14.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brooke Kuhlmann
@@ -10,25 +10,32 @@ bindir: exe
10
10
  cert_chain:
11
11
  - |
12
12
  -----BEGIN CERTIFICATE-----
13
- MIIC/jCCAeagAwIBAgIBBTANBgkqhkiG9w0BAQsFADAlMSMwIQYDVQQDDBpicm9v
14
- a2UvREM9YWxjaGVtaXN0cy9EQz1pbzAeFw0yMjAzMTkxNzI0MzJaFw0yMzAzMTkx
15
- NzI0MzJaMCUxIzAhBgNVBAMMGmJyb29rZS9EQz1hbGNoZW1pc3RzL0RDPWlvMIIB
16
- IjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6l1qpXTiomH1RfMRloyw7MiE
17
- xyVx/x8Yc3EupdH7uhNaTXQGyORN6aOY//1QXXMHIZ9tW74nZLhesWMSUMYy0XhB
18
- brs+KkurHnc9FnEJAbG7ebGvl/ncqZt72nQvaxpDxvuCBHgJAz+8i5wl6FhLw+oT
19
- 9z0A8KcGhz67SdcoQiD7qiCjL/2NTeWHOzkpPrdGlt088+VerEEGf5I13QCvaftP
20
- D5vkU0YlAm1r98BymuJlcQ1qdkVEI1d48ph4kcS0S0nv1RiuyVb6TCAR3Nu3VaVq
21
- 3fPzZKJLZBx67UvXdbdicWPiUR75elI4PXpLIic3xytaF52ZJYyKZCNZJhNwfQID
22
- AQABozkwNzAJBgNVHRMEAjAAMAsGA1UdDwQEAwIEsDAdBgNVHQ4EFgQU0nzow9vc
23
- 2CdikiiE3fJhP/gY4ggwDQYJKoZIhvcNAQELBQADggEBAJbbNyWzFjqUNVPPCUCo
24
- IMrhDa9xf1xkORXNYYbmXgoxRy/KyNbUr+jgEEoWJAm9GXlcqxxWAUI6pK/i4/Qi
25
- X6rPFEFmeObDOHNvuqy8Hd6AYsu+kP94U/KJhe9wnWGMmGoNKJNU3EkW3jM/osSl
26
- +JRxiH5t4WtnDiVyoYl5nYC02rYdjJkG6VMxDymXTqn7u6HhYgZkGujq1UPar8x2
27
- hNIWJblDKKSu7hA2d6+kUthuYo13o1sg1Da/AEDg0hoZSUvhqDEF5Hy232qb3pDt
28
- CxDe2+VuChj4I1nvIHdu+E6XoEVlanUPKmSg6nddhkKn2gC45Kyzh6FZqnzH/CRp
29
- RFE=
13
+ MIIEeDCCAuCgAwIBAgIBATANBgkqhkiG9w0BAQsFADBBMQ8wDQYDVQQDDAZicm9v
14
+ a2UxGjAYBgoJkiaJk/IsZAEZFgphbGNoZW1pc3RzMRIwEAYKCZImiZPyLGQBGRYC
15
+ aW8wHhcNMjMwMzIyMTYxNDQxWhcNMjUwMzIxMTYxNDQxWjBBMQ8wDQYDVQQDDAZi
16
+ cm9va2UxGjAYBgoJkiaJk/IsZAEZFgphbGNoZW1pc3RzMRIwEAYKCZImiZPyLGQB
17
+ GRYCaW8wggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQCro8tj5/E1Hg88
18
+ f4qfiwPVd2zJQHvdYt4GHVvuHRRgx4HGhJuNp+4BId08RBn7V6V1MW6MY3kezRBs
19
+ M+7QOQ4b1xNLTvY7FYQB1wGK5a4x7TTokDrPYQxDB2jmsdDYCzVbIMrAvUfcecRi
20
+ khyGZCdByiiCl4fKv77P12tTT+NfsvXkLt/AYCGwjOUyGKTQ01Z6eC09T27GayPH
21
+ QQvIkakyFgcJtzSyGzs8bzK5q9u7wQ12MNTjJoXzW69lqp0oNvDylu81EiSUb5S6
22
+ QzzPxZBiRB1sgtbt1gUbVI262ZDq1gR+HxPFmp+Cgt7ZLIJZAtesQvtcMzseXpfn
23
+ hpmm0Sw22KGhRAy/mqHBRhDl5HqS1SJp2Ko3lcnpXeFResp0HNlt8NSu13vhC08j
24
+ GUHU9MyIXbFOsnp3K3ADrAVjPWop8EZkmUR3MV/CUm00w2cZHCSGiXl1KMpiVKvk
25
+ Ywr1gd2ZME4QLSo+EXUtLxDUa/W3xnBS8dBOuMMz02FPWYr3PN8CAwEAAaN7MHkw
26
+ CQYDVR0TBAIwADALBgNVHQ8EBAMCBLAwHQYDVR0OBBYEFAFgmv0tYMZnItuPycSM
27
+ F5wykJEVMB8GA1UdEQQYMBaBFGJyb29rZUBhbGNoZW1pc3RzLmlvMB8GA1UdEgQY
28
+ MBaBFGJyb29rZUBhbGNoZW1pc3RzLmlvMA0GCSqGSIb3DQEBCwUAA4IBgQAX+EGY
29
+ 9RLYGxF1VLZz+G1ACQc4uyrCB6kXwI06kzUa5dF9tPXqTX9ffnz3/W8ck2IQhKzu
30
+ MKO2FVijzbDWTsZeZGglS4E+4Jxpau1lU9HhOIcKolv6LeC6UdALTFudY+GLb8Xw
31
+ REXgaJkjzzhkUSILmEnRwEbY08dVSl7ZAaxVI679vfI2yapLlIwpbBgmQTiTvPr3
32
+ qyyLUno9flYEOv9fmGHunSrM+gE0/0niGTXa5GgXBXYGS2he4LQGgSBfGp/cTwMU
33
+ rDKJRcusZ12lNBeDfgqACz/BBJF8FLodgk6rGMRZz7+ZmjjHEmpG5bQpR6Q2BuWL
34
+ XMtYk/QzaWuhiR7pWjiF8jbdd7RO6or0ohq7iFkokz/5xrtQ/vPzU2RQ3Qc6YaKw
35
+ 3n5C8/6Zh9DYTkpcwPSuIfAga6wf4nXc9m6JAw8AuMLaiWN/r/2s4zJsUHYERJEu
36
+ gZGm4JqtuSg8pYjPeIJxS960owq+SfuC+jxqmRA54BisFCv/0VOJi7tiJVY=
30
37
  -----END CERTIFICATE-----
31
- date: 2023-02-05 00:00:00.000000000 Z
38
+ date: 2023-03-22 00:00:00.000000000 Z
32
39
  dependencies:
33
40
  - !ruby/object:Gem::Dependency
34
41
  name: cogger
@@ -252,13 +259,13 @@ files:
252
259
  - lib/pennyworth/serializers/system/signal.rb
253
260
  - lib/pennyworth/serializers/text.rb
254
261
  - pennyworth.gemspec
255
- homepage: https://www.alchemists.io/projects/pennyworth
262
+ homepage: https://alchemists.io/projects/pennyworth
256
263
  licenses:
257
264
  - Hippocratic-2.1
258
265
  metadata:
259
266
  bug_tracker_uri: https://github.com/bkuhlmann/pennyworth/issues
260
- changelog_uri: https://www.alchemists.io/projects/pennyworth/versions
261
- documentation_uri: https://www.alchemists.io/projects/pennyworth
267
+ changelog_uri: https://alchemists.io/projects/pennyworth/versions
268
+ documentation_uri: https://alchemists.io/projects/pennyworth
262
269
  funding_uri: https://github.com/sponsors/bkuhlmann
263
270
  label: Pennyworth
264
271
  rubygems_mfa_required: 'true'
@@ -278,7 +285,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
278
285
  - !ruby/object:Gem::Version
279
286
  version: '0'
280
287
  requirements: []
281
- rubygems_version: 3.4.6
288
+ rubygems_version: 3.4.9
282
289
  signing_key:
283
290
  specification_version: 4
284
291
  summary: A command line interface that augments Alfred workflows.
metadata.gz.sig CHANGED
Binary file