markdown_exec 3.3.0 → 3.5.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
- data/CHANGELOG.md +27 -0
- data/Gemfile +1 -0
- data/Gemfile.lock +8 -1
- data/README.md +262 -116
- data/Rakefile +2 -1
- data/bats/block-type-shell-require-ux.bats +15 -0
- data/bats/block-type-ux-auto.bats +1 -1
- data/bats/block-type-ux-default.bats +1 -1
- data/bats/block-type-ux-echo-hash.bats +2 -2
- data/bats/block-type-ux-exec-hash.bats +2 -2
- data/bats/block-type-ux-exec.bats +1 -1
- data/bats/block-type-ux-no-name.bats +8 -0
- data/bats/block-type-ux-require-context.bats +14 -0
- data/bats/block-type-ux-row-format.bats +1 -1
- data/bats/block-type-ux-transform.bats +1 -1
- data/bats/command-substitution-options.bats +2 -2
- data/bats/import-directive-line-continuation.bats +9 -0
- data/bats/import-directive-parameter-symbols.bats +1 -1
- data/bats/import-parameter-symbols.bats +1 -1
- data/bats/option-expansion.bats +1 -1
- data/bats/options.bats +2 -2
- data/bats/table-column-truncate.bats +1 -1
- data/bats/table.bats +1 -1
- data/bats/test_helper.bash +4 -3
- data/demo/trap.demo1.gif +0 -0
- data/demo/trap.demo1.mp4 +0 -0
- data/docs/dev/block-type-shell-require-ux.md +18 -0
- data/docs/dev/block-type-ux-format.md +10 -0
- data/docs/dev/block-type-ux-no-name.md +17 -0
- data/docs/dev/block-type-ux-require-context.md +32 -0
- data/docs/dev/block-type-ux-require.md +8 -4
- data/docs/dev/block-type-ux-row-format.md +1 -1
- data/docs/dev/import-directive-line-continuation.md +5 -0
- data/docs/dev/import-directive-parameter-symbols.md +0 -2
- data/docs/dev/import-parameter-symbols-template.md +7 -5
- data/docs/dev/import-parameter-symbols.md +10 -2
- data/docs/dev/table-column-truncate.md +1 -1
- data/examples/colors.md +31 -29
- data/lib/cached_nested_file_reader.rb +31 -51
- data/lib/command_result.rb +5 -5
- data/lib/constants.rb +3 -1
- data/lib/fcb.rb +22 -8
- data/lib/format_table.rb +22 -7
- data/lib/hash_delegator.rb +77 -33
- data/lib/link_history.rb +1 -1
- data/lib/markdown_exec/version.rb +1 -1
- data/lib/menu.src.yml +47 -38
- data/lib/menu.yml +43 -34
- data/lib/parameter_expansion.rb +918 -0
- data/lib/parse_animation_to_tts.rb +4417 -0
- data/lib/resize_terminal.rb +19 -16
- data/lib/ww.rb +493 -15
- metadata +15 -2
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: markdown_exec
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.
|
|
4
|
+
version: 3.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Fareed Stevenson
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-
|
|
11
|
+
date: 2025-11-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: clipboard
|
|
@@ -112,6 +112,7 @@ files:
|
|
|
112
112
|
- bats/block-type-link.bats
|
|
113
113
|
- bats/block-type-opts.bats
|
|
114
114
|
- bats/block-type-port.bats
|
|
115
|
+
- bats/block-type-shell-require-ux.bats
|
|
115
116
|
- bats/block-type-ux-act-init.bats
|
|
116
117
|
- bats/block-type-ux-allowed.bats
|
|
117
118
|
- bats/block-type-ux-auto.bats
|
|
@@ -127,8 +128,10 @@ files:
|
|
|
127
128
|
- bats/block-type-ux-formats.bats
|
|
128
129
|
- bats/block-type-ux-hidden.bats
|
|
129
130
|
- bats/block-type-ux-invalid.bats
|
|
131
|
+
- bats/block-type-ux-no-name.bats
|
|
130
132
|
- bats/block-type-ux-readonly.bats
|
|
131
133
|
- bats/block-type-ux-require-chained.bats
|
|
134
|
+
- bats/block-type-ux-require-context.bats
|
|
132
135
|
- bats/block-type-ux-require.bats
|
|
133
136
|
- bats/block-type-ux-required-variables.bats
|
|
134
137
|
- bats/block-type-ux-row-format.bats
|
|
@@ -143,6 +146,7 @@ files:
|
|
|
143
146
|
- bats/fail.bats
|
|
144
147
|
- bats/history.bats
|
|
145
148
|
- bats/import-conflict.bats
|
|
149
|
+
- bats/import-directive-line-continuation.bats
|
|
146
150
|
- bats/import-directive-parameter-symbols.bats
|
|
147
151
|
- bats/import-duplicates.bats
|
|
148
152
|
- bats/import-parameter-symbols.bats
|
|
@@ -172,11 +176,14 @@ files:
|
|
|
172
176
|
- bin/setup
|
|
173
177
|
- bin/tab_completion.sh
|
|
174
178
|
- bin/tab_completion.sh.erb
|
|
179
|
+
- demo/trap.demo1.gif
|
|
180
|
+
- demo/trap.demo1.mp4
|
|
175
181
|
- docs/dev/bats-document-configuration.md
|
|
176
182
|
- docs/dev/block-hide.md
|
|
177
183
|
- docs/dev/block-type-bash.md
|
|
178
184
|
- docs/dev/block-type-opts.md
|
|
179
185
|
- docs/dev/block-type-port.md
|
|
186
|
+
- docs/dev/block-type-shell-require-ux.md
|
|
180
187
|
- docs/dev/block-type-ux-act-init.md
|
|
181
188
|
- docs/dev/block-type-ux-allowed.md
|
|
182
189
|
- docs/dev/block-type-ux-auto.md
|
|
@@ -189,11 +196,14 @@ files:
|
|
|
189
196
|
- docs/dev/block-type-ux-exec-hash.md
|
|
190
197
|
- docs/dev/block-type-ux-exec.md
|
|
191
198
|
- docs/dev/block-type-ux-force.md
|
|
199
|
+
- docs/dev/block-type-ux-format.md
|
|
192
200
|
- docs/dev/block-type-ux-formats.md
|
|
193
201
|
- docs/dev/block-type-ux-hidden.md
|
|
194
202
|
- docs/dev/block-type-ux-invalid.md
|
|
203
|
+
- docs/dev/block-type-ux-no-name.md
|
|
195
204
|
- docs/dev/block-type-ux-readonly.md
|
|
196
205
|
- docs/dev/block-type-ux-require-chained.md
|
|
206
|
+
- docs/dev/block-type-ux-require-context.md
|
|
197
207
|
- docs/dev/block-type-ux-require.md
|
|
198
208
|
- docs/dev/block-type-ux-required-variables.md
|
|
199
209
|
- docs/dev/block-type-ux-row-format.md
|
|
@@ -209,6 +219,7 @@ files:
|
|
|
209
219
|
- docs/dev/hexdump_format.md
|
|
210
220
|
- docs/dev/import-conflict-0.md
|
|
211
221
|
- docs/dev/import-conflict-1.md
|
|
222
|
+
- docs/dev/import-directive-line-continuation.md
|
|
212
223
|
- docs/dev/import-directive-parameter-symbols.md
|
|
213
224
|
- docs/dev/import-duplicates-0.md
|
|
214
225
|
- docs/dev/import-duplicates-1.md
|
|
@@ -352,6 +363,8 @@ files:
|
|
|
352
363
|
- lib/null_result.rb
|
|
353
364
|
- lib/object_present.rb
|
|
354
365
|
- lib/option_value.rb
|
|
366
|
+
- lib/parameter_expansion.rb
|
|
367
|
+
- lib/parse_animation_to_tts.rb
|
|
355
368
|
- lib/regexp.rb
|
|
356
369
|
- lib/resize_terminal.rb
|
|
357
370
|
- lib/rspec_helpers.rb
|