pennyworth 13.2.0 → 13.3.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: b3cebd285e4000aba774c716d9bc944fb6a836bf55170f0c33d9395497934f53
4
- data.tar.gz: 8c5a01d3f6c905f48a87a1b8a493d8c6c5a3e1acf6a8ac9bfb4dec3bd6852b63
3
+ metadata.gz: 88d51e5215afaeda96d8816e707c1c6e9ffc2a2df58deafead1704f468a87a7a
4
+ data.tar.gz: 690e7a96984ba56a8604107e7dadf68faa5b631df108cc69b9e9c122ce6939d7
5
5
  SHA512:
6
- metadata.gz: 6ec8f05dc8a522a668727544ae256c206479c9fb6066b93823f47a5c07d64fb83955377da0ee6bc5c487e173d3b86ecd9680a034efb1f90427df3fe3bf42f21e
7
- data.tar.gz: 932346b9d5607c23daa7baf0fcb85bc7bc5e8afd4c4aed24d3f7dd5162ef795ff402fa83dd79c78ae75e1710c94efdd638fa49590eeab3f56fb648e021e30207
6
+ metadata.gz: 6719f5e2c30a7fbea30120b41a5000117bef3fea824144a5f9c1f0d739d55cb5c735f91cabfe70a55dec587b4c916b5cb912c493ed8383a94a2784a277797811
7
+ data.tar.gz: 2221879d146bdbbf17e427f4541480786c52ef2c08313e9d2f609da676a5a801aef4bbfed24503fa15ae4b08d446788216b67e44a8adaec6d9e6f93d47a301e1
checksums.yaml.gz.sig CHANGED
Binary file
data/README.adoc CHANGED
@@ -75,6 +75,8 @@ with others.
75
75
  From the command line, type `pennyworth` to view usage:
76
76
 
77
77
  ....
78
+ Pennyworth - A command line interface that augments Alfred workflows.
79
+
78
80
  USAGE:
79
81
  -c, --config ACTION Manage gem configuration. Actions: edit || view.
80
82
  --encodings Render Alfred encodings script filter.
@@ -82,6 +84,7 @@ USAGE:
82
84
  -h, --help Show this message.
83
85
  --http_statuses Render Alfred HTTP statuses script filter.
84
86
  --ruby_gems Render Alfred RubyGems script filter.
87
+ --standard_errors Render Alfred standard errors script filter.
85
88
  --system_errors Render Alfred system errors script filter.
86
89
  --system_signals Render Alfred system signals script filter.
87
90
  --text CONTENT Render Alfred text script filter.
@@ -109,6 +112,7 @@ pennyworth --git_hub --user bkuhlmann
109
112
 
110
113
  pennyworth --http_statuses
111
114
  pennyworth --ruby_gems --owner bkuhlmann
115
+ pennyworth --standard_errors
112
116
  pennyworth --system_errors
113
117
  pennyworth --system_signals
114
118
 
@@ -144,8 +148,10 @@ The default configuration is as follows:
144
148
  - "Dry Cli": "Dry CLI"
145
149
  - "Flacsmith": "FLACsmith"
146
150
  - "Git Plus": "Git+"
151
+ - "Http Fake": "HTTP Fake"
147
152
  - "Mac Os Config": "macOS Configuration"
148
153
  - "Mac Os": "MacOS"
154
+ - "Pkce": "PKCE"
149
155
  - "Prawn Plus": "Prawn+"
150
156
  - "Rubocop Ast": "Rubocop AST"
151
157
  - "Rubocop Md": "Rubocop Markdown"
@@ -275,6 +281,22 @@ link:https://www.alchemists.io/public/alfred/workflows/ruby.alfredworkflow[singl
275
281
  downloaded, double click to install, and then continue reading to learn all of the
276
282
  capabilities this single workflow provides.
277
283
 
284
+ ===== Alphanumeric
285
+
286
+ image:https://www.alchemists.io/images/projects/pennyworth/screenshots/ruby-alphanumeric.png[Alphanumeric,width=706,height=200,role=focal_point]
287
+
288
+ This keyword allows you to generate a random alphanumeric string.
289
+
290
+ Type `anum` to activate and `ENTER` generate. You can supply an optional number for specific length.
291
+
292
+ ===== Base64
293
+
294
+ image:https://www.alchemists.io/images/projects/pennyworth/screenshots/ruby-base64.png[Base64,width=706,height=200,role=focal_point]
295
+
296
+ This keyword allows you to generate a random Base64 string.
297
+
298
+ Type `b64` to activate and `ENTER` generate. You can supply an optional number for specific length.
299
+
278
300
  ===== Bytes
279
301
 
280
302
  image:https://www.alchemists.io/images/projects/pennyworth/screenshots/ruby-bytes.png[Bytes,width=706,height=200,role=focal_point]
@@ -524,16 +546,6 @@ Provides link:https://hanamirb.org[Hanami] resources.
524
546
  double click to install.
525
547
  2. Type `h` to activate.
526
548
 
527
- ===== chi.li
528
-
529
- image:https://www.alchemists.io/images/projects/pennyworth/screenshots/chili.png[chi.li workflow screenshot.,width=706,height=200,role=focal_point]
530
-
531
- Shortens URLs using link:https://chl.li[chl.li].
532
-
533
- 1. link:https://www.alchemists.io/public/alfred/workflows/chlli.alfredworkflow[Download] and
534
- double click to install.
535
- 2. Type `surl` to activate.
536
-
537
549
  ===== Docker
538
550
 
539
551
  image:https://www.alchemists.io/images/projects/pennyworth/screenshots/docker.png[Docker workflow screenshot.,width=706,height=470,role=focal_point]
@@ -552,6 +564,17 @@ Provides macOS utilities.
552
564
  double click to install.
553
565
  2. Open the workflow to see all available keywords.
554
566
 
567
+ ===== Rack
568
+
569
+ image:https://www.alchemists.io/images/projects/pennyworth/screenshots/rack.png[Rack workflow screenshot.,width=706,height=470,role=focal_point]
570
+
571
+ A link:https://github.com/rack/rack[Rack] workflow for quick access to Rack resources.
572
+
573
+ 1. link:https://www.alchemists.io/public/alfred/workflows/rack.alfredworkflow[Download] and double
574
+ click to install.
575
+ 2. Type `rack` to view general information, arrow keys to navigate, and `ENTER` to view
576
+ information.
577
+
555
578
  ===== RSpec
556
579
 
557
580
  image:https://www.alchemists.io/images/projects/pennyworth/screenshots/rspec.png[RSpec workflow screenshot.,width=706,height=362,role=focal_point]
@@ -588,7 +611,7 @@ earlier).
588
611
 
589
612
  == Architecture
590
613
 
591
- The following documents the workfow used to process all actions from Alfred.
614
+ The following documents the workflow used to process all actions from Alfred.
592
615
 
593
616
  image::https://www.alchemists.io/images/projects/pennyworth/doc/architecture.svg[Architecture Diagram]
594
617
 
@@ -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],
@@ -9,6 +9,7 @@
9
9
  - "Http Fake": "HTTP Fake"
10
10
  - "Mac Os Config": "macOS Configuration"
11
11
  - "Mac Os": "MacOS"
12
+ - "Pkce": "PKCE"
12
13
  - "Prawn Plus": "Prawn+"
13
14
  - "Rubocop Ast": "Rubocop AST"
14
15
  - "Rubocop Md": "Rubocop Markdown"
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.2.0"
5
+ spec.version = "13.3.0"
6
6
  spec.authors = ["Brooke Kuhlmann"]
7
7
  spec.email = ["brooke@alchemists.io"]
8
8
  spec.homepage = "https://www.alchemists.io/projects/pennyworth"
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.2.0
4
+ version: 13.3.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-15 00:00:00.000000000 Z
31
+ date: 2022-06-25 00:00:00.000000000 Z
32
32
  dependencies:
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: auto_injector
@@ -251,7 +251,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
251
251
  - !ruby/object:Gem::Version
252
252
  version: '0'
253
253
  requirements: []
254
- rubygems_version: 3.3.13
254
+ rubygems_version: 3.3.16
255
255
  signing_key:
256
256
  specification_version: 4
257
257
  summary: A command line interface that augments Alfred workflows.
metadata.gz.sig CHANGED
Binary file