pennyworth 11.1.3 → 11.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 +134 -32
- data/lib/pennyworth/identity.rb +1 -1
- data/lib/pennyworth.rb +6 -5
- data.tar.gz.sig +3 -4
- metadata +3 -3
- 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: e52f13fcf2643eb8077e0e3406d38e5435bee47125791b6e343419fed782d4d0
|
|
4
|
+
data.tar.gz: 53f1b970a78784fd46c259a57abc977459bd9904591145a4f8c506271c3e4798
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 54068fb88d6aa548a2e92154f357786f56aa7990211b5ed9a6173798ed7048cf286a3726ee25c1cdb0e79daed4a1fc91319046fb4a3400503cfd3bda98e6e351
|
|
7
|
+
data.tar.gz: b86e2ba0d7dcc2a1ceeb2caa72d68689eb6121a4cc806daa82eb70bee7d4b24666730661357d959e3de643bee6a8c5c2a9e0ff6b56c9d5d0f21e361c8586f172
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/README.adoc
CHANGED
|
@@ -189,7 +189,7 @@ Feel free to take this default configuration, modify, and save as your own custo
|
|
|
189
189
|
|
|
190
190
|
=== Themes
|
|
191
191
|
|
|
192
|
-
image:https://www.alchemists.io/images/projects/pennyworth/screenshots/alchemists-theme.png[Alchemists Theme,width=
|
|
192
|
+
image:https://www.alchemists.io/images/projects/pennyworth/screenshots/alchemists-theme.png[Alchemists Theme,width=706,height=632,role=focal_point]
|
|
193
193
|
|
|
194
194
|
The above is shared as the link:https://www.alfredapp.com/extras/theme/FSz9kjN1wX[Alchemists Alfred
|
|
195
195
|
Theme] which can be
|
|
@@ -198,8 +198,8 @@ directly].
|
|
|
198
198
|
|
|
199
199
|
=== Workflows
|
|
200
200
|
|
|
201
|
-
Not all workflows require Pennyworth to run properly
|
|
202
|
-
support, the following assumptions are made:
|
|
201
|
+
Not all workflows require Pennyworth to run properly (see the _Other_ section below for details).
|
|
202
|
+
For the workflows that _do_ require Pennyworth support, the following assumptions are made:
|
|
203
203
|
|
|
204
204
|
1. Your link:https://www.alchemists.io/projects/dotfiles[Dotfiles] are configured to use
|
|
205
205
|
link:https://www.gnu.org/software/bash[Bash] and load your environment appropriately. Bash is not
|
|
@@ -290,6 +290,14 @@ use in your own code.
|
|
|
290
290
|
Type `encodings` to activate. Use `ENTER` to copy label or `OPTION` to copy associated aliases to
|
|
291
291
|
clipboard.
|
|
292
292
|
|
|
293
|
+
===== Gems
|
|
294
|
+
|
|
295
|
+
image:https://www.alchemists.io/images/projects/pennyworth/screenshots/ruby-gems.png[Gems,width=706,height=362,role=focal_point]
|
|
296
|
+
|
|
297
|
+
Provides access to the RubyGems ecosystem.
|
|
298
|
+
|
|
299
|
+
Type `gems` to activate. Use the arrow keys to navigate options and `ENTER` to use.
|
|
300
|
+
|
|
293
301
|
===== Hex
|
|
294
302
|
|
|
295
303
|
image:https://www.alchemists.io/images/projects/pennyworth/screenshots/ruby-hex.png[Hex,width=706,height=200,role=focal_point]
|
|
@@ -391,35 +399,129 @@ by macOS.
|
|
|
391
399
|
==== Other
|
|
392
400
|
|
|
393
401
|
The following workflows don't require Pennyworth support but are provided for convenience in case
|
|
394
|
-
they are of interest/aid to your own productivity.
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
402
|
+
they are of interest/aid to your own productivity.
|
|
403
|
+
|
|
404
|
+
===== Acronyms
|
|
405
|
+
|
|
406
|
+
Expands acronyms so you can think and type in terms of an acronym but appear as if you typed out the
|
|
407
|
+
full definition each time.
|
|
408
|
+
|
|
409
|
+
1. link:https://www.alchemists.io/public/aflred/workflows/acronyms.alfredworkflow[Download] and
|
|
410
|
+
double click to install.
|
|
411
|
+
2. Use any of the macros provided by the workflow to expand acronyms for legibility.
|
|
412
|
+
|
|
413
|
+
===== Alpine
|
|
414
|
+
|
|
415
|
+
image:https://www.alchemists.io/images/projects/pennyworth/screenshots/alpine.png[Alpine Linux workflow screenshot.,width=706,height=632,role=focal_point]
|
|
416
|
+
|
|
417
|
+
Provides link:https://www.alpinelinux.org[Alpine Linux] resources.
|
|
418
|
+
|
|
419
|
+
1. link:https://www.alchemists.io/public/aflred/workflows/alpine.alfredworkflow[Download] and double
|
|
420
|
+
click to install.
|
|
421
|
+
2. Type `al` to activate.
|
|
422
|
+
|
|
423
|
+
===== Applications
|
|
424
|
+
|
|
425
|
+
image:https://www.alchemists.io/images/projects/pennyworth/screenshots/applications.png[Applications workflow screenshot.,width=706,height=362,role=focal_point]
|
|
426
|
+
|
|
427
|
+
Launches development environment but can be tweaked for your preferences. Using Alfred in this
|
|
428
|
+
manner ensures your machine boots or restarts quickly and gives you more control over what is
|
|
429
|
+
launched.
|
|
430
|
+
|
|
431
|
+
1. link:https://www.alchemists.io/public/aflred/workflows/applications.alfredworkflow[Download] and
|
|
432
|
+
double click to install.
|
|
433
|
+
2. Type `work` to activate.
|
|
434
|
+
|
|
435
|
+
===== Browsers
|
|
436
|
+
|
|
437
|
+
image:https://www.alchemists.io/images/projects/pennyworth/screenshots/browsers.png[Browsers workflow screenshot.,width=706,height=470,role=focal_point]
|
|
438
|
+
|
|
439
|
+
Provides browser related utilities.
|
|
440
|
+
|
|
441
|
+
1. link:https://www.alchemists.io/public/aflred/workflows/browsers.alfredworkflow[Download] and
|
|
442
|
+
double click to install.
|
|
443
|
+
2. Type `open` to activate.
|
|
444
|
+
|
|
445
|
+
===== Bundler
|
|
446
|
+
|
|
447
|
+
image:https://www.alchemists.io/images/projects/pennyworth/screenshots/bundler.png[Bundler workflow screenshot.,width=706,height=524,role=focal_point]
|
|
448
|
+
|
|
449
|
+
Provides quick access to link:https://bundler.io[Bundler] related resources.
|
|
450
|
+
|
|
451
|
+
1. link:https://www.alchemists.io/public/aflred/workflows/bundler.alfredworkflow[Download] and
|
|
452
|
+
double click to install.
|
|
453
|
+
2. Type `bundler` to activate.
|
|
454
|
+
|
|
455
|
+
===== Elm
|
|
456
|
+
|
|
457
|
+
image:https://www.alchemists.io/images/projects/pennyworth/screenshots/elm.png[Elm workflow screenshot.,width=706,height=470,role=focal_point]
|
|
458
|
+
|
|
459
|
+
A link:https://elm-lang.org[Elm] workflow for quick access to Elm resources.
|
|
460
|
+
|
|
461
|
+
1. link:https://www.alchemists.io/public/aflred/workflows/elm.alfredworkflow[Download] and double
|
|
462
|
+
click to install.
|
|
463
|
+
2. Type `elm` to view general information, arrow keys to navigate, and `ENTER` to view information.
|
|
464
|
+
|
|
465
|
+
===== Hanami
|
|
466
|
+
|
|
467
|
+
image:https://www.alchemists.io/images/projects/pennyworth/screenshots/hanami.png[Hanami workflow screenshot.,width=706,height=632,role=focal_point]
|
|
468
|
+
|
|
469
|
+
Provides link:https://hanamirb.org[Hanami] resources.
|
|
470
|
+
|
|
471
|
+
1. link:https://www.alchemists.io/public/aflred/workflows/hanami.alfredworkflow[Download] and
|
|
472
|
+
double click to install.
|
|
473
|
+
2. Type `h` to activate.
|
|
474
|
+
|
|
475
|
+
===== chi.li
|
|
476
|
+
|
|
477
|
+
image:https://www.alchemists.io/images/projects/pennyworth/screenshots/chili.png[chi.li workflow screenshot.,width=706,height=200,role=focal_point]
|
|
478
|
+
|
|
479
|
+
Shortens URLs using link:https://chl.li[chl.li].
|
|
480
|
+
|
|
481
|
+
1. link:https://www.alchemists.io/public/aflred/workflows/chlli.alfredworkflow[Download] and
|
|
482
|
+
double click to install.
|
|
483
|
+
2. Type `surl` to activate.
|
|
484
|
+
|
|
485
|
+
===== Docker
|
|
486
|
+
|
|
487
|
+
image:https://www.alchemists.io/images/projects/pennyworth/screenshots/docker.png[Docker workflow screenshot.,width=706,height=524,role=focal_point]
|
|
488
|
+
|
|
489
|
+
Provides link:https://www.docker.com[Docker] resources.
|
|
490
|
+
|
|
491
|
+
1. link:https://www.alchemists.io/public/aflred/workflows/docker.alfredworkflow[Download] and
|
|
492
|
+
double click to install.
|
|
493
|
+
2. Type `dr` to activate.
|
|
494
|
+
|
|
495
|
+
===== macOS
|
|
496
|
+
|
|
497
|
+
Provides macOS utilities.
|
|
498
|
+
|
|
499
|
+
1. link:https://www.alchemists.io/public/aflred/workflows/mac_os.alfredworkflow[Download] and
|
|
500
|
+
double click to install.
|
|
501
|
+
2. Open the workflow to see all available keywords.
|
|
502
|
+
|
|
503
|
+
===== Terraform
|
|
504
|
+
|
|
505
|
+
image:https://www.alchemists.io/images/projects/pennyworth/screenshots/terraform.png[Terraform workflow screenshot.,width=362,height=524,role=focal_point]
|
|
506
|
+
|
|
507
|
+
Provides link:https://www.terraform.io[Terraform] resources.
|
|
508
|
+
|
|
509
|
+
1. link:https://www.alchemists.io/public/aflred/workflows/terraform.alfredworkflow[Download] and
|
|
510
|
+
double click to install.
|
|
511
|
+
2. Type `tf` to activate.
|
|
512
|
+
|
|
513
|
+
===== Text
|
|
514
|
+
|
|
515
|
+
Provides general text manipulation utilities beyond the Pennyworth powered _text_ keyword (mentioned
|
|
516
|
+
earlier).
|
|
517
|
+
|
|
518
|
+
1. link:https://www.alchemists.io/public/aflred/workflows/text.alfredworkflow[Download] and
|
|
519
|
+
double click to install.
|
|
520
|
+
2. Use any of the following global hotkeys to activate:
|
|
521
|
+
** `CONTROL + OPTION + COMMAND + o` - Open selected URL in default browser.
|
|
522
|
+
** `CONTROL + OPTION + COMMAND + d` - View selected word in macOS dictionary.
|
|
523
|
+
** `CONTROL + OPTION + COMMAND + t` - View selected text as Large Type.
|
|
524
|
+
** `CONTROL + OPTION + COMMAND + h` - Syntax highlight selected code.
|
|
423
525
|
|
|
424
526
|
== Architecture
|
|
425
527
|
|
data/lib/pennyworth/identity.rb
CHANGED
data/lib/pennyworth.rb
CHANGED
|
@@ -2,11 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
require "zeitwerk"
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
loader.inflector.inflect "cli" => "CLI",
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
loader.setup
|
|
5
|
+
Zeitwerk::Loader.for_gem.then do |loader|
|
|
6
|
+
loader.inflector.inflect "cli" => "CLI",
|
|
7
|
+
"http_status" => "HTTPStatus",
|
|
8
|
+
"http_statuses" => "HTTPStatuses"
|
|
9
|
+
loader.setup
|
|
10
|
+
end
|
|
10
11
|
|
|
11
12
|
# Main namespace.
|
|
12
13
|
module Pennyworth
|
data.tar.gz.sig
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
���K���L��ȷ����1i����#�I�<!
|
|
1
|
+
�5���Е���6٠�>= �[����::����{�TR���b�����K�L5����2�`�BŁ�ރ�D��o��z����1�zr�/��>�W�\o�%��g+�6FܱtG�S5�tٲ�y���T5��LG����%�,뗌�`Q)�g��KJ3�×XA�n:�Ӯ����iY�+/��Z��Sٷ{�
|
|
2
|
+
P���6s�/�Q
|
|
3
|
+
�+��,$ǡ[�p�L�D>X���I"zN���[A/Zj�2�
|
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: 11.
|
|
4
|
+
version: 11.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brooke Kuhlmann
|
|
@@ -28,7 +28,7 @@ cert_chain:
|
|
|
28
28
|
lkHilIrX69jq8wMPpBhlaw2mRmeSL50Wv5u6xVBvOHhXFSP1crXM95vfLhLyRYod
|
|
29
29
|
W2A=
|
|
30
30
|
-----END CERTIFICATE-----
|
|
31
|
-
date: 2021-
|
|
31
|
+
date: 2021-10-02 00:00:00.000000000 Z
|
|
32
32
|
dependencies:
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: dry-container
|
|
@@ -213,7 +213,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
213
213
|
- !ruby/object:Gem::Version
|
|
214
214
|
version: '0'
|
|
215
215
|
requirements: []
|
|
216
|
-
rubygems_version: 3.2.
|
|
216
|
+
rubygems_version: 3.2.28
|
|
217
217
|
signing_key:
|
|
218
218
|
specification_version: 4
|
|
219
219
|
summary: A command line interface that augments Alfred workflows.
|
metadata.gz.sig
CHANGED
|
Binary file
|