doing 2.1.15 → 2.1.19
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/.yardoc/checksums +10 -10
- data/.yardoc/object_types +0 -0
- data/.yardoc/objects/root.dat +0 -0
- data/CHANGELOG.md +109 -51
- data/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/bin/doing +131 -45
- data/docs/doc/Array.html +1 -1
- data/docs/doc/BooleanTermParser/Clause.html +1 -1
- data/docs/doc/BooleanTermParser/Operator.html +1 -1
- data/docs/doc/BooleanTermParser/Query.html +1 -1
- data/docs/doc/BooleanTermParser/QueryParser.html +1 -1
- data/docs/doc/BooleanTermParser/QueryTransformer.html +1 -1
- data/docs/doc/BooleanTermParser.html +1 -1
- data/docs/doc/Doing/Color.html +6 -2
- data/docs/doc/Doing/Completion.html +1 -1
- data/docs/doc/Doing/Configuration.html +4 -3
- data/docs/doc/Doing/Errors/DoingNoTraceError.html +1 -1
- data/docs/doc/Doing/Errors/DoingRuntimeError.html +1 -1
- data/docs/doc/Doing/Errors/DoingStandardError.html +1 -1
- data/docs/doc/Doing/Errors/EmptyInput.html +1 -1
- data/docs/doc/Doing/Errors/NoResults.html +1 -1
- data/docs/doc/Doing/Errors/PluginException.html +1 -1
- data/docs/doc/Doing/Errors/UserCancelled.html +1 -1
- data/docs/doc/Doing/Errors/WrongCommand.html +1 -1
- data/docs/doc/Doing/Errors.html +1 -1
- data/docs/doc/Doing/Hooks.html +1 -1
- data/docs/doc/Doing/Item.html +119 -1
- data/docs/doc/Doing/Items.html +1 -1
- data/docs/doc/Doing/LogAdapter.html +1 -1
- data/docs/doc/Doing/Note.html +1 -1
- data/docs/doc/Doing/Pager.html +1 -1
- data/docs/doc/Doing/Plugins.html +1 -1
- data/docs/doc/Doing/Prompt.html +69 -1
- data/docs/doc/Doing/Section.html +1 -1
- data/docs/doc/Doing/TemplateString.html +2 -2
- data/docs/doc/Doing/Util/Backup.html +1 -1
- data/docs/doc/Doing/Util.html +1 -1
- data/docs/doc/Doing/WWID.html +37 -3
- data/docs/doc/Doing.html +2 -2
- data/docs/doc/GLI/Commands/MarkdownDocumentListener.html +1 -1
- data/docs/doc/GLI/Commands.html +1 -1
- data/docs/doc/GLI.html +1 -1
- data/docs/doc/Hash.html +1 -1
- data/docs/doc/Numeric.html +1 -1
- data/docs/doc/PhraseParser/Operator.html +1 -1
- data/docs/doc/PhraseParser/PhraseClause.html +1 -1
- data/docs/doc/PhraseParser/Query.html +1 -1
- data/docs/doc/PhraseParser/QueryParser.html +1 -1
- data/docs/doc/PhraseParser/QueryTransformer.html +1 -1
- data/docs/doc/PhraseParser/TermClause.html +1 -1
- data/docs/doc/PhraseParser.html +1 -1
- data/docs/doc/Status.html +1 -1
- data/docs/doc/String.html +228 -1
- data/docs/doc/Symbol.html +1 -1
- data/docs/doc/Time.html +1 -1
- data/docs/doc/_index.html +1 -1
- data/docs/doc/file.README.html +2 -2
- data/docs/doc/index.html +2 -2
- data/docs/doc/method_list.html +254 -182
- data/docs/doc/top-level-namespace.html +1 -1
- data/doing.rdoc +34 -4
- data/lib/completion/_doing.zsh +7 -7
- data/lib/completion/doing.bash +10 -10
- data/lib/completion/doing.fish +6 -1
- data/lib/doing/colors.rb +4 -0
- data/lib/doing/configuration.rb +2 -1
- data/lib/doing/item.rb +51 -0
- data/lib/doing/log_adapter.rb +2 -2
- data/lib/doing/plugins/export/template_export.rb +2 -0
- data/lib/doing/prompt.rb +52 -0
- data/lib/doing/string.rb +43 -0
- data/lib/doing/string_chronify.rb +28 -0
- data/lib/doing/template_string.rb +1 -1
- data/lib/doing/version.rb +1 -1
- data/lib/doing/wwid.rb +54 -23
- data/lib/doing.rb +5 -4
- metadata +2 -2
data/docs/doc/Doing/Errors.html
CHANGED
@@ -181,7 +181,7 @@
|
|
181
181
|
</div>
|
182
182
|
|
183
183
|
<div id="footer">
|
184
|
-
Generated on
|
184
|
+
Generated on Tue Jan 18 08:53:02 2022 by
|
185
185
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
186
186
|
0.9.26 (ruby-3.0.1).
|
187
187
|
</div>
|
data/docs/doc/Doing/Hooks.html
CHANGED
@@ -354,7 +354,7 @@
|
|
354
354
|
</div>
|
355
355
|
|
356
356
|
<div id="footer">
|
357
|
-
Generated on
|
357
|
+
Generated on Tue Jan 18 08:53:02 2022 by
|
358
358
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
359
359
|
0.9.26 (ruby-3.0.1).
|
360
360
|
</div>
|
data/docs/doc/Doing/Item.html
CHANGED
@@ -87,6 +87,11 @@
|
|
87
87
|
|
88
88
|
|
89
89
|
|
90
|
+
<dl>
|
91
|
+
<dt>Includes:</dt>
|
92
|
+
<dd><span class='object_link'><a href="Color.html" title="Doing::Color (module)">Color</a></span></dd>
|
93
|
+
</dl>
|
94
|
+
|
90
95
|
|
91
96
|
|
92
97
|
|
@@ -112,6 +117,12 @@
|
|
112
117
|
</div>
|
113
118
|
|
114
119
|
|
120
|
+
<h2>Constant Summary</h2>
|
121
|
+
|
122
|
+
<h3 class="inherited">Constants included
|
123
|
+
from <span class='object_link'><a href="Color.html" title="Doing::Color (module)">Color</a></span></h3>
|
124
|
+
<p class="inherited"><span class='object_link'><a href="Color.html#ATTRIBUTES-constant" title="Doing::Color::ATTRIBUTES (constant)">Color::ATTRIBUTES</a></span>, <span class='object_link'><a href="Color.html#ATTRIBUTE_NAMES-constant" title="Doing::Color::ATTRIBUTE_NAMES (constant)">Color::ATTRIBUTE_NAMES</a></span>, <span class='object_link'><a href="Color.html#COLORED_REGEXP-constant" title="Doing::Color::COLORED_REGEXP (constant)">Color::COLORED_REGEXP</a></span></p>
|
125
|
+
|
115
126
|
|
116
127
|
<h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2>
|
117
128
|
<ul class="summary">
|
@@ -344,6 +355,28 @@
|
|
344
355
|
<span class="summary_desc"><div class='inline'><p>Updates the title of the Item by expanding natural language dates within configured date tags (tags whose value is expected to be a date).</p>
|
345
356
|
</div></span>
|
346
357
|
|
358
|
+
</li>
|
359
|
+
|
360
|
+
|
361
|
+
<li class="public ">
|
362
|
+
<span class="summary_signature">
|
363
|
+
|
364
|
+
<a href="#highlight_search-instance_method" title="#highlight_search (instance method)">#<strong>highlight_search</strong>(search, distance: nil, negate: false, case_type: nil) ⇒ Object </a>
|
365
|
+
|
366
|
+
|
367
|
+
|
368
|
+
</span>
|
369
|
+
|
370
|
+
|
371
|
+
|
372
|
+
|
373
|
+
|
374
|
+
|
375
|
+
|
376
|
+
|
377
|
+
|
378
|
+
<span class="summary_desc"><div class='inline'></div></span>
|
379
|
+
|
347
380
|
</li>
|
348
381
|
|
349
382
|
|
@@ -691,6 +724,29 @@
|
|
691
724
|
<span class="summary_desc"><div class='inline'><p>Test if item contains tag(s).</p>
|
692
725
|
</div></span>
|
693
726
|
|
727
|
+
</li>
|
728
|
+
|
729
|
+
|
730
|
+
<li class="public ">
|
731
|
+
<span class="summary_signature">
|
732
|
+
|
733
|
+
<a href="#to_pretty-instance_method" title="#to_pretty (instance method)">#<strong>to_pretty</strong>(elements: %i[date title section]) ⇒ Object </a>
|
734
|
+
|
735
|
+
|
736
|
+
|
737
|
+
</span>
|
738
|
+
|
739
|
+
|
740
|
+
|
741
|
+
|
742
|
+
|
743
|
+
|
744
|
+
|
745
|
+
|
746
|
+
|
747
|
+
<span class="summary_desc"><div class='inline'><p>outputs a colored string with relative date and highlighted tags.</p>
|
748
|
+
</div></span>
|
749
|
+
|
694
750
|
</li>
|
695
751
|
|
696
752
|
|
@@ -720,6 +776,17 @@
|
|
720
776
|
</ul>
|
721
777
|
|
722
778
|
|
779
|
+
|
780
|
+
|
781
|
+
|
782
|
+
|
783
|
+
|
784
|
+
|
785
|
+
|
786
|
+
|
787
|
+
|
788
|
+
<h3 class="inherited">Methods included from <span class='object_link'><a href="Color.html" title="Doing::Color (module)">Color</a></span></h3>
|
789
|
+
<p class="inherited"><span class='object_link'><a href="Color.html#attributes-class_method" title="Doing::Color.attributes (method)">attributes</a></span>, <span class='object_link'><a href="Color.html#coloring%3F-class_method" title="Doing::Color.coloring? (method)">coloring?</a></span>, <span class='object_link'><a href="Color.html#support%3F-instance_method" title="Doing::Color#support? (method)">#support?</a></span>, <span class='object_link'><a href="Color.html#uncolor-instance_method" title="Doing::Color#uncolor (method)">#uncolor</a></span></p>
|
723
790
|
<div id="constructor_details" class="method_details_list">
|
724
791
|
<h2>Constructor Details</h2>
|
725
792
|
|
@@ -1098,6 +1165,18 @@ dates</p>
|
|
1098
1165
|
|
1099
1166
|
|
1100
1167
|
</div>
|
1168
|
+
</div>
|
1169
|
+
|
1170
|
+
<div class="method_details ">
|
1171
|
+
<h3 class="signature " id="highlight_search-instance_method">
|
1172
|
+
|
1173
|
+
#<strong>highlight_search</strong>(search, distance: nil, negate: false, case_type: nil) ⇒ <tt>Object</tt>
|
1174
|
+
|
1175
|
+
|
1176
|
+
|
1177
|
+
|
1178
|
+
|
1179
|
+
</h3>
|
1101
1180
|
</div>
|
1102
1181
|
|
1103
1182
|
<div class="method_details ">
|
@@ -2047,6 +2126,45 @@ thus should not receive a date on the @done tag</p>
|
|
2047
2126
|
|
2048
2127
|
</ul>
|
2049
2128
|
|
2129
|
+
</div>
|
2130
|
+
</div>
|
2131
|
+
|
2132
|
+
<div class="method_details ">
|
2133
|
+
<h3 class="signature " id="to_pretty-instance_method">
|
2134
|
+
|
2135
|
+
#<strong>to_pretty</strong>(elements: %i[date title section]) ⇒ <tt>Object</tt>
|
2136
|
+
|
2137
|
+
|
2138
|
+
|
2139
|
+
|
2140
|
+
|
2141
|
+
</h3><div class="docstring">
|
2142
|
+
<div class="discussion">
|
2143
|
+
<p>outputs a colored string with relative date and highlighted tags</p>
|
2144
|
+
|
2145
|
+
|
2146
|
+
</div>
|
2147
|
+
</div>
|
2148
|
+
<div class="tags">
|
2149
|
+
|
2150
|
+
<p class="tag_title">Returns:</p>
|
2151
|
+
<ul class="return">
|
2152
|
+
|
2153
|
+
<li>
|
2154
|
+
|
2155
|
+
|
2156
|
+
<span class='type'></span>
|
2157
|
+
|
2158
|
+
|
2159
|
+
|
2160
|
+
|
2161
|
+
<div class='inline'><p>Pretty representation of the object.</p>
|
2162
|
+
</div>
|
2163
|
+
|
2164
|
+
</li>
|
2165
|
+
|
2166
|
+
</ul>
|
2167
|
+
|
2050
2168
|
</div>
|
2051
2169
|
</div>
|
2052
2170
|
|
@@ -2077,7 +2195,7 @@ thus should not receive a date on the @done tag</p>
|
|
2077
2195
|
</div>
|
2078
2196
|
|
2079
2197
|
<div id="footer">
|
2080
|
-
Generated on
|
2198
|
+
Generated on Tue Jan 18 08:53:02 2022 by
|
2081
2199
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
2082
2200
|
0.9.26 (ruby-3.0.1).
|
2083
2201
|
</div>
|
data/docs/doc/Doing/Items.html
CHANGED
@@ -890,7 +890,7 @@ specified section</p>
|
|
890
890
|
</div>
|
891
891
|
|
892
892
|
<div id="footer">
|
893
|
-
Generated on
|
893
|
+
Generated on Tue Jan 18 08:53:02 2022 by
|
894
894
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
895
895
|
0.9.26 (ruby-3.0.1).
|
896
896
|
</div>
|
@@ -1797,7 +1797,7 @@ message (optional)</p>
|
|
1797
1797
|
</div>
|
1798
1798
|
|
1799
1799
|
<div id="footer">
|
1800
|
-
Generated on
|
1800
|
+
Generated on Tue Jan 18 08:53:02 2022 by
|
1801
1801
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1802
1802
|
0.9.26 (ruby-3.0.1).
|
1803
1803
|
</div>
|
data/docs/doc/Doing/Note.html
CHANGED
@@ -627,7 +627,7 @@ content</p>
|
|
627
627
|
</div>
|
628
628
|
|
629
629
|
<div id="footer">
|
630
|
-
Generated on
|
630
|
+
Generated on Tue Jan 18 08:53:02 2022 by
|
631
631
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
632
632
|
0.9.26 (ruby-3.0.1).
|
633
633
|
</div>
|
data/docs/doc/Doing/Pager.html
CHANGED
@@ -296,7 +296,7 @@ STDOUT</p>
|
|
296
296
|
</div>
|
297
297
|
|
298
298
|
<div id="footer">
|
299
|
-
Generated on
|
299
|
+
Generated on Tue Jan 18 08:53:02 2022 by
|
300
300
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
301
301
|
0.9.26 (ruby-3.0.1).
|
302
302
|
</div>
|
data/docs/doc/Doing/Plugins.html
CHANGED
@@ -1235,7 +1235,7 @@ e.g. :imp => :import</p>
|
|
1235
1235
|
</div>
|
1236
1236
|
|
1237
1237
|
<div id="footer">
|
1238
|
-
Generated on
|
1238
|
+
Generated on Tue Jan 18 08:53:02 2022 by
|
1239
1239
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1240
1240
|
0.9.26 (ruby-3.0.1).
|
1241
1241
|
</div>
|
data/docs/doc/Doing/Prompt.html
CHANGED
@@ -281,6 +281,50 @@
|
|
281
281
|
|
282
282
|
|
283
283
|
|
284
|
+
<span class="summary_desc"><div class='inline'></div></span>
|
285
|
+
|
286
|
+
</li>
|
287
|
+
|
288
|
+
|
289
|
+
<li class="public ">
|
290
|
+
<span class="summary_signature">
|
291
|
+
|
292
|
+
<a href="#read_line-class_method" title="read_line (class method)">.<strong>read_line</strong>(prompt: 'Enter text', completions: [], default_response: '') ⇒ Object </a>
|
293
|
+
|
294
|
+
|
295
|
+
|
296
|
+
</span>
|
297
|
+
|
298
|
+
|
299
|
+
|
300
|
+
|
301
|
+
|
302
|
+
|
303
|
+
|
304
|
+
|
305
|
+
|
306
|
+
<span class="summary_desc"><div class='inline'></div></span>
|
307
|
+
|
308
|
+
</li>
|
309
|
+
|
310
|
+
|
311
|
+
<li class="public ">
|
312
|
+
<span class="summary_signature">
|
313
|
+
|
314
|
+
<a href="#read_lines-class_method" title="read_lines (class method)">.<strong>read_lines</strong>(prompt: 'Enter text', completions: []) ⇒ Object </a>
|
315
|
+
|
316
|
+
|
317
|
+
|
318
|
+
</span>
|
319
|
+
|
320
|
+
|
321
|
+
|
322
|
+
|
323
|
+
|
324
|
+
|
325
|
+
|
326
|
+
|
327
|
+
|
284
328
|
<span class="summary_desc"><div class='inline'></div></span>
|
285
329
|
|
286
330
|
</li>
|
@@ -719,6 +763,30 @@
|
|
719
763
|
|
720
764
|
|
721
765
|
|
766
|
+
</h3>
|
767
|
+
</div>
|
768
|
+
|
769
|
+
<div class="method_details ">
|
770
|
+
<h3 class="signature " id="read_line-class_method">
|
771
|
+
|
772
|
+
.<strong>read_line</strong>(prompt: 'Enter text', completions: [], default_response: '') ⇒ <tt>Object</tt>
|
773
|
+
|
774
|
+
|
775
|
+
|
776
|
+
|
777
|
+
|
778
|
+
</h3>
|
779
|
+
</div>
|
780
|
+
|
781
|
+
<div class="method_details ">
|
782
|
+
<h3 class="signature " id="read_lines-class_method">
|
783
|
+
|
784
|
+
.<strong>read_lines</strong>(prompt: 'Enter text', completions: []) ⇒ <tt>Object</tt>
|
785
|
+
|
786
|
+
|
787
|
+
|
788
|
+
|
789
|
+
|
722
790
|
</h3>
|
723
791
|
</div>
|
724
792
|
|
@@ -864,7 +932,7 @@ response if no input</p>
|
|
864
932
|
</div>
|
865
933
|
|
866
934
|
<div id="footer">
|
867
|
-
Generated on
|
935
|
+
Generated on Tue Jan 18 08:53:02 2022 by
|
868
936
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
869
937
|
0.9.26 (ruby-3.0.1).
|
870
938
|
</div>
|
data/docs/doc/Doing/Section.html
CHANGED
@@ -344,7 +344,7 @@
|
|
344
344
|
</div>
|
345
345
|
|
346
346
|
<div id="footer">
|
347
|
-
Generated on
|
347
|
+
Generated on Tue Jan 18 08:53:02 2022 by
|
348
348
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
349
349
|
0.9.26 (ruby-3.0.1).
|
350
350
|
</div>
|
@@ -400,7 +400,7 @@
|
|
400
400
|
|
401
401
|
|
402
402
|
<h3 class="inherited">Methods inherited from <span class='object_link'><a href="../String.html" title="String (class)">String</a></span></h3>
|
403
|
-
<p class="inherited"><span class='object_link'><a href="../String.html#add_at-instance_method" title="String#add_at (method)">#add_at</a></span>, <span class='object_link'><a href="../String.html#add_tags-instance_method" title="String#add_tags (method)">#add_tags</a></span>, <span class='object_link'><a href="../String.html#add_tags!-instance_method" title="String#add_tags! (method)">#add_tags!</a></span>, <span class='object_link'><a href="../String.html#cap_first-instance_method" title="String#cap_first (method)">#cap_first</a></span>, <span class='object_link'><a href="../String.html#chronify-instance_method" title="String#chronify (method)">#chronify</a></span>, <span class='object_link'><a href="../String.html#chronify_qty-instance_method" title="String#chronify_qty (method)">#chronify_qty</a></span>, <span class='object_link'><a href="../String.html#clean_unlinked_urls-instance_method" title="String#clean_unlinked_urls (method)">#clean_unlinked_urls</a></span>, <span class='object_link'><a href="../String.html#compress-instance_method" title="String#compress (method)">#compress</a></span>, <span class='object_link'><a href="../String.html#compress!-instance_method" title="String#compress! (method)">#compress!</a></span>, <span class='object_link'><a href="../String.html#dedup_tags-instance_method" title="String#dedup_tags (method)">#dedup_tags</a></span>, <span class='object_link'><a href="../String.html#dedup_tags!-instance_method" title="String#dedup_tags! (method)">#dedup_tags!</a></span>, <span class='object_link'><a href="../String.html#expand_date_tags-instance_method" title="String#expand_date_tags (method)">#expand_date_tags</a></span>, <span class='object_link'><a href="../String.html#highlight_tags-instance_method" title="String#highlight_tags (method)">#highlight_tags</a></span>, <span class='object_link'><a href="../String.html#highlight_tags!-instance_method" title="String#highlight_tags! (method)">#highlight_tags!</a></span>, <span class='object_link'><a href="../String.html#ignore%3F-instance_method" title="String#ignore? (method)">#ignore?</a></span>, <span class='object_link'><a href="../String.html#is_rx%3F-instance_method" title="String#is_rx? (method)">#is_rx?</a></span>, <span class='object_link'><a href="../String.html#last_color-instance_method" title="String#last_color (method)">#last_color</a></span>, <span class='object_link'><a href="../String.html#link_urls-instance_method" title="String#link_urls (method)">#link_urls</a></span>, <span class='object_link'><a href="../String.html#link_urls!-instance_method" title="String#link_urls! (method)">#link_urls!</a></span>, <span class='object_link'><a href="../String.html#normalize_age-instance_method" title="String#normalize_age (method)">#normalize_age</a></span>, <span class='object_link'><a href="../String.html#normalize_age!-instance_method" title="String#normalize_age! (method)">#normalize_age!</a></span>, <span class='object_link'><a href="../String.html#normalize_bool-instance_method" title="String#normalize_bool (method)">#normalize_bool</a></span>, <span class='object_link'><a href="../String.html#normalize_bool!-instance_method" title="String#normalize_bool! (method)">#normalize_bool!</a></span>, <span class='object_link'><a href="../String.html#normalize_case-instance_method" title="String#normalize_case (method)">#normalize_case</a></span>, <span class='object_link'><a href="../String.html#normalize_case!-instance_method" title="String#normalize_case! (method)">#normalize_case!</a></span>, <span class='object_link'><a href="../String.html#normalize_matching-instance_method" title="String#normalize_matching (method)">#normalize_matching</a></span>, <span class='object_link'><a href="../String.html#normalize_matching!-instance_method" title="String#normalize_matching! (method)">#normalize_matching!</a></span>, <span class='object_link'><a href="../String.html#normalize_order-instance_method" title="String#normalize_order (method)">#normalize_order</a></span>, <span class='object_link'><a href="../String.html#normalize_order!-instance_method" title="String#normalize_order! (method)">#normalize_order!</a></span>, <span class='object_link'><a href="../String.html#normalize_trigger-instance_method" title="String#normalize_trigger (method)">#normalize_trigger</a></span>, <span class='object_link'><a href="../String.html#normalize_trigger!-instance_method" title="String#normalize_trigger! (method)">#normalize_trigger!</a></span>, <span class='object_link'><a href="../String.html#remove_self_links-instance_method" title="String#remove_self_links (method)">#remove_self_links</a></span>, <span class='object_link'><a href="../String.html#replace_qualified_urls-instance_method" title="String#replace_qualified_urls (method)">#replace_qualified_urls</a></span>, <span class='object_link'><a href="../String.html#set_type-instance_method" title="String#set_type (method)">#set_type</a></span>, <span class='object_link'><a href="../String.html#simple_wrap-instance_method" title="String#simple_wrap (method)">#simple_wrap</a></span>, <span class='object_link'><a href="../String.html#tag-instance_method" title="String#tag (method)">#tag</a></span>, <span class='object_link'><a href="../String.html#tag!-instance_method" title="String#tag! (method)">#tag!</a></span>, <span class='object_link'><a href="../String.html#time_string-instance_method" title="String#time_string (method)">#time_string</a></span>, <span class='object_link'><a href="../String.html#to_p-instance_method" title="String#to_p (method)">#to_p</a></span>, <span class='object_link'><a href="../String.html#to_rx-instance_method" title="String#to_rx (method)">#to_rx</a></span>, <span class='object_link'><a href="../String.html#to_seconds-instance_method" title="String#to_seconds (method)">#to_seconds</a></span>, <span class='object_link'><a href="../String.html#to_tags-instance_method" title="String#to_tags (method)">#to_tags</a></span>, <span class='object_link'><a href="../String.html#truncate-instance_method" title="String#truncate (method)">#truncate</a></span>, <span class='object_link'><a href="../String.html#truncate!-instance_method" title="String#truncate! (method)">#truncate!</a></span>, <span class='object_link'><a href="../String.html#truncmiddle-instance_method" title="String#truncmiddle (method)">#truncmiddle</a></span>, <span class='object_link'><a href="../String.html#truncmiddle!-instance_method" title="String#truncmiddle! (method)">#truncmiddle!</a></span>, <span class='object_link'><a href="../String.html#truthy%3F-instance_method" title="String#truthy? (method)">#truthy?</a></span>, <span class='object_link'><a href="../String.html#uncolor-instance_method" title="String#uncolor (method)">#uncolor</a></span>, <span class='object_link'><a href="../String.html#uncolor!-instance_method" title="String#uncolor! (method)">#uncolor!</a></span>, <span class='object_link'><a href="../String.html#validate_color-instance_method" title="String#validate_color (method)">#validate_color</a></span>, <span class='object_link'><a href="../String.html#wildcard_to_rx-instance_method" title="String#wildcard_to_rx (method)">#wildcard_to_rx</a></span>, <span class='object_link'><a href="../String.html#wrap-instance_method" title="String#wrap (method)">#wrap</a></span></p>
|
403
|
+
<p class="inherited"><span class='object_link'><a href="../String.html#add_at-instance_method" title="String#add_at (method)">#add_at</a></span>, <span class='object_link'><a href="../String.html#add_tags-instance_method" title="String#add_tags (method)">#add_tags</a></span>, <span class='object_link'><a href="../String.html#add_tags!-instance_method" title="String#add_tags! (method)">#add_tags!</a></span>, <span class='object_link'><a href="../String.html#cap_first-instance_method" title="String#cap_first (method)">#cap_first</a></span>, <span class='object_link'><a href="../String.html#chronify-instance_method" title="String#chronify (method)">#chronify</a></span>, <span class='object_link'><a href="../String.html#chronify_qty-instance_method" title="String#chronify_qty (method)">#chronify_qty</a></span>, <span class='object_link'><a href="../String.html#clean_unlinked_urls-instance_method" title="String#clean_unlinked_urls (method)">#clean_unlinked_urls</a></span>, <span class='object_link'><a href="../String.html#compress-instance_method" title="String#compress (method)">#compress</a></span>, <span class='object_link'><a href="../String.html#compress!-instance_method" title="String#compress! (method)">#compress!</a></span>, <span class='object_link'><a href="../String.html#dedup_tags-instance_method" title="String#dedup_tags (method)">#dedup_tags</a></span>, <span class='object_link'><a href="../String.html#dedup_tags!-instance_method" title="String#dedup_tags! (method)">#dedup_tags!</a></span>, <span class='object_link'><a href="../String.html#expand_date_tags-instance_method" title="String#expand_date_tags (method)">#expand_date_tags</a></span>, <span class='object_link'><a href="../String.html#highlight_search-instance_method" title="String#highlight_search (method)">#highlight_search</a></span>, <span class='object_link'><a href="../String.html#highlight_search!-instance_method" title="String#highlight_search! (method)">#highlight_search!</a></span>, <span class='object_link'><a href="../String.html#highlight_tags-instance_method" title="String#highlight_tags (method)">#highlight_tags</a></span>, <span class='object_link'><a href="../String.html#highlight_tags!-instance_method" title="String#highlight_tags! (method)">#highlight_tags!</a></span>, <span class='object_link'><a href="../String.html#ignore%3F-instance_method" title="String#ignore? (method)">#ignore?</a></span>, <span class='object_link'><a href="../String.html#ignore_case-instance_method" title="String#ignore_case (method)">#ignore_case</a></span>, <span class='object_link'><a href="../String.html#is_rx%3F-instance_method" title="String#is_rx? (method)">#is_rx?</a></span>, <span class='object_link'><a href="../String.html#last_color-instance_method" title="String#last_color (method)">#last_color</a></span>, <span class='object_link'><a href="../String.html#link_urls-instance_method" title="String#link_urls (method)">#link_urls</a></span>, <span class='object_link'><a href="../String.html#link_urls!-instance_method" title="String#link_urls! (method)">#link_urls!</a></span>, <span class='object_link'><a href="../String.html#normalize_age-instance_method" title="String#normalize_age (method)">#normalize_age</a></span>, <span class='object_link'><a href="../String.html#normalize_age!-instance_method" title="String#normalize_age! (method)">#normalize_age!</a></span>, <span class='object_link'><a href="../String.html#normalize_bool-instance_method" title="String#normalize_bool (method)">#normalize_bool</a></span>, <span class='object_link'><a href="../String.html#normalize_bool!-instance_method" title="String#normalize_bool! (method)">#normalize_bool!</a></span>, <span class='object_link'><a href="../String.html#normalize_case-instance_method" title="String#normalize_case (method)">#normalize_case</a></span>, <span class='object_link'><a href="../String.html#normalize_case!-instance_method" title="String#normalize_case! (method)">#normalize_case!</a></span>, <span class='object_link'><a href="../String.html#normalize_matching-instance_method" title="String#normalize_matching (method)">#normalize_matching</a></span>, <span class='object_link'><a href="../String.html#normalize_matching!-instance_method" title="String#normalize_matching! (method)">#normalize_matching!</a></span>, <span class='object_link'><a href="../String.html#normalize_order-instance_method" title="String#normalize_order (method)">#normalize_order</a></span>, <span class='object_link'><a href="../String.html#normalize_order!-instance_method" title="String#normalize_order! (method)">#normalize_order!</a></span>, <span class='object_link'><a href="../String.html#normalize_trigger-instance_method" title="String#normalize_trigger (method)">#normalize_trigger</a></span>, <span class='object_link'><a href="../String.html#normalize_trigger!-instance_method" title="String#normalize_trigger! (method)">#normalize_trigger!</a></span>, <span class='object_link'><a href="../String.html#remove_self_links-instance_method" title="String#remove_self_links (method)">#remove_self_links</a></span>, <span class='object_link'><a href="../String.html#replace_qualified_urls-instance_method" title="String#replace_qualified_urls (method)">#replace_qualified_urls</a></span>, <span class='object_link'><a href="../String.html#set_type-instance_method" title="String#set_type (method)">#set_type</a></span>, <span class='object_link'><a href="../String.html#simple_wrap-instance_method" title="String#simple_wrap (method)">#simple_wrap</a></span>, <span class='object_link'><a href="../String.html#split_date_range-instance_method" title="String#split_date_range (method)">#split_date_range</a></span>, <span class='object_link'><a href="../String.html#tag-instance_method" title="String#tag (method)">#tag</a></span>, <span class='object_link'><a href="../String.html#tag!-instance_method" title="String#tag! (method)">#tag!</a></span>, <span class='object_link'><a href="../String.html#time_string-instance_method" title="String#time_string (method)">#time_string</a></span>, <span class='object_link'><a href="../String.html#to_p-instance_method" title="String#to_p (method)">#to_p</a></span>, <span class='object_link'><a href="../String.html#to_phrase_query-instance_method" title="String#to_phrase_query (method)">#to_phrase_query</a></span>, <span class='object_link'><a href="../String.html#to_rx-instance_method" title="String#to_rx (method)">#to_rx</a></span>, <span class='object_link'><a href="../String.html#to_seconds-instance_method" title="String#to_seconds (method)">#to_seconds</a></span>, <span class='object_link'><a href="../String.html#to_tags-instance_method" title="String#to_tags (method)">#to_tags</a></span>, <span class='object_link'><a href="../String.html#truncate-instance_method" title="String#truncate (method)">#truncate</a></span>, <span class='object_link'><a href="../String.html#truncate!-instance_method" title="String#truncate! (method)">#truncate!</a></span>, <span class='object_link'><a href="../String.html#truncmiddle-instance_method" title="String#truncmiddle (method)">#truncmiddle</a></span>, <span class='object_link'><a href="../String.html#truncmiddle!-instance_method" title="String#truncmiddle! (method)">#truncmiddle!</a></span>, <span class='object_link'><a href="../String.html#truthy%3F-instance_method" title="String#truthy? (method)">#truthy?</a></span>, <span class='object_link'><a href="../String.html#uncolor-instance_method" title="String#uncolor (method)">#uncolor</a></span>, <span class='object_link'><a href="../String.html#uncolor!-instance_method" title="String#uncolor! (method)">#uncolor!</a></span>, <span class='object_link'><a href="../String.html#validate_color-instance_method" title="String#validate_color (method)">#validate_color</a></span>, <span class='object_link'><a href="../String.html#wildcard_to_rx-instance_method" title="String#wildcard_to_rx (method)">#wildcard_to_rx</a></span>, <span class='object_link'><a href="../String.html#wrap-instance_method" title="String#wrap (method)">#wrap</a></span></p>
|
404
404
|
<div id="constructor_details" class="method_details_list">
|
405
405
|
<h2>Constructor Details</h2>
|
406
406
|
|
@@ -703,7 +703,7 @@ of colors and string locations</p>
|
|
703
703
|
</div>
|
704
704
|
|
705
705
|
<div id="footer">
|
706
|
-
Generated on
|
706
|
+
Generated on Tue Jan 18 08:53:02 2022 by
|
707
707
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
708
708
|
0.9.26 (ruby-3.0.1).
|
709
709
|
</div>
|
@@ -836,7 +836,7 @@ in a hidden directory</p>
|
|
836
836
|
</div>
|
837
837
|
|
838
838
|
<div id="footer">
|
839
|
-
Generated on
|
839
|
+
Generated on Tue Jan 18 08:53:02 2022 by
|
840
840
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
841
841
|
0.9.26 (ruby-3.0.1).
|
842
842
|
</div>
|
data/docs/doc/Doing/Util.html
CHANGED
@@ -928,7 +928,7 @@ other_hash - the other hash whose values will be persisted after the merge</p>
|
|
928
928
|
</div>
|
929
929
|
|
930
930
|
<div id="footer">
|
931
|
-
Generated on
|
931
|
+
Generated on Tue Jan 18 08:53:02 2022 by
|
932
932
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
933
933
|
0.9.26 (ruby-3.0.1).
|
934
934
|
</div>
|
data/docs/doc/Doing/WWID.html
CHANGED
@@ -579,7 +579,8 @@
|
|
579
579
|
|
580
580
|
|
581
581
|
|
582
|
-
<span class="summary_desc"><div class='inline'
|
582
|
+
<span class="summary_desc"><div class='inline'><p>Load configuration files and updated the @config attribute with a Doing::Configuration object.</p>
|
583
|
+
</div></span>
|
583
584
|
|
584
585
|
</li>
|
585
586
|
|
@@ -2325,7 +2326,40 @@ untagged keyword</p>
|
|
2325
2326
|
|
2326
2327
|
|
2327
2328
|
|
2328
|
-
</h3>
|
2329
|
+
</h3><div class="docstring">
|
2330
|
+
<div class="discussion">
|
2331
|
+
<p>Load configuration files and updated the @config
|
2332
|
+
attribute with a Doing::Configuration object</p>
|
2333
|
+
|
2334
|
+
|
2335
|
+
</div>
|
2336
|
+
</div>
|
2337
|
+
<div class="tags">
|
2338
|
+
<p class="tag_title">Parameters:</p>
|
2339
|
+
<ul class="param">
|
2340
|
+
|
2341
|
+
<li>
|
2342
|
+
|
2343
|
+
<span class='name'>filename</span>
|
2344
|
+
|
2345
|
+
|
2346
|
+
<span class='type'>(<tt><span class='object_link'><a href="../String.html" title="String (class)">String</a></span></tt>)</span>
|
2347
|
+
|
2348
|
+
|
2349
|
+
<em class="default">(defaults to: <tt>nil</tt>)</em>
|
2350
|
+
|
2351
|
+
|
2352
|
+
—
|
2353
|
+
<div class='inline'><p>(optional) path to
|
2354
|
+
alternative config file</p>
|
2355
|
+
</div>
|
2356
|
+
|
2357
|
+
</li>
|
2358
|
+
|
2359
|
+
</ul>
|
2360
|
+
|
2361
|
+
|
2362
|
+
</div>
|
2329
2363
|
</div>
|
2330
2364
|
|
2331
2365
|
<div class="method_details ">
|
@@ -4662,7 +4696,7 @@ json, or text)</p>
|
|
4662
4696
|
</div>
|
4663
4697
|
|
4664
4698
|
<div id="footer">
|
4665
|
-
Generated on
|
4699
|
+
Generated on Tue Jan 18 08:53:02 2022 by
|
4666
4700
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
4667
4701
|
0.9.26 (ruby-3.0.1).
|
4668
4702
|
</div>
|
data/docs/doc/Doing.html
CHANGED
@@ -119,7 +119,7 @@
|
|
119
119
|
<dt id="VERSION-constant" class="">VERSION =
|
120
120
|
|
121
121
|
</dt>
|
122
|
-
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>2.1.
|
122
|
+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>2.1.19</span><span class='tstring_end'>'</span></span></pre></dd>
|
123
123
|
|
124
124
|
</dl>
|
125
125
|
|
@@ -135,7 +135,7 @@
|
|
135
135
|
</div>
|
136
136
|
|
137
137
|
<div id="footer">
|
138
|
-
Generated on
|
138
|
+
Generated on Tue Jan 18 08:53:02 2022 by
|
139
139
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
140
140
|
0.9.26 (ruby-3.0.1).
|
141
141
|
</div>
|
@@ -753,7 +753,7 @@
|
|
753
753
|
</div>
|
754
754
|
|
755
755
|
<div id="footer">
|
756
|
-
Generated on
|
756
|
+
Generated on Tue Jan 18 08:53:02 2022 by
|
757
757
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
758
758
|
0.9.26 (ruby-3.0.1).
|
759
759
|
</div>
|
data/docs/doc/GLI/Commands.html
CHANGED
@@ -105,7 +105,7 @@
|
|
105
105
|
</div>
|
106
106
|
|
107
107
|
<div id="footer">
|
108
|
-
Generated on
|
108
|
+
Generated on Tue Jan 18 08:53:02 2022 by
|
109
109
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
110
110
|
0.9.26 (ruby-3.0.1).
|
111
111
|
</div>
|
data/docs/doc/GLI.html
CHANGED
@@ -105,7 +105,7 @@
|
|
105
105
|
</div>
|
106
106
|
|
107
107
|
<div id="footer">
|
108
|
-
Generated on
|
108
|
+
Generated on Tue Jan 18 08:53:02 2022 by
|
109
109
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
110
110
|
0.9.26 (ruby-3.0.1).
|
111
111
|
</div>
|
data/docs/doc/Hash.html
CHANGED
@@ -418,7 +418,7 @@
|
|
418
418
|
</div>
|
419
419
|
|
420
420
|
<div id="footer">
|
421
|
-
Generated on
|
421
|
+
Generated on Tue Jan 18 08:53:02 2022 by
|
422
422
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
423
423
|
0.9.26 (ruby-3.0.1).
|
424
424
|
</div>
|
data/docs/doc/Numeric.html
CHANGED
@@ -269,7 +269,7 @@
|
|
269
269
|
</div>
|
270
270
|
|
271
271
|
<div id="footer">
|
272
|
-
Generated on
|
272
|
+
Generated on Tue Jan 18 08:53:02 2022 by
|
273
273
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
274
274
|
0.9.26 (ruby-3.0.1).
|
275
275
|
</div>
|
@@ -162,7 +162,7 @@
|
|
162
162
|
</div>
|
163
163
|
|
164
164
|
<div id="footer">
|
165
|
-
Generated on
|
165
|
+
Generated on Tue Jan 18 08:53:02 2022 by
|
166
166
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
167
167
|
0.9.26 (ruby-3.0.1).
|
168
168
|
</div>
|
@@ -293,7 +293,7 @@
|
|
293
293
|
</div>
|
294
294
|
|
295
295
|
<div id="footer">
|
296
|
-
Generated on
|
296
|
+
Generated on Tue Jan 18 08:53:02 2022 by
|
297
297
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
298
298
|
0.9.26 (ruby-3.0.1).
|
299
299
|
</div>
|
@@ -485,7 +485,7 @@
|
|
485
485
|
</div>
|
486
486
|
|
487
487
|
<div id="footer">
|
488
|
-
Generated on
|
488
|
+
Generated on Tue Jan 18 08:53:02 2022 by
|
489
489
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
490
490
|
0.9.26 (ruby-3.0.1).
|
491
491
|
</div>
|
@@ -126,7 +126,7 @@ A phrase clause generates an Elasticsearch match_phrase query.</p>
|
|
126
126
|
</div>
|
127
127
|
|
128
128
|
<div id="footer">
|
129
|
-
Generated on
|
129
|
+
Generated on Tue Jan 18 08:53:02 2022 by
|
130
130
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
131
131
|
0.9.26 (ruby-3.0.1).
|
132
132
|
</div>
|
@@ -114,7 +114,7 @@
|
|
114
114
|
</div>
|
115
115
|
|
116
116
|
<div id="footer">
|
117
|
-
Generated on
|
117
|
+
Generated on Tue Jan 18 08:53:02 2022 by
|
118
118
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
119
119
|
0.9.26 (ruby-3.0.1).
|
120
120
|
</div>
|
@@ -283,7 +283,7 @@
|
|
283
283
|
</div>
|
284
284
|
|
285
285
|
<div id="footer">
|
286
|
-
Generated on
|
286
|
+
Generated on Tue Jan 18 08:53:02 2022 by
|
287
287
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
288
288
|
0.9.26 (ruby-3.0.1).
|
289
289
|
</div>
|
data/docs/doc/PhraseParser.html
CHANGED
@@ -105,7 +105,7 @@
|
|
105
105
|
</div>
|
106
106
|
|
107
107
|
<div id="footer">
|
108
|
-
Generated on
|
108
|
+
Generated on Tue Jan 18 08:53:02 2022 by
|
109
109
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
110
110
|
0.9.26 (ruby-3.0.1).
|
111
111
|
</div>
|
data/docs/doc/Status.html
CHANGED
@@ -316,7 +316,7 @@
|
|
316
316
|
</div>
|
317
317
|
|
318
318
|
<div id="footer">
|
319
|
-
Generated on
|
319
|
+
Generated on Tue Jan 18 08:53:02 2022 by
|
320
320
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
321
321
|
0.9.26 (ruby-3.0.1).
|
322
322
|
</div>
|