pennyworth 13.1.0 → 13.4.0

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: c24c98e02da39dee6f713ef1b1253734352d176af5ee399ec430ab4b40ee24bb
4
- data.tar.gz: 816ed741049d3923a606eebb7400c54d706d7a4a8dc77a79ca1681e4025611ba
3
+ metadata.gz: 9a70ea5cd5aa4c287e81bf9e6a2f63840d7fd094131c608f70d20320b4059922
4
+ data.tar.gz: 5e5a733c3c7fe096fa5e65506a66d23f2b905272400f4fd2a8251ad8717d2011
5
5
  SHA512:
6
- metadata.gz: 9ec4dd5f71c8070a688b9f8cbe6014cd1e5541ab62a0a0238df07387ce09da2f197d028ec567cf17900cfc38b72d23b26898125f82a9c11884f40f053058681a
7
- data.tar.gz: 1511e46c67c7e757f64bc8618753dd54a1971aa4f7af3d598eea32b74947fb06c9166d78408c426389be355c64980b82dc952e4a4ef0cba85e7820f394a7300d
6
+ metadata.gz: 1530b4fa82f7f53f2660a8a181217170ee2872fc4ff07fff95afd6bb690c8ca35fc64a8560667678b4d8c8594a738ea3fbf97ee56202d8b1fdcf33f34b6ff6a3
7
+ data.tar.gz: fe69aaa256d7b9c435f0552869c66c82b3ef92227c50ef474b5c3ab46c91a7d041339eccdd127417a6fc178b8fe1a9f32e83d2dab182fb0c417dd6fcd0b16eb5
checksums.yaml.gz.sig CHANGED
@@ -1 +1 @@
1
- V��JĜ��M��@�Cl��ζdm�o�* D�V�}�����p�w����E�>᲼u���Eu�� �9}G��]S]f~
1
+ _6�� Fo_�x����e}Ө�����L��ӑ���Ga�Kl �*J���V�����D�[[��k G1��O �K������/#�RA�'9��8�$��2 z8m ��76�s�U�؜��J� ������bS����U��p�.JmB߇:�$�)=c2W#'.o���M��%�����Ѹ�uz������I���7=�$-J��[Ra q�?�����ʼn_>3�+9��z,B����L+��!�d���ݖ��ه�
data/README.adoc CHANGED
@@ -2,13 +2,14 @@
2
2
  :toclevels: 5
3
3
  :figure-caption!:
4
4
 
5
- :frum_link: link:https://github.com/tako8ki/frum[Frum]
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
7
 
7
8
  = Pennyworth
8
9
 
9
10
  Pennyworth is a command line interface and the perfect companion to
10
11
  link:https://www.alfredapp.com[Alfred]. With Pennyworth, you can unlock the full potential of the
11
- Ruby language by leveraging modern versions of Ruby through Alfred Workflows. Perfect for when you
12
+ Ruby language by leveraging a modern version of Ruby through Alfred Workflows. Perfect for when you
12
13
  want to advance beyond the basic workflows Alfred provides by default.
13
14
 
14
15
  toc::[]
@@ -21,25 +22,19 @@ toc::[]
21
22
 
22
23
  == Screencast
23
24
 
24
- video::https://www.alchemists.io/videos/projects/pennyworth/demo.mp4[poster=https://www.alchemists.io/images/projects/pennyworth/demo.png,width=700,height=636,role=focal_point]
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
26
 
26
27
  == Requirements
27
28
 
28
29
  . link:https://www.apple.com/macos[macOS]
29
- . link:https://www.gnu.org/software/bash[Bash]
30
+ . {bash_link}
30
31
  . link:https://www.alfredapp.com[Alfred]
31
32
  . link:https://www.alfredapp.com/purchase[Alfred Powerpack]
32
33
  . link:https://www.ruby-lang.org[Ruby]
33
34
 
34
- While using a Ruby version manager -- like {frum_link} -- is not a hard requirement, it is strongly
35
- encouraged since a version manager will give you the freedom to toggle between different Ruby
36
- versions since this gem has strict Ruby version requirements (especially in regards to using a
37
- modern version of Ruby).
35
+ While using a {ruby_version_managers_link} is not a hard requirement, it is strongly encouraged since a version manager will give you the freedom to toggle between different Ruby versions since this gem has strict Ruby version requirements (especially in regards to using a modern version of Ruby).
38
36
 
39
- I would also like to point out that all of the workflows, scripts, examples for this gem use Bash
40
- syntax. That said, if you are comfortable with translating Bash syntax to your shell syntax of
41
- choice, you can make this gem work in different shells too. That is beyond the scope of this
42
- document, though, so leave that exercise up to you.
37
+ All of the workflows, scripts, examples for this gem use {bash_link} syntax. That said, if you are comfortable with translating Bash syntax to your shell syntax of choice, you can make this gem work in different shells too. That is beyond the scope of this document, though, so leave that exercise up to you.
43
38
 
44
39
  == Setup
45
40
 
@@ -75,6 +70,8 @@ with others.
75
70
  From the command line, type `pennyworth` to view usage:
76
71
 
77
72
  ....
73
+ Pennyworth - A command line interface that augments Alfred workflows.
74
+
78
75
  USAGE:
79
76
  -c, --config ACTION Manage gem configuration. Actions: edit || view.
80
77
  --encodings Render Alfred encodings script filter.
@@ -82,6 +79,7 @@ USAGE:
82
79
  -h, --help Show this message.
83
80
  --http_statuses Render Alfred HTTP statuses script filter.
84
81
  --ruby_gems Render Alfred RubyGems script filter.
82
+ --standard_errors Render Alfred standard errors script filter.
85
83
  --system_errors Render Alfred system errors script filter.
86
84
  --system_signals Render Alfred system signals script filter.
87
85
  --text CONTENT Render Alfred text script filter.
@@ -109,6 +107,7 @@ pennyworth --git_hub --user bkuhlmann
109
107
 
110
108
  pennyworth --http_statuses
111
109
  pennyworth --ruby_gems --owner bkuhlmann
110
+ pennyworth --standard_errors
112
111
  pennyworth --system_errors
113
112
  pennyworth --system_signals
114
113
 
@@ -144,8 +143,10 @@ The default configuration is as follows:
144
143
  - "Dry Cli": "Dry CLI"
145
144
  - "Flacsmith": "FLACsmith"
146
145
  - "Git Plus": "Git+"
146
+ - "Http Fake": "HTTP Fake"
147
147
  - "Mac Os Config": "macOS Configuration"
148
148
  - "Mac Os": "MacOS"
149
+ - "Pkce": "PKCE"
149
150
  - "Prawn Plus": "Prawn+"
150
151
  - "Rubocop Ast": "Rubocop AST"
151
152
  - "Rubocop Md": "Rubocop Markdown"
@@ -203,14 +204,9 @@ directly].
203
204
  Not all workflows require Pennyworth to run properly (see the _Other_ section below for details).
204
205
  For the workflows that _do_ require Pennyworth support, the following assumptions are made:
205
206
 
206
- 1. Your link:https://www.alchemists.io/projects/dotfiles[Dotfiles] are configured to use
207
- link:https://www.gnu.org/software/bash[Bash] and load your environment appropriately. Bash is not
208
- a hard requirement, though. You can use _any shell_ you are comfortable with as long as you teach
209
- Alfred to load your development environment before running the Alfred Workflow.
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.
210
208
  2. You have the latest version of Alfred, Ruby, and Pennyworth installed.
211
- 3. You are using a Ruby version manager, like {frum_link}, which ensures Ruby is on your load path.
212
- As mentioned in the _Requirements_ section above, this is not a hard requirement so if you have
213
- the correct version of Ruby required by this gem on your path, that'll work too.
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.
214
210
 
215
211
  With the above requirements in mind, the following sections document how to download and install all
216
212
  Pennyworth workflows that are compatible with Alfred. Should you want to tweak any of these
@@ -232,219 +228,106 @@ to all workflows depending on what kind of item is currently selected within the
232
228
 
233
229
  image:https://www.alchemists.io/images/projects/pennyworth/screenshots/alchemists-projects.png[Alchemists Projects,width=706,height=632,role=focal_point]
234
230
 
235
- The official link:https://www.alchemists.io[Alchemists] workflow for site navigation.
231
+ Provides quick access to link:https://www.alchemists.io[Alchemists] resources.
236
232
 
237
233
  1. link:https://www.alchemists.io/public/alfred/workflows/alchemists.alfredworkflow[Download] and
238
234
  double click to install.
239
- 2. Type `ax` to activate.
240
-
241
- 💡 Use `ENTER` to view site, `CONTROL` to view versions, `OPTION` to view source, or `COMMAND` to
242
- view issues.
235
+ 2. Click on _Configure Workflow_ to configure the workflow and view documentation.
243
236
 
244
237
  ==== Dry RB
245
238
 
246
239
  image:https://www.alchemists.io/images/projects/pennyworth/screenshots/dry-gems.png[Dry Gems,width=706,height=632,role=focal_point]
247
240
 
248
- A link:https://dry-rb.org[Dry RB] workflow for navigating all of the Dry RB site.
241
+ Provides quick access to link:https://dry-rb.org[Dry RB] resources.
249
242
 
250
243
  1. link:https://www.alchemists.io/public/alfred/workflows/dry.alfredworkflow[Download] and double
251
244
  click to install.
252
- 2. Type `dry` to activate general information and `dryx` for project list.
245
+ 2. Click on _Configure Workflow_ to configure the workflow and view documentation.
253
246
 
254
- 💡 Use `ENTER` to visit site, `CONTROL` to view versions, `OPTION` to view source, or `COMMAND` to
255
- view issues.
256
-
257
- ==== Rubocop
247
+ ==== RuboCop
258
248
 
259
249
  image:https://www.alchemists.io/images/projects/pennyworth/screenshots/rubocop-projects.png[Rubocop Projects,width=706,height=632,role=focal_point]
260
250
 
261
- A link:https://docs.rubocop.org/rubocop[Rubocop] workflow for quick access to documentation,
262
- learning about project versions, viewing source code, etc.
251
+ Provides quick access to link:https://docs.rubocop.org/rubocop[RuboCop] resources.
263
252
 
264
253
  1. link:https://www.alchemists.io/public/alfred/workflows/rubocop.alfredworkflow[Download] and
265
254
  double click to install.
266
- 2. Type `cop` to activate.
267
-
268
- 💡 Use `ENTER` to view site, `CONTROL` to view versions, `OPTION` to view source, or `COMMAND` to
269
- view issues.
255
+ 2. Click on _Configure Workflow_ to configure the workflow and view documentation.
270
256
 
271
257
  ==== Ruby
272
258
 
273
- This workflow is feature packed and only requires a
274
- link:https://www.alchemists.io/public/alfred/workflows/ruby.alfredworkflow[single download]. Once
275
- downloaded, double click to install, and then continue reading to learn all of the
276
- capabilities this single workflow provides.
277
-
278
- ===== Bytes
279
-
280
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/ruby-bytes.png[Bytes,width=706,height=200,role=focal_point]
281
-
282
- This keyword allows you to generate random bytes.
283
-
284
- Type `bytes` to activate and `ENTER` generate. You can supply an optional number for specific
285
- length.
286
-
287
- ===== Encodings
288
-
289
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/ruby-encodings.png[Encodings,width=706,height=632,role=focal_point]
290
-
291
- This keyword allows you to quickly search for various encodings and/or their associated aliases to
292
- use in your own code.
293
-
294
- Type `encodings` to activate. Use `ENTER` to copy label or `OPTION` to copy associated aliases to
295
- clipboard.
296
-
297
- ===== Gems
298
-
299
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/ruby-gems.png[Gems,width=706,height=362,role=focal_point]
300
-
301
- Provides access to the RubyGems ecosystem.
302
-
303
- Type `gems` to activate. Use the arrow keys to navigate options and `ENTER` to use.
304
-
305
- ===== Hex
306
-
307
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/ruby-hex.png[Hex,width=706,height=200,role=focal_point]
308
-
309
- This keyword allows you to generate a random hex string.
310
-
311
- Type `hex` to activate and `ENTER` generate. You can supply an optional number for specific length.
312
-
313
- ===== HTTP Statuses
314
-
315
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/ruby-http_statuses.png[HTTP Statuses,width=706,height=632,role=focal_point]
316
-
317
- This keyword allows you to look up statuses by code with quick access to the associated symbol for
318
- use in your own code. Includes associated documentation for sharing or learning more. All HTTP
319
- statuses are sourced from `Rack::Utils::HTTP_STATUS_CODES` which is why
320
- link:https://rubygems.org/gems/rack[Rack] is a dependency of this gem and also why some codes might
321
- not be present like these
322
- link:https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#Unofficial_codes[unofficial codes].
323
-
324
- Type `https` to activate. Use `ENTER` to copy symbol, `CONTROL` to copy code, `OPTION` to copy
325
- label, or `COMMAND` to view documentation.
326
-
327
- ===== Links
328
-
329
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/ruby-links.png[Links,width=706,height=632,role=focal_point]
330
-
331
- This keyword allows you to navigate to additional Ruby related information and resources.
332
-
333
- Type `rb` plus `SPACE` to activate, then fuzzy type to filter the list to what you are looking for,
334
- and hit `ENTER` to visit the link in your default browser.
335
-
336
- ===== Number
337
-
338
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/ruby-number.png[Number,width=706,height=200,role=focal_point]
339
-
340
- This keyword allows you to generate a random number.
341
-
342
- Type `number` to activate and `ENTER` generate. You can supply an optional number for specific
343
- length.
344
-
345
- ===== Repeat
346
-
347
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/ruby-repeat.png[Repeat,width=706,height=200,role=focal_point]
348
-
349
- This keyword allows you to generate a repeating sequence of the same character(s).
350
-
351
- Type `repeat` to activate and `ENTER` generate. You must supply the character(s) you want to repeat
352
- followed by a number indicating how many times you want the character(s) to repeat.
353
-
354
- ===== System Errors
355
-
356
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/ruby-system_errors.png[System Errors,width=706,height=632,role=focal_point]
357
-
358
- This keyword allows you to search low-level system errors. Depending on which operating system you
359
- are on, these errors will differ. Error IDs are provided for fuzzy searching since they are what
360
- you'll most likely see in your stack dumps. The associated constant can be copied to clipboard for
361
- use in your Ruby code.
362
-
363
- Type `syserr` to activate. Use `ENTER` to copy constant, `CONTROL` to copy ID, `OPTION` to copy
364
- description, or `COMMAND` to copy ID, name, and description.
365
-
366
- ===== System Signals
367
-
368
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/ruby-system_signals.png[System Signals,width=706,height=632,role=focal_point]
369
-
370
- This keyword is for searching and acquiring the system signal you want to `trap` in your Ruby code.
371
-
372
- Type `signals` to activate. Use `ENTER` to copy name, `OPTION` to copy ID, or `COMMAND` to copy ID
373
- and name.
374
-
375
- ===== Text
376
-
377
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/ruby-text.png[Text,width=706,height=632,role=focal_point]
378
-
379
- This keyword is for is for basic text manipulation. Supply a string, phrase, or sentence and let
380
- Pennyworth calculate all transformations and information you might need.
381
-
382
- Type `text` to activate plus any string or phrase to transform. Use `ENTER` to copy text to
383
- clipboard.
384
-
385
- ===== UUID
259
+ image:https://www.alchemists.io/images/projects/pennyworth/screenshots/ruby.png[Ruby workflow screenshot,width=706,height=632,role=focal_point]
386
260
 
387
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/ruby-uuid.png[UUID,width=706,height=200,role=focal_point]
261
+ Provides quick access to link:https://www.ruby-lang.org[Ruby] resources.
388
262
 
389
- This keyword allows you to generate a random Universally Unique IDentifier (UUID).
390
-
391
- Type `uuid` to activate and `ENTER` generate.
392
-
393
- ===== Version
394
-
395
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/ruby-version.png[Version,width=706,height=254,role=focal_point]
396
-
397
- This keyword allows you obtain Ruby version information.
398
-
399
- Type `version` to activate and `ENTER` generate. Optionally, you can press `OPTION` when selected to
400
- answer the Ruby version used by Alfred since Alfred defaults to using whatever version is supplied
401
- by macOS.
263
+ 1. link:https://www.alchemists.io/public/alfred/workflows/ruby.alfredworkflow[Download] and
264
+ double click to install.
265
+ 2. Click on _Configure Workflow_ to configure the workflow and view documentation.
402
266
 
403
267
  ==== Other
404
268
 
405
- The following workflows don't require Pennyworth support but are provided for convenience in case
406
- they are of interest/aid to your own productivity.
269
+ The following workflows don't require this gem to use but are provided for convenience in case they are of aid to your own productivity.
407
270
 
408
271
  ===== Acronyms
409
272
 
273
+ image:https://www.alchemists.io/images/projects/pennyworth/screenshots/acronyms.png[Acronyms workflow screenshot.,width=1001,height=610,role=focal_point]
274
+
410
275
  Expands acronyms so you can think and type in terms of an acronym but appear as if you typed out the
411
276
  full definition each time.
412
277
 
413
278
  1. link:https://www.alchemists.io/public/alfred/workflows/acronyms.alfredworkflow[Download] and
414
279
  double click to install.
415
- 2. Use any of the macros provided by the workflow to expand acronyms for legibility.
280
+ 2. Click on _Configure Workflow_ to configure the workflow and view documentation.
416
281
 
417
282
  ===== Alpine
418
283
 
419
284
  image:https://www.alchemists.io/images/projects/pennyworth/screenshots/alpine.png[Alpine Linux workflow screenshot.,width=706,height=632,role=focal_point]
420
285
 
421
- Provides link:https://www.alpinelinux.org[Alpine Linux] resources.
286
+ Provides quick access to link:https://www.alpinelinux.org[Alpine Linux] resources.
422
287
 
423
288
  1. link:https://www.alchemists.io/public/alfred/workflows/alpine.alfredworkflow[Download] and double
424
289
  click to install.
425
- 2. Type `al` to activate.
290
+ 2. Click on _Configure Workflow_ to configure the workflow and view documentation.
426
291
 
427
292
  ===== Applications
428
293
 
429
294
  image:https://www.alchemists.io/images/projects/pennyworth/screenshots/applications.png[Applications workflow screenshot.,width=706,height=362,role=focal_point]
430
295
 
431
- Launches development environment but can be tweaked for your preferences. Using Alfred in this
432
- manner ensures your machine boots or restarts quickly and gives you more control over what is
433
- launched.
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.
434
297
 
435
298
  1. link:https://www.alchemists.io/public/alfred/workflows/applications.alfredworkflow[Download] and
436
299
  double click to install.
437
- 2. Type `work` to activate.
300
+ 2. Click on _Configure Workflow_ to configure the workflow and view documentation.
301
+
302
+ ===== Bash
303
+
304
+ image:https://www.alchemists.io/images/projects/pennyworth/screenshots/bash.png[Bash workflow screenshot.,width=706,height=362,role=focal_point]
305
+
306
+ Provides quick access to link:https://www.gnu.org/software/bash[Bash] resources.
307
+
308
+ 1. link:https://www.alchemists.io/public/alfred/workflows/bash.alfredworkflow[Download] and
309
+ double click to install.
310
+ 2. Click on _Configure Workflow_ to configure the workflow and view documentation.
311
+
312
+ ===== Bio
313
+
314
+ image:https://www.alchemists.io/images/projects/pennyworth/screenshots/bio.png[Bio workflow screenshot.,width=706,height=200,role=focal_point]
315
+
316
+ Provides biographical calculations and information.
317
+
318
+ 1. link:https://www.alchemists.io/public/alfred/workflows/bio.alfredworkflow[Download] and
319
+ double click to install.
320
+ 2. Click on _Configure Workflow_ to configure the workflow and view documentation.
438
321
 
439
322
  ===== Browsers
440
323
 
441
324
  image:https://www.alchemists.io/images/projects/pennyworth/screenshots/browsers.png[Browsers workflow screenshot.,width=706,height=308,role=focal_point]
442
325
 
443
- Provides browser related utilities.
326
+ Provides quick access to browser resources.
444
327
 
445
328
  1. link:https://www.alchemists.io/public/alfred/workflows/browsers.alfredworkflow[Download] and
446
329
  double click to install.
447
- 2. Type `open` to activate.
330
+ 2. Click on _Configure Workflow_ to configure the workflow and view documentation.
448
331
 
449
332
  ===== Bundler
450
333
 
@@ -454,124 +337,159 @@ Provides quick access to link:https://bundler.io[Bundler] related resources.
454
337
 
455
338
  1. link:https://www.alchemists.io/public/alfred/workflows/bundler.alfredworkflow[Download] and
456
339
  double click to install.
457
- 2. Type `bundler` to activate.
340
+ 2. Click on _Configure Workflow_ to configure the workflow and view documentation.
458
341
 
459
342
  ===== Crystal
460
343
 
461
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/crystal.png[Crystal workflow screenshot.,width=706,height=362,role=focal_point]
344
+ image:https://www.alchemists.io/images/projects/pennyworth/screenshots/crystal.png[Crystal workflow screenshot.,width=706,height=632,role=focal_point]
462
345
 
463
- A link:https://crystal-lang.org[Crystal] workflow for quick access to Crystal resources.
346
+ Provides quick access to link:https://crystal-lang.org[Crystal] resources.
464
347
 
465
348
  1. link:https://www.alchemists.io/public/alfred/workflows/crystal.alfredworkflow[Download] and
466
349
  double click to install.
467
- 2. Type `crystal` to view general information, arrow keys to navigate, and `ENTER` to view
468
- information.
350
+ 2. Click on _Configure Workflow_ to configure the workflow and view documentation.
469
351
 
470
352
  ===== CSS
471
353
 
472
354
  image:https://www.alchemists.io/images/projects/pennyworth/screenshots/css.png[CSS workflow screenshot.,width=706,height=470,role=focal_point]
473
355
 
474
- A link:https://www.w3.org/Style/CSS/specs.en.html[CSS] workflow for quick access to CSS resources.
356
+ Provides quick access to link:https://www.w3.org/Style/CSS/specs.en.html[CSS] resources.
475
357
 
476
358
  1. link:https://www.alchemists.io/public/alfred/workflows/css.alfredworkflow[Download] and double
477
359
  click to install.
478
- 2. Type `cx` to view general information, arrow keys to navigate, and `ENTER` to view information.
360
+ 2. Click on _Configure Workflow_ to configure the workflow and view documentation.
361
+
362
+ ===== Docker
363
+
364
+ image:https://www.alchemists.io/images/projects/pennyworth/screenshots/docker.png[Docker workflow screenshot.,width=706,height=470,role=focal_point]
365
+
366
+ Provides quick access to link:https://www.docker.com[Docker] resources.
367
+
368
+ 1. link:https://www.alchemists.io/public/alfred/workflows/docker.alfredworkflow[Download] and
369
+ double click to install.
370
+ 2. Click on _Configure Workflow_ to configure the workflow and view documentation.
479
371
 
480
372
  ===== Elm
481
373
 
482
374
  image:https://www.alchemists.io/images/projects/pennyworth/screenshots/elm.png[Elm workflow screenshot.,width=706,height=470,role=focal_point]
483
375
 
484
- A link:https://elm-lang.org[Elm] workflow for quick access to Elm resources.
376
+ Provides quick access to link:https://elm-lang.org[Elm] resources.
485
377
 
486
378
  1. link:https://www.alchemists.io/public/alfred/workflows/elm.alfredworkflow[Download] and double
487
379
  click to install.
488
- 2. Type `elm` to view general information, arrow keys to navigate, and `ENTER` to view information.
380
+ 2. Click on _Configure Workflow_ to configure the workflow and view documentation.
489
381
 
490
382
  ===== GitHub
491
383
 
492
384
  image:https://www.alchemists.io/images/projects/pennyworth/screenshots/github.png[GitHub workflow screenshot.,width=706,height=632,role=focal_point]
493
385
 
494
- Provides link:https://github.com[GitHub] resources.
386
+ Provides quick access to link:https://github.com[GitHub] resources.
495
387
 
496
388
  1. link:https://www.alchemists.io/public/alfred/workflows/github.alfredworkflow[Download] and
497
389
  double click to install.
498
- 2. Type `gh` to activate and then fuzzy type to filter.
390
+ 2. Click on _Configure Workflow_ to configure the workflow and view documentation.
499
391
 
500
392
  ===== Hanami
501
393
 
502
394
  image:https://www.alchemists.io/images/projects/pennyworth/screenshots/hanami.png[Hanami workflow screenshot.,width=706,height=632,role=focal_point]
503
395
 
504
- Provides link:https://hanamirb.org[Hanami] resources.
396
+ Provides quick access to link:https://hanamirb.org[Hanami] resources.
505
397
 
506
398
  1. link:https://www.alchemists.io/public/alfred/workflows/hanami.alfredworkflow[Download] and
507
399
  double click to install.
508
- 2. Type `h` to activate.
400
+ 2. Click on _Configure Workflow_ to configure the workflow and view documentation.
509
401
 
510
- ===== chi.li
402
+ ===== Jitsi
511
403
 
512
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/chili.png[chi.li workflow screenshot.,width=706,height=200,role=focal_point]
404
+ image:https://www.alchemists.io/images/projects/pennyworth/screenshots/jitsi.png[Jitsi workflow screenshot.,width=706,height=254,role=focal_point]
513
405
 
514
- Shortens URLs using link:https://chl.li[chl.li].
406
+ Provides quick access to link:https://jitsi.org[Jitsi] resources.
515
407
 
516
- 1. link:https://www.alchemists.io/public/alfred/workflows/chlli.alfredworkflow[Download] and
408
+ 1. link:https://www.alchemists.io/public/alfred/workflows/jitsi.alfredworkflow[Download] and
517
409
  double click to install.
518
- 2. Type `surl` to activate.
410
+ 2. Click on _Configure Workflow_ to configure the workflow and view documentation.
519
411
 
520
- ===== Docker
412
+ ===== macOS
521
413
 
522
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/docker.png[Docker workflow screenshot.,width=706,height=470,role=focal_point]
414
+ image:https://www.alchemists.io/images/projects/pennyworth/screenshots/mac_os.png[macOS workflow screenshot.,width=706,height=200,role=focal_point]
523
415
 
524
- Provides link:https://www.docker.com[Docker] resources.
416
+ Provides quick access to macOS resources.
525
417
 
526
- 1. link:https://www.alchemists.io/public/alfred/workflows/docker.alfredworkflow[Download] and
418
+ 1. link:https://www.alchemists.io/public/alfred/workflows/mac_os.alfredworkflow[Download] and
527
419
  double click to install.
528
- 2. Type `dr` to activate.
420
+ 2. Click on _Configure Workflow_ to configure the workflow and view documentation.
529
421
 
530
- ===== macOS
422
+ ===== Rack
531
423
 
532
- Provides macOS utilities.
424
+ image:https://www.alchemists.io/images/projects/pennyworth/screenshots/rack.png[Rack workflow screenshot.,width=706,height=470,role=focal_point]
533
425
 
534
- 1. link:https://www.alchemists.io/public/alfred/workflows/mac_os.alfredworkflow[Download] and
535
- double click to install.
536
- 2. Open the workflow to see all available keywords.
426
+ Provides quick access to link:https://github.com/rack/rack[Rack] resources.
427
+
428
+ 1. link:https://www.alchemists.io/public/alfred/workflows/rack.alfredworkflow[Download] and double
429
+ click to install.
430
+ 2. Click on _Configure Workflow_ to configure the workflow and view documentation.
537
431
 
538
432
  ===== RSpec
539
433
 
540
434
  image:https://www.alchemists.io/images/projects/pennyworth/screenshots/rspec.png[RSpec workflow screenshot.,width=706,height=362,role=focal_point]
541
435
 
542
- A link:https://rspec.info[RSpec] workflow for quick access to RSpec resources.
436
+ Provides quick access to link:https://rspec.info[RSpec] resources.
543
437
 
544
438
  1. link:https://www.alchemists.io/public/alfred/workflows/rspec.alfredworkflow[Download] and double
545
439
  click to install.
546
- 2. Type `rspec` to view general information, arrow keys to navigate, and `ENTER` to view
547
- information.
440
+ 2. Click on _Configure Workflow_ to configure the workflow and view documentation.
441
+
442
+ ===== Ruby on Rails
443
+
444
+ 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]
445
+
446
+ Provides access to link:https://https://rubyonrails.org[Ruby on Rails] resources.
447
+
448
+ 1. link:https://www.alchemists.io/public/alfred/workflows/ruby_on_rails.alfredworkflow[Download] and double click to install.
449
+ 2. Click on _Configure Workflow_ to configure the workflow and view documentation.
450
+
451
+ ===== Slack
452
+
453
+ image:https://www.alchemists.io/images/projects/pennyworth/screenshots/slack.png[Slack workflow screenshot.,width=706,height=524,role=focal_point]
454
+
455
+ Provides quick access to link:https://slack.com[Slack] resources.
456
+
457
+ 1. link:https://www.alchemists.io/public/alfred/workflows/slack.alfredworkflow[Download] and
458
+ double click to install.
459
+ 2. Click on _Configure Workflow_ to configure the workflow and view documentation.
460
+
461
+ ===== SSL
462
+
463
+ image:https://www.alchemists.io/images/projects/pennyworth/screenshots/ssl.png[SSL workflow screenshot.,width=706,height=362,role=focal_point]
464
+
465
+ Provides quick access to SSL resources for the security conscious.
466
+
467
+ 1. link:https://www.alchemists.io/public/alfred/workflows/ssl.alfredworkflow[Download] and double click to install.
468
+ 2. Click on _Configure Workflow_ to configure the workflow and view documentation.
548
469
 
549
470
  ===== Terraform
550
471
 
551
472
  image:https://www.alchemists.io/images/projects/pennyworth/screenshots/terraform.png[Terraform workflow screenshot.,width=706,height=632,role=focal_point]
552
473
 
553
- Provides link:https://www.terraform.io[Terraform] resources.
474
+ Provides quick access to link:https://www.terraform.io[Terraform] resources.
554
475
 
555
476
  1. link:https://www.alchemists.io/public/alfred/workflows/terraform.alfredworkflow[Download] and
556
477
  double click to install.
557
- 2. Type `tf` to activate.
478
+ 2. Click on _Configure Workflow_ to configure the workflow and view documentation.
558
479
 
559
480
  ===== Text
560
481
 
561
- Provides general text manipulation utilities beyond the Pennyworth powered _text_ keyword (mentioned
562
- earlier).
482
+ image:https://www.alchemists.io/images/projects/pennyworth/screenshots/text.png[Text workflow screenshot.,width=1000,height=610,role=focal_point]
483
+
484
+ Provides general text manipulation utilities beyond the Pennyworth powered _text_ macro which is part of the _Ruby_ workflow (mentioned earlier).
563
485
 
564
486
  1. link:https://www.alchemists.io/public/alfred/workflows/text.alfredworkflow[Download] and
565
487
  double click to install.
566
- 2. Use any of the following global hotkeys to activate:
567
- ** `CONTROL + OPTION + COMMAND + o` - Open selected URL in default browser.
568
- ** `CONTROL + OPTION + COMMAND + d` - View selected word in macOS dictionary.
569
- ** `CONTROL + OPTION + COMMAND + t` - View selected text as Large Type.
570
- ** `CONTROL + OPTION + COMMAND + h` - Syntax highlight selected code.
488
+ 2. Click on _Configure Workflow_ to configure the workflow and view documentation.
571
489
 
572
490
  == Architecture
573
491
 
574
- The following documents the workfow used to process all actions from Alfred.
492
+ The following documents the workflow used to process all actions from Alfred.
575
493
 
576
494
  image::https://www.alchemists.io/images/projects/pennyworth/doc/architecture.svg[Architecture Diagram]
577
495
 
@@ -18,6 +18,7 @@ module Pennyworth
18
18
  register(:git_hub) { GitHub.new }
19
19
  register(:http_statuses) { HTTPStatuses.new }
20
20
  register(:ruby_gems) { RubyGems.new }
21
+ register(:standard_errors) { StandardErrors.new }
21
22
  register(:system_errors) { System::Errors.new }
22
23
  register(:system_signals) { System::Signals.new }
23
24
  register(:text) { Text.new }
@@ -0,0 +1,23 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Pennyworth
4
+ module CLI
5
+ module Actions
6
+ # Handles the system errors action.
7
+ class StandardErrors
8
+ include Pennyworth::Import[:logger]
9
+
10
+ def initialize processor: Processor.for_standard_errors, **dependencies
11
+ super(**dependencies)
12
+ @processor = processor
13
+ end
14
+
15
+ def call = processor.call.to_json.then { |json| logger.info { json } }
16
+
17
+ private
18
+
19
+ attr_reader :processor
20
+ end
21
+ end
22
+ end
23
+ end
@@ -4,14 +4,13 @@ require "refinements/structs"
4
4
 
5
5
  module Pennyworth
6
6
  module CLI
7
- # Handles parsing of Command Line Interface (CLI) primary options.
8
7
  module Parsers
9
- using Refinements::Structs
10
-
11
8
  # Handles parsing of Command Line Interface (CLI) core options.
12
9
  class Core
13
10
  include Import[:specification]
14
11
 
12
+ using Refinements::Structs
13
+
15
14
  def self.call(...) = new(...).call
16
15
 
17
16
  def initialize configuration = Container[:configuration],
@@ -71,6 +70,12 @@ module Pennyworth
71
70
  end
72
71
  end
73
72
 
73
+ def add_standard_errors
74
+ client.on "--standard_errors", "Render Alfred standard errors script filter." do
75
+ configuration.action_standard_errors = true
76
+ end
77
+ end
78
+
74
79
  def add_system_errors
75
80
  client.on "--system_errors", "Render Alfred system errors script filter." do
76
81
  configuration.action_system_errors = true
@@ -10,6 +10,7 @@ module Pennyworth
10
10
  :git_hub,
11
11
  :http_statuses,
12
12
  :ruby_gems,
13
+ :standard_errors,
13
14
  :system_errors,
14
15
  :system_signals,
15
16
  :text,
@@ -42,8 +43,9 @@ module Pennyworth
42
43
  in action_http_statuses: true then http_statuses.call
43
44
  in action_ruby_gems: true
44
45
  ruby_gems.call "owners/#{configuration.ruby_gems_owner}/gems.json"
45
- in action_system_signals: true then system_signals.call
46
+ in action_standard_errors: true then standard_errors.call
46
47
  in action_system_errors: true then system_errors.call
48
+ in action_system_signals: true then system_signals.call
47
49
  in action_text: String => content then text.call content
48
50
  in action_version: true then logger.info { specification.labeled_version }
49
51
  else logger.any { parser.to_s }
@@ -8,6 +8,7 @@ module Pennyworth
8
8
  :action_git_hub,
9
9
  :action_http_statuses,
10
10
  :action_ruby_gems,
11
+ :action_standard_errors,
11
12
  :action_system_errors,
12
13
  :action_system_signals,
13
14
  :action_text,
@@ -6,8 +6,10 @@
6
6
  - "Dry Cli": "Dry CLI"
7
7
  - "Flacsmith": "FLACsmith"
8
8
  - "Git Plus": "Git+"
9
+ - "Http Fake": "HTTP Fake"
9
10
  - "Mac Os Config": "macOS Configuration"
10
11
  - "Mac Os": "MacOS"
12
+ - "Pkce": "PKCE"
11
13
  - "Prawn Plus": "Prawn+"
12
14
  - "Rubocop Ast": "Rubocop AST"
13
15
  - "Rubocop Md": "Rubocop Markdown"
@@ -0,0 +1,27 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Pennyworth
4
+ module Loaders
5
+ # Loads an array of standard error records.
6
+ class StandardErrors
7
+ def initialize root: StandardError, model: Models::StandardError
8
+ @root = root
9
+ @model = model
10
+ end
11
+
12
+ def call _omit = nil
13
+ ObjectSpace.each_object(Class)
14
+ .select { |klass| klass < root }
15
+ .sort_by(&:name)
16
+ .map do |error|
17
+ file_path, line_number = Object.const_source_location error.name
18
+ model[name: error, file_path:, line_number:]
19
+ end
20
+ end
21
+
22
+ private
23
+
24
+ attr_reader :root, :model
25
+ end
26
+ end
27
+ end
@@ -1,14 +1,10 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require "refinements/arrays"
4
-
5
3
  module Pennyworth
6
4
  module Loaders
7
5
  module System
8
6
  # Loads an array of system error records.
9
7
  class Errors
10
- using Refinements::Arrays
11
-
12
8
  def initialize errno: Errno, model: Models::System::Error
13
9
  @errno = errno
14
10
  @model = model
@@ -0,0 +1,8 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Pennyworth
4
+ module Models
5
+ # Defines a standard error.
6
+ StandardError = Struct.new :name, :file_path, :line_number, keyword_init: true
7
+ end
8
+ end
@@ -0,0 +1,28 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "refinements/arrays"
4
+
5
+ module Pennyworth
6
+ module Presenters
7
+ # Renders a standard error into a compatible format for use in Alfred script filters.
8
+ class StandardError
9
+ using Refinements::Arrays
10
+
11
+ def initialize record
12
+ @record = record
13
+ end
14
+
15
+ def id = label
16
+
17
+ def label = record.name.to_s
18
+
19
+ def path = file_path.empty? ? "" : [file_path, record.line_number].compress!.join(":")
20
+
21
+ private
22
+
23
+ attr_reader :record
24
+
25
+ def file_path = record.file_path.to_s
26
+ end
27
+ end
28
+ end
@@ -27,10 +27,10 @@ module Pennyworth
27
27
  serializer: Serializers::Project
28
28
  end
29
29
 
30
- def self.for_system_signals
31
- new loader: Loaders::System::Signals.new,
32
- presenter: Presenters::System::Signal,
33
- serializer: Serializers::System::Signal
30
+ def self.for_standard_errors
31
+ new loader: Loaders::StandardErrors.new,
32
+ presenter: Presenters::StandardError,
33
+ serializer: Serializers::StandardError
34
34
  end
35
35
 
36
36
  def self.for_system_errors
@@ -39,6 +39,12 @@ module Pennyworth
39
39
  serializer: Serializers::System::Error
40
40
  end
41
41
 
42
+ def self.for_system_signals
43
+ new loader: Loaders::System::Signals.new,
44
+ presenter: Presenters::System::Signal,
45
+ serializer: Serializers::System::Signal
46
+ end
47
+
42
48
  def self.for_text
43
49
  new loader: Loaders::Text.new, presenter: Presenters::Text, serializer: Serializers::Text
44
50
  end
@@ -0,0 +1,41 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Pennyworth
4
+ module Serializers
5
+ # Serializes a standard error into a compatible format for parsing within Alfred script filters.
6
+ class StandardError
7
+ def initialize presenter
8
+ @presenter = presenter
9
+ end
10
+
11
+ def to_h
12
+ {
13
+ uid: id,
14
+ title: id,
15
+ arg: label,
16
+ mods: modifications,
17
+ text: {copy: label, largetype: label}
18
+ }
19
+ end
20
+
21
+ private
22
+
23
+ attr_reader :presenter
24
+
25
+ def id = presenter.id
26
+
27
+ def label = presenter.label
28
+
29
+ def description = presenter.description
30
+
31
+ def modifications
32
+ {
33
+ control: {subtitle: "Copy label.", arg: label},
34
+ alt: {subtitle: "Copy path.", arg: path}
35
+ }
36
+ end
37
+
38
+ def path = presenter.path
39
+ end
40
+ end
41
+ end
data/pennyworth.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "pennyworth"
5
- spec.version = "13.1.0"
5
+ spec.version = "13.4.0"
6
6
  spec.authors = ["Brooke Kuhlmann"]
7
7
  spec.email = ["brooke@alchemists.io"]
8
8
  spec.homepage = "https://www.alchemists.io/projects/pennyworth"
@@ -23,14 +23,14 @@ Gem::Specification.new do |spec|
23
23
  spec.cert_chain = [Gem.default_cert_path]
24
24
 
25
25
  spec.required_ruby_version = "~> 3.1"
26
- spec.add_dependency "auto_injector", "~> 0.5"
27
- spec.add_dependency "cogger", "~> 0.1"
28
- spec.add_dependency "dry-container", "~> 0.9"
26
+ spec.add_dependency "auto_injector", "~> 0.6"
27
+ spec.add_dependency "cogger", "~> 0.2"
28
+ spec.add_dependency "dry-container", "~> 0.10"
29
29
  spec.add_dependency "http", "~> 5.0"
30
30
  spec.add_dependency "rack", "~> 2.2"
31
- spec.add_dependency "refinements", "~> 9.4"
32
- spec.add_dependency "runcom", "~> 8.4"
33
- spec.add_dependency "spek", "~> 0.3"
31
+ spec.add_dependency "refinements", "~> 9.6"
32
+ spec.add_dependency "runcom", "~> 8.5"
33
+ spec.add_dependency "spek", "~> 0.4"
34
34
  spec.add_dependency "zeitwerk", "~> 2.5"
35
35
 
36
36
  spec.bindir = "exe"
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: 13.1.0
4
+ version: 13.4.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: 2022-05-07 00:00:00.000000000 Z
31
+ date: 2022-07-17 00:00:00.000000000 Z
32
32
  dependencies:
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: auto_injector
@@ -36,42 +36,42 @@ dependencies:
36
36
  requirements:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: '0.5'
39
+ version: '0.6'
40
40
  type: :runtime
41
41
  prerelease: false
42
42
  version_requirements: !ruby/object:Gem::Requirement
43
43
  requirements:
44
44
  - - "~>"
45
45
  - !ruby/object:Gem::Version
46
- version: '0.5'
46
+ version: '0.6'
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: cogger
49
49
  requirement: !ruby/object:Gem::Requirement
50
50
  requirements:
51
51
  - - "~>"
52
52
  - !ruby/object:Gem::Version
53
- version: '0.1'
53
+ version: '0.2'
54
54
  type: :runtime
55
55
  prerelease: false
56
56
  version_requirements: !ruby/object:Gem::Requirement
57
57
  requirements:
58
58
  - - "~>"
59
59
  - !ruby/object:Gem::Version
60
- version: '0.1'
60
+ version: '0.2'
61
61
  - !ruby/object:Gem::Dependency
62
62
  name: dry-container
63
63
  requirement: !ruby/object:Gem::Requirement
64
64
  requirements:
65
65
  - - "~>"
66
66
  - !ruby/object:Gem::Version
67
- version: '0.9'
67
+ version: '0.10'
68
68
  type: :runtime
69
69
  prerelease: false
70
70
  version_requirements: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - "~>"
73
73
  - !ruby/object:Gem::Version
74
- version: '0.9'
74
+ version: '0.10'
75
75
  - !ruby/object:Gem::Dependency
76
76
  name: http
77
77
  requirement: !ruby/object:Gem::Requirement
@@ -106,42 +106,42 @@ dependencies:
106
106
  requirements:
107
107
  - - "~>"
108
108
  - !ruby/object:Gem::Version
109
- version: '9.4'
109
+ version: '9.6'
110
110
  type: :runtime
111
111
  prerelease: false
112
112
  version_requirements: !ruby/object:Gem::Requirement
113
113
  requirements:
114
114
  - - "~>"
115
115
  - !ruby/object:Gem::Version
116
- version: '9.4'
116
+ version: '9.6'
117
117
  - !ruby/object:Gem::Dependency
118
118
  name: runcom
119
119
  requirement: !ruby/object:Gem::Requirement
120
120
  requirements:
121
121
  - - "~>"
122
122
  - !ruby/object:Gem::Version
123
- version: '8.4'
123
+ version: '8.5'
124
124
  type: :runtime
125
125
  prerelease: false
126
126
  version_requirements: !ruby/object:Gem::Requirement
127
127
  requirements:
128
128
  - - "~>"
129
129
  - !ruby/object:Gem::Version
130
- version: '8.4'
130
+ version: '8.5'
131
131
  - !ruby/object:Gem::Dependency
132
132
  name: spek
133
133
  requirement: !ruby/object:Gem::Requirement
134
134
  requirements:
135
135
  - - "~>"
136
136
  - !ruby/object:Gem::Version
137
- version: '0.3'
137
+ version: '0.4'
138
138
  type: :runtime
139
139
  prerelease: false
140
140
  version_requirements: !ruby/object:Gem::Requirement
141
141
  requirements:
142
142
  - - "~>"
143
143
  - !ruby/object:Gem::Version
144
- version: '0.3'
144
+ version: '0.4'
145
145
  - !ruby/object:Gem::Dependency
146
146
  name: zeitwerk
147
147
  requirement: !ruby/object:Gem::Requirement
@@ -177,6 +177,7 @@ files:
177
177
  - lib/pennyworth/cli/actions/http_statuses.rb
178
178
  - lib/pennyworth/cli/actions/import.rb
179
179
  - lib/pennyworth/cli/actions/ruby_gems.rb
180
+ - lib/pennyworth/cli/actions/standard_errors.rb
180
181
  - lib/pennyworth/cli/actions/system/errors.rb
181
182
  - lib/pennyworth/cli/actions/system/signals.rb
182
183
  - lib/pennyworth/cli/actions/text.rb
@@ -197,11 +198,13 @@ files:
197
198
  - lib/pennyworth/loaders/encodings.rb
198
199
  - lib/pennyworth/loaders/http_statuses.rb
199
200
  - lib/pennyworth/loaders/projects.rb
201
+ - lib/pennyworth/loaders/standard_errors.rb
200
202
  - lib/pennyworth/loaders/system/errors.rb
201
203
  - lib/pennyworth/loaders/system/signals.rb
202
204
  - lib/pennyworth/loaders/text.rb
203
205
  - lib/pennyworth/models/encoding.rb
204
206
  - lib/pennyworth/models/http_status.rb
207
+ - lib/pennyworth/models/standard_error.rb
205
208
  - lib/pennyworth/models/system/error.rb
206
209
  - lib/pennyworth/models/system/signal.rb
207
210
  - lib/pennyworth/models/text.rb
@@ -209,6 +212,7 @@ files:
209
212
  - lib/pennyworth/presenters/gem.rb
210
213
  - lib/pennyworth/presenters/http_status.rb
211
214
  - lib/pennyworth/presenters/repository.rb
215
+ - lib/pennyworth/presenters/standard_error.rb
212
216
  - lib/pennyworth/presenters/system/error.rb
213
217
  - lib/pennyworth/presenters/system/signal.rb
214
218
  - lib/pennyworth/presenters/text.rb
@@ -216,6 +220,7 @@ files:
216
220
  - lib/pennyworth/serializers/encoding.rb
217
221
  - lib/pennyworth/serializers/http_status.rb
218
222
  - lib/pennyworth/serializers/project.rb
223
+ - lib/pennyworth/serializers/standard_error.rb
219
224
  - lib/pennyworth/serializers/system/error.rb
220
225
  - lib/pennyworth/serializers/system/signal.rb
221
226
  - lib/pennyworth/serializers/text.rb
@@ -246,7 +251,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
246
251
  - !ruby/object:Gem::Version
247
252
  version: '0'
248
253
  requirements: []
249
- rubygems_version: 3.3.13
254
+ rubygems_version: 3.3.18
250
255
  signing_key:
251
256
  specification_version: 4
252
257
  summary: A command line interface that augments Alfred workflows.
metadata.gz.sig CHANGED
@@ -1 +1,3 @@
1
- >����-Ԛ��[!�{�)Ά���v�L����_5��U�S}@�KY�W(���d�y�E�5QVK��������٨���+M,ɉ���խ��;�q2� iP������$�-��ER��^*��1�X|�6�@�F����\�o�j�����#RR���ZGj�0Q����^�yN��ܓ��蝤����9s���IڌZ�\��*5�X/���|h?� K i�ܒx����Dsb��~/�&j׍��-��
1
+ ����C���()���A��E�ATX��KBE��
2
+ �WDB�:���� �_N��Z�&��.�q����1�:bX�,�c��,��muٜ�8<c�HF �8-� :
3
+ �D