pennyworth 11.1.0 → 11.1.1
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.tar.gz.sig +0 -0
- data/README.adoc +19 -8
- data/lib/pennyworth/cli/shell.rb +0 -1
- data/lib/pennyworth/identity.rb +1 -1
- 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: f1574b8827a7bb980b015f437660f41afde18a6ba2bb2fd77d753a12507ac5d5
|
|
4
|
+
data.tar.gz: 4555faaf0aa2690c1933543646742485d75176e458effc3d59fa26f2cbdf7e3a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8183d56017c6c60d79ca305c5ba34bc9046aae3ea104736fe4d6c64b6261c65a5b116eb6e6447f461446cc96acd2d5b8104f3479e0b8606afba36607bd6046fb
|
|
7
|
+
data.tar.gz: a422eb1ec32f66864aa55316a1952995086d1d6e74aaaabaf53e93f1821e0a0006dd0bbf29643846cc9dcea3a77394e54d84309edc16b7e9d552a28a62f6a637
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/README.adoc
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
:toclevels: 5
|
|
3
3
|
:figure-caption!:
|
|
4
4
|
|
|
5
|
+
:frum_link: link:https://github.com/tako8ki/frum[Frum]
|
|
6
|
+
|
|
5
7
|
= Pennyworth
|
|
6
8
|
|
|
7
9
|
[link=http://badge.fury.io/rb/pennyworth]
|
|
@@ -23,7 +25,7 @@ toc::[]
|
|
|
23
25
|
|
|
24
26
|
== Screencast
|
|
25
27
|
|
|
26
|
-
video::https://www.alchemists.io/videos/projects/pennyworth/demo.mp4[poster=https://www.alchemists.io/images/projects/pennyworth/demo.png,width=
|
|
28
|
+
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]
|
|
27
29
|
|
|
28
30
|
== Requirements
|
|
29
31
|
|
|
@@ -31,7 +33,7 @@ video::https://www.alchemists.io/videos/projects/pennyworth/demo.mp4[poster=http
|
|
|
31
33
|
. link:https://www.gnu.org/software/bash[Bash]
|
|
32
34
|
. link:https://www.alfredapp.com[Alfred]
|
|
33
35
|
. link:https://www.alfredapp.com/purchase[Alfred Powerpack]
|
|
34
|
-
.
|
|
36
|
+
. {frum_link}
|
|
35
37
|
. link:https://www.ruby-lang.org[Ruby]
|
|
36
38
|
|
|
37
39
|
== Setup
|
|
@@ -178,8 +180,7 @@ support, the following assumptions are made:
|
|
|
178
180
|
a hard requirement, though. You can use _any shell_ you are comfortable with as long as you teach
|
|
179
181
|
Alfred to load your development environment before running the Alfred Workflow.
|
|
180
182
|
2. You have the latest version of Alfred, Ruby, and Pennyworth installed.
|
|
181
|
-
3. You are using a Ruby version manager, like
|
|
182
|
-
which ensures Ruby is on your load path.
|
|
183
|
+
3. You are using a Ruby version manager, like {frum_link}, which ensures Ruby is on your load path.
|
|
183
184
|
|
|
184
185
|
With the above requirements in mind, the following sections document how to download and install all
|
|
185
186
|
Pennyworth workflows that are compatible with Alfred. Should you want to tweak any of these
|
|
@@ -285,6 +286,15 @@ link:https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#Unofficial_codes[un
|
|
|
285
286
|
Type `https` to activate. Use `ENTER` to copy symbol, `CONTROL` to copy code, `OPTION` to copy
|
|
286
287
|
label, or `COMMAND` to view documentation.
|
|
287
288
|
|
|
289
|
+
===== Links
|
|
290
|
+
|
|
291
|
+
image:https://www.alchemists.io/images/projects/pennyworth/screenshots/ruby-links.png[Links,width=706,height=632,role=focal_point]
|
|
292
|
+
|
|
293
|
+
This keyword allows you to navigate to additional Ruby related information and resources.
|
|
294
|
+
|
|
295
|
+
Type `rb` plus `SPACE` to activate, then fuzzy type to filter the list to what you are looking for,
|
|
296
|
+
and hit `ENTER` to visit the link in your default browser.
|
|
297
|
+
|
|
288
298
|
===== Number
|
|
289
299
|
|
|
290
300
|
image:https://www.alchemists.io/images/projects/pennyworth/screenshots/ruby-number.png[Number,width=706,height=200,role=focal_point]
|
|
@@ -369,10 +379,12 @@ to install:
|
|
|
369
379
|
launched.
|
|
370
380
|
* link:https://www.alchemists.io/public/aflred/workflows/browsers.alfredworkflow[Browsers] -
|
|
371
381
|
Provides browser related utilities.
|
|
382
|
+
* link:https://www.alchemists.io/public/aflred/workflows/bundler.alfredworkflow[Bundler] - Provides
|
|
383
|
+
quick access to link:https://bundler.io[Bundler] related resources.
|
|
372
384
|
* link:https://www.alchemists.io/public/aflred/workflows/hanami.alfredworkflow[Hanami] - Provides
|
|
373
385
|
link:https://hanamirb.org[Hanami] resources.
|
|
374
386
|
* link:https://www.alchemists.io/public/aflred/workflows/chlli.alfredworkflow[chi.li] - Shortens
|
|
375
|
-
URLs.
|
|
387
|
+
URLs using link:https://chl.li[chl.li].
|
|
376
388
|
* link:https://www.alchemists.io/public/aflred/workflows/docker.alfredworkflow[Docker] - Provides
|
|
377
389
|
link:https://www.docker.com[Docker] resources.
|
|
378
390
|
* link:https://www.alchemists.io/public/aflred/workflows/mac_os.alfredworkflow[macOS] - Provides
|
|
@@ -387,14 +399,13 @@ to install:
|
|
|
387
399
|
|
|
388
400
|
The following documents the workfow used to process all actions from Alfred.
|
|
389
401
|
|
|
390
|
-
image
|
|
402
|
+
image::https://www.alchemists.io/images/projects/pennyworth/doc/architecture.svg[Architecture Diagram]
|
|
391
403
|
|
|
392
404
|
== Troubleshooting
|
|
393
405
|
|
|
394
406
|
* link:https://github.com/ruby/psych[Psych] 4.0.0 has a
|
|
395
407
|
link:https://github.com/ruby/psych/issues/490[bug] which prevents loading of YAML configurations
|
|
396
|
-
that use symbols as keys. If you get caught by this,
|
|
397
|
-
instead.
|
|
408
|
+
that use symbols as keys. If you get caught by this, please upgrade to Psych 4.0.1 for the fix.
|
|
398
409
|
* When your Alfred Workflow yields no output, you might want to open the
|
|
399
410
|
link:https://www.alfredapp.com/help/workflows/utilities/debug[Alfred Debugger], rerun your
|
|
400
411
|
workflow, and check for errors. You can also jump to the CLI and run Pennyworth directly.
|
data/lib/pennyworth/cli/shell.rb
CHANGED
data/lib/pennyworth/identity.rb
CHANGED
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.1.
|
|
4
|
+
version: 11.1.1
|
|
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-07-24 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.24
|
|
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
|