pennyworth 14.1.2 → 14.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/README.adoc +102 -82
- data/pennyworth.gemspec +4 -4
- data.tar.gz.sig +0 -0
- metadata +6 -6
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a644cc7c2feb7d876027c06efcf5d1d10a27056272eed328d7ed2f7310ac331e
|
|
4
|
+
data.tar.gz: d16b658a52f4c9d3fe87803978214d57139fd83d1ba7cc9163be4cdf9057c3cf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a7cd0f05cea18d2ac72dbfb838abfb02dac2db41cb199ba263b9554305ae51b23319463596a8398953ca62ad20736501ad3e0bb8f61c340a661bcafe7e792cf3
|
|
7
|
+
data.tar.gz: dfe155de1442c3097d9254054b1c3fba0260dcdb63b5b619d16d9ef7f7a2e089b6bceeab6ae34d3afa8f9eca9c2f963afcb66d1930a5b5efaa0461e7cfce89af
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
231
|
+
Provides quick access to link:https://alchemists.io[Alchemists] resources.
|
|
232
232
|
|
|
233
|
-
1. link:https://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
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://
|
|
625
|
+
== link:https://alchemists.io/policies/license[License]
|
|
606
626
|
|
|
607
|
-
== link:https://
|
|
627
|
+
== link:https://alchemists.io/policies/security[Security]
|
|
608
628
|
|
|
609
|
-
== link:https://
|
|
629
|
+
== link:https://alchemists.io/policies/code_of_conduct[Code of Conduct]
|
|
610
630
|
|
|
611
|
-
== link:https://
|
|
631
|
+
== link:https://alchemists.io/policies/contributions[Contributions]
|
|
612
632
|
|
|
613
|
-
== link:https://
|
|
633
|
+
== link:https://alchemists.io/projects/pennyworth/versions[Versions]
|
|
614
634
|
|
|
615
|
-
== link:https://
|
|
635
|
+
== link:https://alchemists.io/community[Community]
|
|
616
636
|
|
|
617
637
|
== Credits
|
|
618
638
|
|
|
619
|
-
* Built with link:https://
|
|
620
|
-
* Engineered by link:https://
|
|
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.
|
|
5
|
+
spec.version = "14.2.0"
|
|
6
6
|
spec.authors = ["Brooke Kuhlmann"]
|
|
7
7
|
spec.email = ["brooke@alchemists.io"]
|
|
8
|
-
spec.homepage = "https://
|
|
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://
|
|
15
|
-
"documentation_uri" => "https://
|
|
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.
|
|
4
|
+
version: 14.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brooke Kuhlmann
|
|
@@ -28,7 +28,7 @@ cert_chain:
|
|
|
28
28
|
CxDe2+VuChj4I1nvIHdu+E6XoEVlanUPKmSg6nddhkKn2gC45Kyzh6FZqnzH/CRp
|
|
29
29
|
RFE=
|
|
30
30
|
-----END CERTIFICATE-----
|
|
31
|
-
date: 2023-
|
|
31
|
+
date: 2023-03-01 00:00:00.000000000 Z
|
|
32
32
|
dependencies:
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: cogger
|
|
@@ -252,13 +252,13 @@ files:
|
|
|
252
252
|
- lib/pennyworth/serializers/system/signal.rb
|
|
253
253
|
- lib/pennyworth/serializers/text.rb
|
|
254
254
|
- pennyworth.gemspec
|
|
255
|
-
homepage: https://
|
|
255
|
+
homepage: https://alchemists.io/projects/pennyworth
|
|
256
256
|
licenses:
|
|
257
257
|
- Hippocratic-2.1
|
|
258
258
|
metadata:
|
|
259
259
|
bug_tracker_uri: https://github.com/bkuhlmann/pennyworth/issues
|
|
260
|
-
changelog_uri: https://
|
|
261
|
-
documentation_uri: https://
|
|
260
|
+
changelog_uri: https://alchemists.io/projects/pennyworth/versions
|
|
261
|
+
documentation_uri: https://alchemists.io/projects/pennyworth
|
|
262
262
|
funding_uri: https://github.com/sponsors/bkuhlmann
|
|
263
263
|
label: Pennyworth
|
|
264
264
|
rubygems_mfa_required: 'true'
|
|
@@ -278,7 +278,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
278
278
|
- !ruby/object:Gem::Version
|
|
279
279
|
version: '0'
|
|
280
280
|
requirements: []
|
|
281
|
-
rubygems_version: 3.4.
|
|
281
|
+
rubygems_version: 3.4.7
|
|
282
282
|
signing_key:
|
|
283
283
|
specification_version: 4
|
|
284
284
|
summary: A command line interface that augments Alfred workflows.
|
metadata.gz.sig
CHANGED
|
Binary file
|