doing 2.1.16 → 2.1.21
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 +13 -12
- data/.yardoc/object_types +0 -0
- data/.yardoc/objects/root.dat +0 -0
- data/CHANGELOG.md +136 -53
- data/Gemfile.lock +11 -11
- data/README.md +1 -1
- data/Rakefile +10 -4
- data/bin/doing +146 -169
- data/docs/doc/Array.html +3 -3
- data/docs/doc/BooleanTermParser/Clause.html +3 -3
- data/docs/doc/BooleanTermParser/Operator.html +3 -3
- data/docs/doc/BooleanTermParser/Query.html +3 -3
- data/docs/doc/BooleanTermParser/QueryParser.html +3 -3
- data/docs/doc/BooleanTermParser/QueryTransformer.html +3 -3
- data/docs/doc/BooleanTermParser.html +3 -3
- data/docs/doc/Doing/Color.html +8 -4
- data/docs/doc/Doing/Completion.html +3 -3
- data/docs/doc/Doing/Configuration.html +7 -5
- data/docs/doc/Doing/Errors/DoingNoTraceError.html +3 -3
- data/docs/doc/Doing/Errors/DoingRuntimeError.html +3 -3
- data/docs/doc/Doing/Errors/DoingStandardError.html +3 -3
- data/docs/doc/Doing/Errors/EmptyInput.html +3 -3
- data/docs/doc/Doing/Errors/NoResults.html +3 -3
- data/docs/doc/Doing/Errors/PluginException.html +3 -3
- data/docs/doc/Doing/Errors/UserCancelled.html +3 -3
- data/docs/doc/Doing/Errors/WrongCommand.html +3 -3
- data/docs/doc/Doing/Errors.html +3 -3
- data/docs/doc/Doing/Hooks.html +3 -3
- data/docs/doc/Doing/Item.html +121 -3
- data/docs/doc/Doing/Items.html +3 -3
- data/docs/doc/Doing/LogAdapter.html +3 -3
- data/docs/doc/Doing/Note.html +3 -3
- data/docs/doc/Doing/Pager.html +3 -3
- data/docs/doc/Doing/Plugins.html +3 -3
- data/docs/doc/Doing/Prompt.html +3 -3
- data/docs/doc/Doing/Section.html +3 -3
- data/docs/doc/Doing/TemplateString.html +4 -4
- data/docs/doc/Doing/Util/Backup.html +3 -3
- data/docs/doc/Doing/Util.html +3 -3
- data/docs/doc/Doing/WWID.html +66 -8
- data/docs/doc/Doing.html +4 -4
- data/docs/doc/GLI/Commands/MarkdownDocumentListener.html +3 -3
- data/docs/doc/GLI/Commands.html +3 -3
- data/docs/doc/GLI.html +3 -3
- data/docs/doc/Hash.html +3 -3
- data/docs/doc/Numeric.html +3 -3
- data/docs/doc/PhraseParser/Operator.html +3 -3
- data/docs/doc/PhraseParser/PhraseClause.html +3 -3
- data/docs/doc/PhraseParser/Query.html +3 -3
- data/docs/doc/PhraseParser/QueryParser.html +3 -3
- data/docs/doc/PhraseParser/QueryTransformer.html +3 -3
- data/docs/doc/PhraseParser/TermClause.html +3 -3
- data/docs/doc/PhraseParser.html +3 -3
- data/docs/doc/Status.html +3 -3
- data/docs/doc/String.html +230 -17
- data/docs/doc/Symbol.html +3 -3
- data/docs/doc/Time.html +3 -3
- data/docs/doc/_index.html +4 -4
- data/docs/doc/file.README.html +4 -4
- data/docs/doc/frames.html +1 -1
- data/docs/doc/index.html +4 -4
- data/docs/doc/method_list.html +311 -239
- data/docs/doc/top-level-namespace.html +94 -3
- data/doing.gemspec +1 -1
- data/doing.rdoc +35 -6
- data/lib/completion/_doing.zsh +10 -10
- data/lib/completion/doing.bash +16 -16
- data/lib/completion/doing.fish +97 -15
- data/lib/doing/colors.rb +4 -0
- data/lib/doing/completion/fish_completion.rb +80 -11
- data/lib/doing/configuration.rb +3 -1
- data/lib/doing/hash.rb +1 -1
- data/lib/doing/item.rb +51 -0
- data/lib/doing/items.rb +3 -1
- data/lib/doing/log_adapter.rb +2 -2
- data/lib/doing/pager.rb +1 -1
- data/lib/doing/plugins/export/dayone_export.rb +1 -1
- data/lib/doing/plugins/export/markdown_export.rb +1 -1
- data/lib/doing/plugins/export/template_export.rb +2 -0
- data/lib/doing/prompt.rb +16 -5
- data/lib/doing/string.rb +54 -0
- data/lib/doing/string_chronify.rb +55 -17
- data/lib/doing/types.rb +19 -0
- data/lib/doing/version.rb +1 -1
- data/lib/doing/wwid.rb +80 -52
- data/lib/examples/commands/later.rb +32 -0
- data/lib/helpers/threaded_tests.rb +250 -0
- metadata +9 -6
data/docs/doc/Doing/Item.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: Doing::Item
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.27
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -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,9 +2195,9 @@ 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 Thu Jan 20 12:10:33 2022 by
|
2081
2199
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
2082
|
-
0.9.
|
2200
|
+
0.9.27 (ruby-3.0.1).
|
2083
2201
|
</div>
|
2084
2202
|
|
2085
2203
|
</div>
|
data/docs/doc/Doing/Items.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: Doing::Items
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.27
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -890,9 +890,9 @@ specified section</p>
|
|
890
890
|
</div>
|
891
891
|
|
892
892
|
<div id="footer">
|
893
|
-
Generated on
|
893
|
+
Generated on Thu Jan 20 12:10:33 2022 by
|
894
894
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
895
|
-
0.9.
|
895
|
+
0.9.27 (ruby-3.0.1).
|
896
896
|
</div>
|
897
897
|
|
898
898
|
</div>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: Doing::LogAdapter
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.27
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -1797,9 +1797,9 @@ message (optional)</p>
|
|
1797
1797
|
</div>
|
1798
1798
|
|
1799
1799
|
<div id="footer">
|
1800
|
-
Generated on
|
1800
|
+
Generated on Thu Jan 20 12:10:33 2022 by
|
1801
1801
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1802
|
-
0.9.
|
1802
|
+
0.9.27 (ruby-3.0.1).
|
1803
1803
|
</div>
|
1804
1804
|
|
1805
1805
|
</div>
|
data/docs/doc/Doing/Note.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: Doing::Note
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.27
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -627,9 +627,9 @@ content</p>
|
|
627
627
|
</div>
|
628
628
|
|
629
629
|
<div id="footer">
|
630
|
-
Generated on
|
630
|
+
Generated on Thu Jan 20 12:10:33 2022 by
|
631
631
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
632
|
-
0.9.
|
632
|
+
0.9.27 (ruby-3.0.1).
|
633
633
|
</div>
|
634
634
|
|
635
635
|
</div>
|
data/docs/doc/Doing/Pager.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Module: Doing::Pager
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.27
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -296,9 +296,9 @@ STDOUT</p>
|
|
296
296
|
</div>
|
297
297
|
|
298
298
|
<div id="footer">
|
299
|
-
Generated on
|
299
|
+
Generated on Thu Jan 20 12:10:33 2022 by
|
300
300
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
301
|
-
0.9.
|
301
|
+
0.9.27 (ruby-3.0.1).
|
302
302
|
</div>
|
303
303
|
|
304
304
|
</div>
|
data/docs/doc/Doing/Plugins.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Module: Doing::Plugins
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.27
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -1235,9 +1235,9 @@ e.g. :imp => :import</p>
|
|
1235
1235
|
</div>
|
1236
1236
|
|
1237
1237
|
<div id="footer">
|
1238
|
-
Generated on
|
1238
|
+
Generated on Thu Jan 20 12:10:33 2022 by
|
1239
1239
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1240
|
-
0.9.
|
1240
|
+
0.9.27 (ruby-3.0.1).
|
1241
1241
|
</div>
|
1242
1242
|
|
1243
1243
|
</div>
|
data/docs/doc/Doing/Prompt.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Module: Doing::Prompt
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.27
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -932,9 +932,9 @@ response if no input</p>
|
|
932
932
|
</div>
|
933
933
|
|
934
934
|
<div id="footer">
|
935
|
-
Generated on
|
935
|
+
Generated on Thu Jan 20 12:10:33 2022 by
|
936
936
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
937
|
-
0.9.
|
937
|
+
0.9.27 (ruby-3.0.1).
|
938
938
|
</div>
|
939
939
|
|
940
940
|
</div>
|
data/docs/doc/Doing/Section.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: Doing::Section
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.27
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -344,9 +344,9 @@
|
|
344
344
|
</div>
|
345
345
|
|
346
346
|
<div id="footer">
|
347
|
-
Generated on
|
347
|
+
Generated on Thu Jan 20 12:10:33 2022 by
|
348
348
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
349
|
-
0.9.
|
349
|
+
0.9.27 (ruby-3.0.1).
|
350
350
|
</div>
|
351
351
|
|
352
352
|
</div>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: Doing::TemplateString
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.27
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -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#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_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_range%3F-instance_method" title="String#is_range? (method)">#is_range?</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_bool-instance_method" title="String#to_bool (method)">#to_bool</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,9 +703,9 @@ of colors and string locations</p>
|
|
703
703
|
</div>
|
704
704
|
|
705
705
|
<div id="footer">
|
706
|
-
Generated on
|
706
|
+
Generated on Thu Jan 20 12:10:33 2022 by
|
707
707
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
708
|
-
0.9.
|
708
|
+
0.9.27 (ruby-3.0.1).
|
709
709
|
</div>
|
710
710
|
|
711
711
|
</div>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Module: Doing::Util::Backup
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.27
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -836,9 +836,9 @@ in a hidden directory</p>
|
|
836
836
|
</div>
|
837
837
|
|
838
838
|
<div id="footer">
|
839
|
-
Generated on
|
839
|
+
Generated on Thu Jan 20 12:10:33 2022 by
|
840
840
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
841
|
-
0.9.
|
841
|
+
0.9.27 (ruby-3.0.1).
|
842
842
|
</div>
|
843
843
|
|
844
844
|
</div>
|
data/docs/doc/Doing/Util.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Module: Doing::Util
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.27
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -928,9 +928,9 @@ 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 Thu Jan 20 12:10:33 2022 by
|
932
932
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
933
|
-
0.9.
|
933
|
+
0.9.27 (ruby-3.0.1).
|
934
934
|
</div>
|
935
935
|
|
936
936
|
</div>
|
data/docs/doc/Doing/WWID.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: Doing::WWID
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.27
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -399,6 +399,28 @@
|
|
399
399
|
<span class="summary_desc"><div class='inline'><p>Adds an entry.</p>
|
400
400
|
</div></span>
|
401
401
|
|
402
|
+
</li>
|
403
|
+
|
404
|
+
|
405
|
+
<li class="public ">
|
406
|
+
<span class="summary_signature">
|
407
|
+
|
408
|
+
<a href="#add_with_editor-instance_method" title="#add_with_editor (instance method)">#<strong>add_with_editor</strong>(**options) ⇒ Object </a>
|
409
|
+
|
410
|
+
|
411
|
+
|
412
|
+
</span>
|
413
|
+
|
414
|
+
|
415
|
+
|
416
|
+
|
417
|
+
|
418
|
+
|
419
|
+
|
420
|
+
|
421
|
+
|
422
|
+
<span class="summary_desc"><div class='inline'></div></span>
|
423
|
+
|
402
424
|
</li>
|
403
425
|
|
404
426
|
|
@@ -427,7 +449,7 @@
|
|
427
449
|
<li class="public ">
|
428
450
|
<span class="summary_signature">
|
429
451
|
|
430
|
-
<a href="#archive-instance_method" title="#archive (instance method)">#<strong>archive</strong>(section =
|
452
|
+
<a href="#archive-instance_method" title="#archive (instance method)">#<strong>archive</strong>(section = , options) ⇒ Object </a>
|
431
453
|
|
432
454
|
|
433
455
|
|
@@ -1138,7 +1160,7 @@
|
|
1138
1160
|
<li class="public ">
|
1139
1161
|
<span class="summary_signature">
|
1140
1162
|
|
1141
|
-
<a href="#next_item-instance_method" title="#next_item (instance method)">#<strong>next_item</strong>(item, options) ⇒ Item </a>
|
1163
|
+
<a href="#next_item-instance_method" title="#next_item (instance method)">#<strong>next_item</strong>(item, options = {}) ⇒ Item </a>
|
1142
1164
|
|
1143
1165
|
|
1144
1166
|
|
@@ -2044,6 +2066,40 @@
|
|
2044
2066
|
|
2045
2067
|
|
2046
2068
|
|
2069
|
+
</div>
|
2070
|
+
</div>
|
2071
|
+
|
2072
|
+
<div class="method_details ">
|
2073
|
+
<h3 class="signature " id="add_with_editor-instance_method">
|
2074
|
+
|
2075
|
+
#<strong>add_with_editor</strong>(**options) ⇒ <tt>Object</tt>
|
2076
|
+
|
2077
|
+
|
2078
|
+
|
2079
|
+
|
2080
|
+
|
2081
|
+
</h3><div class="docstring">
|
2082
|
+
<div class="discussion">
|
2083
|
+
|
2084
|
+
|
2085
|
+
</div>
|
2086
|
+
</div>
|
2087
|
+
<div class="tags">
|
2088
|
+
|
2089
|
+
<p class="tag_title">Raises:</p>
|
2090
|
+
<ul class="raise">
|
2091
|
+
|
2092
|
+
<li>
|
2093
|
+
|
2094
|
+
|
2095
|
+
<span class='type'>(<tt>MissingEditor</tt>)</span>
|
2096
|
+
|
2097
|
+
|
2098
|
+
|
2099
|
+
</li>
|
2100
|
+
|
2101
|
+
</ul>
|
2102
|
+
|
2047
2103
|
</div>
|
2048
2104
|
</div>
|
2049
2105
|
|
@@ -2062,7 +2118,7 @@
|
|
2062
2118
|
<div class="method_details ">
|
2063
2119
|
<h3 class="signature " id="archive-instance_method">
|
2064
2120
|
|
2065
|
-
#<strong>archive</strong>(section =
|
2121
|
+
#<strong>archive</strong>(section = , options) ⇒ <tt>Object</tt>
|
2066
2122
|
|
2067
2123
|
|
2068
2124
|
|
@@ -2088,7 +2144,7 @@
|
|
2088
2144
|
<span class='type'>(<tt><span class='object_link'><a href="../String.html" title="String (class)">String</a></span></tt>)</span>
|
2089
2145
|
|
2090
2146
|
|
2091
|
-
<em class="default">(defaults to: <tt
|
2147
|
+
<em class="default">(defaults to: <tt></tt>)</em>
|
2092
2148
|
|
2093
2149
|
|
2094
2150
|
—
|
@@ -3700,7 +3756,7 @@ All</p>
|
|
3700
3756
|
<div class="method_details ">
|
3701
3757
|
<h3 class="signature " id="next_item-instance_method">
|
3702
3758
|
|
3703
|
-
#<strong>next_item</strong>(item, options) ⇒ <tt><span class='object_link'><a href="Item.html" title="Doing::Item (class)">Item</a></span></tt>
|
3759
|
+
#<strong>next_item</strong>(item, options = {}) ⇒ <tt><span class='object_link'><a href="Item.html" title="Doing::Item (class)">Item</a></span></tt>
|
3704
3760
|
|
3705
3761
|
|
3706
3762
|
|
@@ -3740,6 +3796,8 @@ All</p>
|
|
3740
3796
|
<span class='type'>(<tt><span class='object_link'><a href="../Hash.html" title="Hash (class)">Hash</a></span></tt>)</span>
|
3741
3797
|
|
3742
3798
|
|
3799
|
+
<em class="default">(defaults to: <tt>{}</tt>)</em>
|
3800
|
+
|
3743
3801
|
|
3744
3802
|
—
|
3745
3803
|
<div class='inline'><p>additional options</p>
|
@@ -4696,9 +4754,9 @@ json, or text)</p>
|
|
4696
4754
|
</div>
|
4697
4755
|
|
4698
4756
|
<div id="footer">
|
4699
|
-
Generated on
|
4757
|
+
Generated on Thu Jan 20 12:10:33 2022 by
|
4700
4758
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
4701
|
-
0.9.
|
4759
|
+
0.9.27 (ruby-3.0.1).
|
4702
4760
|
</div>
|
4703
4761
|
|
4704
4762
|
</div>
|
data/docs/doc/Doing.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Module: Doing
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.27
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -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.21</span><span class='tstring_end'>'</span></span></pre></dd>
|
123
123
|
|
124
124
|
</dl>
|
125
125
|
|
@@ -135,9 +135,9 @@
|
|
135
135
|
</div>
|
136
136
|
|
137
137
|
<div id="footer">
|
138
|
-
Generated on
|
138
|
+
Generated on Thu Jan 20 12:10:33 2022 by
|
139
139
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
140
|
-
0.9.
|
140
|
+
0.9.27 (ruby-3.0.1).
|
141
141
|
</div>
|
142
142
|
|
143
143
|
</div>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Class: GLI::Commands::MarkdownDocumentListener
|
8
8
|
|
9
|
-
— Documentation by YARD 0.9.
|
9
|
+
— Documentation by YARD 0.9.27
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -753,9 +753,9 @@
|
|
753
753
|
</div>
|
754
754
|
|
755
755
|
<div id="footer">
|
756
|
-
Generated on
|
756
|
+
Generated on Thu Jan 20 12:10:33 2022 by
|
757
757
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
758
|
-
0.9.
|
758
|
+
0.9.27 (ruby-3.0.1).
|
759
759
|
</div>
|
760
760
|
|
761
761
|
</div>
|