doing 2.1.90 → 2.1.91

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.
Files changed (124) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/Gemfile.lock +1 -1
  4. data/README.md +1 -1
  5. data/bin/commands/tags.rb +1 -1
  6. data/docs/doc/Array.html +1 -1
  7. data/docs/doc/BooleanTermParser/Clause.html +1 -1
  8. data/docs/doc/BooleanTermParser/Operator.html +1 -1
  9. data/docs/doc/BooleanTermParser/Query.html +1 -1
  10. data/docs/doc/BooleanTermParser/QueryParser.html +1 -1
  11. data/docs/doc/BooleanTermParser/QueryTransformer.html +1 -1
  12. data/docs/doc/BooleanTermParser.html +1 -1
  13. data/docs/doc/Doing/ArrayCleanup.html +1 -1
  14. data/docs/doc/Doing/ArrayNestedHash.html +1 -1
  15. data/docs/doc/Doing/ArrayTags.html +1 -1
  16. data/docs/doc/Doing/ByDayExport.html +1 -1
  17. data/docs/doc/Doing/CSVExport.html +1 -1
  18. data/docs/doc/Doing/CalendarImport.html +1 -1
  19. data/docs/doc/Doing/Change.html +1 -1
  20. data/docs/doc/Doing/Changes.html +1 -1
  21. data/docs/doc/Doing/ChronifyArray.html +1 -1
  22. data/docs/doc/Doing/ChronifyNumeric.html +1 -1
  23. data/docs/doc/Doing/ChronifyString.html +1 -1
  24. data/docs/doc/Doing/Color.html +1 -1
  25. data/docs/doc/Doing/Completion/BashCompletions.html +1 -1
  26. data/docs/doc/Doing/Completion/FigCompletions.html +1 -1
  27. data/docs/doc/Doing/Completion/FishCompletions.html +1 -1
  28. data/docs/doc/Doing/Completion/StringUtils.html +1 -1
  29. data/docs/doc/Doing/Completion/ZshCompletions.html +1 -1
  30. data/docs/doc/Doing/Completion.html +1 -1
  31. data/docs/doc/Doing/Configuration.html +1 -1
  32. data/docs/doc/Doing/DayOneRenderer.html +1 -1
  33. data/docs/doc/Doing/DayoneExport.html +1 -1
  34. data/docs/doc/Doing/DoingExport.html +1 -1
  35. data/docs/doc/Doing/DoingImport.html +1 -1
  36. data/docs/doc/Doing/Entry.html +1 -1
  37. data/docs/doc/Doing/Errors/DoingNoTraceError.html +1 -1
  38. data/docs/doc/Doing/Errors/DoingRuntimeError.html +1 -1
  39. data/docs/doc/Doing/Errors/DoingStandardError.html +1 -1
  40. data/docs/doc/Doing/Errors/EmptyInput.html +1 -1
  41. data/docs/doc/Doing/Errors/HistoryLimitError.html +1 -1
  42. data/docs/doc/Doing/Errors/InvalidPlugin.html +1 -1
  43. data/docs/doc/Doing/Errors/MissingBackupFile.html +1 -1
  44. data/docs/doc/Doing/Errors/NoResults.html +1 -1
  45. data/docs/doc/Doing/Errors/PluginException.html +1 -1
  46. data/docs/doc/Doing/Errors/UserCancelled.html +1 -1
  47. data/docs/doc/Doing/Errors/WrongCommand.html +1 -1
  48. data/docs/doc/Doing/Errors.html +1 -1
  49. data/docs/doc/Doing/HTMLExport.html +1 -1
  50. data/docs/doc/Doing/Hooks.html +1 -1
  51. data/docs/doc/Doing/Item.html +1 -1
  52. data/docs/doc/Doing/ItemDates.html +1 -1
  53. data/docs/doc/Doing/ItemQuery.html +1 -1
  54. data/docs/doc/Doing/ItemState.html +1 -1
  55. data/docs/doc/Doing/ItemTags.html +1 -1
  56. data/docs/doc/Doing/Items.html +1 -1
  57. data/docs/doc/Doing/JSONExport.html +1 -1
  58. data/docs/doc/Doing/JSONImport.html +1 -1
  59. data/docs/doc/Doing/Logger.html +1 -1
  60. data/docs/doc/Doing/MarkdownExport.html +1 -1
  61. data/docs/doc/Doing/Note.html +1 -1
  62. data/docs/doc/Doing/Pager.html +1 -1
  63. data/docs/doc/Doing/Plugins.html +1 -1
  64. data/docs/doc/Doing/Prompt.html +1 -1
  65. data/docs/doc/Doing/PromptChoose.html +1 -1
  66. data/docs/doc/Doing/PromptFZF.html +1 -1
  67. data/docs/doc/Doing/PromptInput.html +1 -1
  68. data/docs/doc/Doing/PromptSTD.html +1 -1
  69. data/docs/doc/Doing/PromptYN.html +1 -1
  70. data/docs/doc/Doing/Section.html +1 -1
  71. data/docs/doc/Doing/StringHighlight.html +1 -1
  72. data/docs/doc/Doing/StringNormalize.html +1 -1
  73. data/docs/doc/Doing/StringQuery.html +1 -1
  74. data/docs/doc/Doing/StringTags.html +1 -1
  75. data/docs/doc/Doing/StringTransform.html +1 -1
  76. data/docs/doc/Doing/StringTruncate.html +1 -1
  77. data/docs/doc/Doing/StringURL.html +1 -1
  78. data/docs/doc/Doing/SymbolNormalize.html +1 -1
  79. data/docs/doc/Doing/TaskPaperExport.html +1 -1
  80. data/docs/doc/Doing/TemplateExport.html +1 -1
  81. data/docs/doc/Doing/TemplateString.html +1 -1
  82. data/docs/doc/Doing/TimingImport.html +1 -1
  83. data/docs/doc/Doing/Types.html +1 -1
  84. data/docs/doc/Doing/Util/Backup.html +1 -1
  85. data/docs/doc/Doing/Util.html +1 -1
  86. data/docs/doc/Doing/Version.html +1 -1
  87. data/docs/doc/Doing/WWID.html +1 -1
  88. data/docs/doc/Doing.html +2 -2
  89. data/docs/doc/FalseClass.html +1 -1
  90. data/docs/doc/GLI/Commands/Help.html +1 -1
  91. data/docs/doc/GLI/Commands/MarkdownDocumentListener.html +1 -1
  92. data/docs/doc/GLI/Commands.html +1 -1
  93. data/docs/doc/GLI.html +1 -1
  94. data/docs/doc/Hash.html +1 -1
  95. data/docs/doc/Numeric.html +1 -1
  96. data/docs/doc/Object.html +1 -1
  97. data/docs/doc/PhraseParser/Operator.html +1 -1
  98. data/docs/doc/PhraseParser/PhraseClause.html +1 -1
  99. data/docs/doc/PhraseParser/Query.html +1 -1
  100. data/docs/doc/PhraseParser/QueryParser.html +1 -1
  101. data/docs/doc/PhraseParser/QueryTransformer.html +1 -1
  102. data/docs/doc/PhraseParser/TermClause.html +1 -1
  103. data/docs/doc/PhraseParser.html +1 -1
  104. data/docs/doc/Status.html +1 -1
  105. data/docs/doc/String.html +1 -1
  106. data/docs/doc/Symbol.html +1 -1
  107. data/docs/doc/Time.html +1 -1
  108. data/docs/doc/TrueClass.html +1 -1
  109. data/docs/doc/_index.html +1 -1
  110. data/docs/doc/file.README.html +2 -2
  111. data/docs/doc/index.html +2 -2
  112. data/docs/doc/top-level-namespace.html +1 -1
  113. data/doing.rdoc +1 -30
  114. data/lib/completion/_doing.zsh +0 -4
  115. data/lib/completion/doing.bash +0 -11
  116. data/lib/completion/doing.fish +0 -5
  117. data/lib/completion/doing.ts +0 -40
  118. data/lib/doing/item/item.rb +1 -1
  119. data/lib/doing/item/query.rb +4 -4
  120. data/lib/doing/prompt/input.rb +7 -7
  121. data/lib/doing/version.rb +1 -1
  122. data/lib/doing/wwid/interactive.rb +1 -1
  123. data/lib/doing/wwid/modify.rb +2 -2
  124. metadata +1 -1
@@ -747,7 +747,7 @@ join multiple lines</p>
747
747
  </div>
748
748
 
749
749
  <div id="footer">
750
- Generated on Thu Oct 23 08:05:57 2025 by
750
+ Generated on Fri Dec 5 16:12:00 2025 by
751
751
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
752
752
  0.9.37 (ruby-3.4.4).
753
753
  </div>
@@ -292,7 +292,7 @@ STDOUT</p>
292
292
  </div>
293
293
 
294
294
  <div id="footer">
295
- Generated on Thu Oct 23 08:05:56 2025 by
295
+ Generated on Fri Dec 5 16:12:00 2025 by
296
296
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
297
297
  0.9.37 (ruby-3.4.4).
298
298
  </div>
@@ -1340,7 +1340,7 @@ raised.</p>
1340
1340
  </div>
1341
1341
 
1342
1342
  <div id="footer">
1343
- Generated on Thu Oct 23 08:05:57 2025 by
1343
+ Generated on Fri Dec 5 16:12:00 2025 by
1344
1344
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1345
1345
  0.9.37 (ruby-3.4.4).
1346
1346
  </div>
@@ -326,7 +326,7 @@
326
326
  </div>
327
327
 
328
328
  <div id="footer">
329
- Generated on Thu Oct 23 08:05:57 2025 by
329
+ Generated on Fri Dec 5 16:12:00 2025 by
330
330
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
331
331
  0.9.37 (ruby-3.4.4).
332
332
  </div>
@@ -474,7 +474,7 @@
474
474
  </div>
475
475
 
476
476
  <div id="footer">
477
- Generated on Thu Oct 23 08:05:57 2025 by
477
+ Generated on Fri Dec 5 16:12:00 2025 by
478
478
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
479
479
  0.9.37 (ruby-3.4.4).
480
480
  </div>
@@ -381,7 +381,7 @@ needed</p>
381
381
  </div>
382
382
 
383
383
  <div id="footer">
384
- Generated on Thu Oct 23 08:05:57 2025 by
384
+ Generated on Fri Dec 5 16:12:00 2025 by
385
385
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
386
386
  0.9.37 (ruby-3.4.4).
387
387
  </div>
@@ -562,7 +562,7 @@ true</p>
562
562
  </div>
563
563
 
564
564
  <div id="footer">
565
- Generated on Thu Oct 23 08:05:57 2025 by
565
+ Generated on Fri Dec 5 16:12:00 2025 by
566
566
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
567
567
  0.9.37 (ruby-3.4.4).
568
568
  </div>
@@ -283,7 +283,7 @@
283
283
  </div>
284
284
 
285
285
  <div id="footer">
286
- Generated on Thu Oct 23 08:05:57 2025 by
286
+ Generated on Fri Dec 5 16:12:00 2025 by
287
287
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
288
288
  0.9.37 (ruby-3.4.4).
289
289
  </div>
@@ -227,7 +227,7 @@ response if no input</p>
227
227
  </div>
228
228
 
229
229
  <div id="footer">
230
- Generated on Thu Oct 23 08:05:56 2025 by
230
+ Generated on Fri Dec 5 16:12:00 2025 by
231
231
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
232
232
  0.9.37 (ruby-3.4.4).
233
233
  </div>
@@ -400,7 +400,7 @@
400
400
  </div>
401
401
 
402
402
  <div id="footer">
403
- Generated on Thu Oct 23 08:05:57 2025 by
403
+ Generated on Fri Dec 5 16:12:00 2025 by
404
404
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
405
405
  0.9.37 (ruby-3.4.4).
406
406
  </div>
@@ -523,7 +523,7 @@ may not render the same style.</p>
523
523
  </div>
524
524
 
525
525
  <div id="footer">
526
- Generated on Thu Oct 23 08:05:57 2025 by
526
+ Generated on Fri Dec 5 16:12:00 2025 by
527
527
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
528
528
  0.9.37 (ruby-3.4.4).
529
529
  </div>
@@ -1036,7 +1036,7 @@ to avoid match groups</p>
1036
1036
  </div>
1037
1037
 
1038
1038
  <div id="footer">
1039
- Generated on Thu Oct 23 08:05:56 2025 by
1039
+ Generated on Fri Dec 5 16:12:00 2025 by
1040
1040
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1041
1041
  0.9.37 (ruby-3.4.4).
1042
1042
  </div>
@@ -771,7 +771,7 @@ Uses \S (non-whitespace) instead of . (any character)</p>
771
771
  </div>
772
772
 
773
773
  <div id="footer">
774
- Generated on Thu Oct 23 08:05:57 2025 by
774
+ Generated on Fri Dec 5 16:12:00 2025 by
775
775
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
776
776
  0.9.37 (ruby-3.4.4).
777
777
  </div>
@@ -874,7 +874,7 @@ can include parenthetical values (with spaces)</p>
874
874
  </div>
875
875
 
876
876
  <div id="footer">
877
- Generated on Thu Oct 23 08:05:57 2025 by
877
+ Generated on Fri Dec 5 16:12:00 2025 by
878
878
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
879
879
  0.9.37 (ruby-3.4.4).
880
880
  </div>
@@ -589,7 +589,7 @@ object the string represents</p>
589
589
  </div>
590
590
 
591
591
  <div id="footer">
592
- Generated on Thu Oct 23 08:05:57 2025 by
592
+ Generated on Fri Dec 5 16:12:00 2025 by
593
593
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
594
594
  0.9.37 (ruby-3.4.4).
595
595
  </div>
@@ -438,7 +438,7 @@
438
438
  </div>
439
439
 
440
440
  <div id="footer">
441
- Generated on Thu Oct 23 08:05:57 2025 by
441
+ Generated on Fri Dec 5 16:12:00 2025 by
442
442
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
443
443
  0.9.37 (ruby-3.4.4).
444
444
  </div>
@@ -399,7 +399,7 @@
399
399
  </div>
400
400
 
401
401
  <div id="footer">
402
- Generated on Thu Oct 23 08:05:57 2025 by
402
+ Generated on Fri Dec 5 16:12:00 2025 by
403
403
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
404
404
  0.9.37 (ruby-3.4.4).
405
405
  </div>
@@ -331,7 +331,7 @@
331
331
  </div>
332
332
 
333
333
  <div id="footer">
334
- Generated on Thu Oct 23 08:05:56 2025 by
334
+ Generated on Fri Dec 5 16:12:00 2025 by
335
335
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
336
336
  0.9.37 (ruby-3.4.4).
337
337
  </div>
@@ -212,7 +212,7 @@
212
212
  </div>
213
213
 
214
214
  <div id="footer">
215
- Generated on Thu Oct 23 08:05:57 2025 by
215
+ Generated on Fri Dec 5 16:12:00 2025 by
216
216
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
217
217
  0.9.37 (ruby-3.4.4).
218
218
  </div>
@@ -239,7 +239,7 @@
239
239
  </div>
240
240
 
241
241
  <div id="footer">
242
- Generated on Thu Oct 23 08:05:57 2025 by
242
+ Generated on Fri Dec 5 16:12:00 2025 by
243
243
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
244
244
  0.9.37 (ruby-3.4.4).
245
245
  </div>
@@ -802,7 +802,7 @@ of colors and string locations</p>
802
802
  </div>
803
803
 
804
804
  <div id="footer">
805
- Generated on Thu Oct 23 08:05:57 2025 by
805
+ Generated on Fri Dec 5 16:12:00 2025 by
806
806
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
807
807
  0.9.37 (ruby-3.4.4).
808
808
  </div>
@@ -275,7 +275,7 @@ file</p>
275
275
  </div>
276
276
 
277
277
  <div id="footer">
278
- Generated on Thu Oct 23 08:05:57 2025 by
278
+ Generated on Fri Dec 5 16:12:00 2025 by
279
279
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
280
280
  0.9.37 (ruby-3.4.4).
281
281
  </div>
@@ -241,7 +241,7 @@
241
241
  </div>
242
242
 
243
243
  <div id="footer">
244
- Generated on Thu Oct 23 08:05:56 2025 by
244
+ Generated on Fri Dec 5 16:12:00 2025 by
245
245
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
246
246
  0.9.37 (ruby-3.4.4).
247
247
  </div>
@@ -671,7 +671,7 @@ in a hidden directory</p>
671
671
  </div>
672
672
 
673
673
  <div id="footer">
674
- Generated on Thu Oct 23 08:05:57 2025 by
674
+ Generated on Fri Dec 5 16:12:00 2025 by
675
675
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
676
676
  0.9.37 (ruby-3.4.4).
677
677
  </div>
@@ -977,7 +977,7 @@ the merge</p>
977
977
  </div>
978
978
 
979
979
  <div id="footer">
980
- Generated on Thu Oct 23 08:05:56 2025 by
980
+ Generated on Fri Dec 5 16:12:00 2025 by
981
981
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
982
982
  0.9.37 (ruby-3.4.4).
983
983
  </div>
@@ -513,7 +513,7 @@
513
513
  </div>
514
514
 
515
515
  <div id="footer">
516
- Generated on Thu Oct 23 08:05:57 2025 by
516
+ Generated on Fri Dec 5 16:12:00 2025 by
517
517
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
518
518
  0.9.37 (ruby-3.4.4).
519
519
  </div>
@@ -5157,7 +5157,7 @@ json, or text)</p>
5157
5157
  </div>
5158
5158
 
5159
5159
  <div id="footer">
5160
- Generated on Thu Oct 23 08:05:57 2025 by
5160
+ Generated on Fri Dec 5 16:12:00 2025 by
5161
5161
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
5162
5162
  0.9.37 (ruby-3.4.4).
5163
5163
  </div>
data/docs/doc/Doing.html CHANGED
@@ -122,7 +122,7 @@ url: <a href="https://brettterpstra.com">https://brettterpstra.com</a></p>
122
122
  <dt id="VERSION-constant" class="">VERSION =
123
123
 
124
124
  </dt>
125
- <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>2.1.90</span><span class='tstring_end'>&#39;</span></span></pre></dd>
125
+ <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>2.1.91</span><span class='tstring_end'>&#39;</span></span></pre></dd>
126
126
 
127
127
  </dl>
128
128
 
@@ -138,7 +138,7 @@ url: <a href="https://brettterpstra.com">https://brettterpstra.com</a></p>
138
138
  </div>
139
139
 
140
140
  <div id="footer">
141
- Generated on Thu Oct 23 08:05:56 2025 by
141
+ Generated on Fri Dec 5 16:12:00 2025 by
142
142
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
143
143
  0.9.37 (ruby-3.4.4).
144
144
  </div>
@@ -235,7 +235,7 @@ has content</p>
235
235
  </div>
236
236
 
237
237
  <div id="footer">
238
- Generated on Thu Oct 23 08:05:57 2025 by
238
+ Generated on Fri Dec 5 16:12:00 2025 by
239
239
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
240
240
  0.9.37 (ruby-3.4.4).
241
241
  </div>
@@ -175,7 +175,7 @@
175
175
  </div>
176
176
 
177
177
  <div id="footer">
178
- Generated on Thu Oct 23 08:05:57 2025 by
178
+ Generated on Fri Dec 5 16:12:00 2025 by
179
179
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
180
180
  0.9.37 (ruby-3.4.4).
181
181
  </div>
@@ -753,7 +753,7 @@
753
753
  </div>
754
754
 
755
755
  <div id="footer">
756
- Generated on Thu Oct 23 08:05:57 2025 by
756
+ Generated on Fri Dec 5 16:12:00 2025 by
757
757
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
758
758
  0.9.37 (ruby-3.4.4).
759
759
  </div>
@@ -107,7 +107,7 @@
107
107
  </div>
108
108
 
109
109
  <div id="footer">
110
- Generated on Thu Oct 23 08:05:57 2025 by
110
+ Generated on Fri Dec 5 16:12:00 2025 by
111
111
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
112
112
  0.9.37 (ruby-3.4.4).
113
113
  </div>
data/docs/doc/GLI.html CHANGED
@@ -107,7 +107,7 @@
107
107
  </div>
108
108
 
109
109
  <div id="footer">
110
- Generated on Thu Oct 23 08:05:57 2025 by
110
+ Generated on Fri Dec 5 16:12:00 2025 by
111
111
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
112
112
  0.9.37 (ruby-3.4.4).
113
113
  </div>
data/docs/doc/Hash.html CHANGED
@@ -1000,7 +1000,7 @@ keys are symbols</p>
1000
1000
  </div>
1001
1001
 
1002
1002
  <div id="footer">
1003
- Generated on Thu Oct 23 08:05:57 2025 by
1003
+ Generated on Fri Dec 5 16:12:00 2025 by
1004
1004
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1005
1005
  0.9.37 (ruby-3.4.4).
1006
1006
  </div>
@@ -214,7 +214,7 @@
214
214
  </div>
215
215
 
216
216
  <div id="footer">
217
- Generated on Thu Oct 23 08:05:57 2025 by
217
+ Generated on Fri Dec 5 16:12:00 2025 by
218
218
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
219
219
  0.9.37 (ruby-3.4.4).
220
220
  </div>
data/docs/doc/Object.html CHANGED
@@ -193,7 +193,7 @@ has content</p>
193
193
  </div>
194
194
 
195
195
  <div id="footer">
196
- Generated on Thu Oct 23 08:05:57 2025 by
196
+ Generated on Fri Dec 5 16:12:00 2025 by
197
197
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
198
198
  0.9.37 (ruby-3.4.4).
199
199
  </div>
@@ -172,7 +172,7 @@
172
172
  </div>
173
173
 
174
174
  <div id="footer">
175
- Generated on Thu Oct 23 08:05:57 2025 by
175
+ Generated on Fri Dec 5 16:12:00 2025 by
176
176
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
177
177
  0.9.37 (ruby-3.4.4).
178
178
  </div>
@@ -293,7 +293,7 @@
293
293
  </div>
294
294
 
295
295
  <div id="footer">
296
- Generated on Thu Oct 23 08:05:57 2025 by
296
+ Generated on Fri Dec 5 16:12:00 2025 by
297
297
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
298
298
  0.9.37 (ruby-3.4.4).
299
299
  </div>
@@ -485,7 +485,7 @@
485
485
  </div>
486
486
 
487
487
  <div id="footer">
488
- Generated on Thu Oct 23 08:05:57 2025 by
488
+ Generated on Fri Dec 5 16:12:00 2025 by
489
489
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
490
490
  0.9.37 (ruby-3.4.4).
491
491
  </div>
@@ -142,7 +142,7 @@ A phrase clause generates an Elasticsearch match_phrase query.</p>
142
142
  </div>
143
143
 
144
144
  <div id="footer">
145
- Generated on Thu Oct 23 08:05:57 2025 by
145
+ Generated on Fri Dec 5 16:12:00 2025 by
146
146
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
147
147
  0.9.37 (ruby-3.4.4).
148
148
  </div>
@@ -124,7 +124,7 @@
124
124
  </div>
125
125
 
126
126
  <div id="footer">
127
- Generated on Thu Oct 23 08:05:57 2025 by
127
+ Generated on Fri Dec 5 16:12:00 2025 by
128
128
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129
129
  0.9.37 (ruby-3.4.4).
130
130
  </div>
@@ -293,7 +293,7 @@
293
293
  </div>
294
294
 
295
295
  <div id="footer">
296
- Generated on Thu Oct 23 08:05:57 2025 by
296
+ Generated on Fri Dec 5 16:12:00 2025 by
297
297
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
298
298
  0.9.37 (ruby-3.4.4).
299
299
  </div>
@@ -105,7 +105,7 @@
105
105
  </div>
106
106
 
107
107
  <div id="footer">
108
- Generated on Thu Oct 23 08:05:57 2025 by
108
+ Generated on Fri Dec 5 16:12:00 2025 by
109
109
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
110
110
  0.9.37 (ruby-3.4.4).
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 Thu Oct 23 08:05:56 2025 by
319
+ Generated on Fri Dec 5 16:12:00 2025 by
320
320
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
321
321
  0.9.37 (ruby-3.4.4).
322
322
  </div>
data/docs/doc/String.html CHANGED
@@ -725,7 +725,7 @@ be recognized, e.g. %greensomething still finds
725
725
  </div>
726
726
 
727
727
  <div id="footer">
728
- Generated on Thu Oct 23 08:05:57 2025 by
728
+ Generated on Fri Dec 5 16:12:00 2025 by
729
729
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
730
730
  0.9.37 (ruby-3.4.4).
731
731
  </div>
data/docs/doc/Symbol.html CHANGED
@@ -127,7 +127,7 @@
127
127
  </div>
128
128
 
129
129
  <div id="footer">
130
- Generated on Thu Oct 23 08:05:57 2025 by
130
+ Generated on Fri Dec 5 16:12:00 2025 by
131
131
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
132
132
  0.9.37 (ruby-3.4.4).
133
133
  </div>
data/docs/doc/Time.html CHANGED
@@ -411,7 +411,7 @@ entries get month/day/year/time</p>
411
411
  </div>
412
412
 
413
413
  <div id="footer">
414
- Generated on Thu Oct 23 08:05:57 2025 by
414
+ Generated on Fri Dec 5 16:12:00 2025 by
415
415
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
416
416
  0.9.37 (ruby-3.4.4).
417
417
  </div>
@@ -235,7 +235,7 @@ has content</p>
235
235
  </div>
236
236
 
237
237
  <div id="footer">
238
- Generated on Thu Oct 23 08:05:57 2025 by
238
+ Generated on Fri Dec 5 16:12:00 2025 by
239
239
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
240
240
  0.9.37 (ruby-3.4.4).
241
241
  </div>
data/docs/doc/_index.html CHANGED
@@ -961,7 +961,7 @@
961
961
  </div>
962
962
 
963
963
  <div id="footer">
964
- Generated on Thu Oct 23 08:05:56 2025 by
964
+ Generated on Fri Dec 5 16:12:00 2025 by
965
965
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
966
966
  0.9.37 (ruby-3.4.4).
967
967
  </div>
@@ -71,7 +71,7 @@ you&#39;ve done.</strong></p>
71
71
 
72
72
  <!--README-->
73
73
 
74
- <p>The current version of <code>doing</code> is &lt;!--VER--&gt;2.1.88&lt;!--END VER--&gt;.</p>
74
+ <p>The current version of <code>doing</code> is &lt;!--VER--&gt;2.1.90&lt;!--END VER--&gt;.</p>
75
75
 
76
76
  <p>Find all of the documentation in the <a href="https://github.com/ttscoff/doing/wiki">doing wiki</a>.</p>
77
77
 
@@ -153,7 +153,7 @@ with changes. Please target the <code>develop</code> branch with pull requests.<
153
153
  </div></div>
154
154
 
155
155
  <div id="footer">
156
- Generated on Thu Oct 23 08:05:56 2025 by
156
+ Generated on Fri Dec 5 16:12:00 2025 by
157
157
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
158
158
  0.9.37 (ruby-3.4.4).
159
159
  </div>
data/docs/doc/index.html CHANGED
@@ -71,7 +71,7 @@ you&#39;ve done.</strong></p>
71
71
 
72
72
  <!--README-->
73
73
 
74
- <p>The current version of <code>doing</code> is &lt;!--VER--&gt;2.1.88&lt;!--END VER--&gt;.</p>
74
+ <p>The current version of <code>doing</code> is &lt;!--VER--&gt;2.1.90&lt;!--END VER--&gt;.</p>
75
75
 
76
76
  <p>Find all of the documentation in the <a href="https://github.com/ttscoff/doing/wiki">doing wiki</a>.</p>
77
77
 
@@ -153,7 +153,7 @@ with changes. Please target the <code>develop</code> branch with pull requests.<
153
153
  </div></div>
154
154
 
155
155
  <div id="footer">
156
- Generated on Thu Oct 23 08:05:56 2025 by
156
+ Generated on Fri Dec 5 16:12:00 2025 by
157
157
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
158
158
  0.9.37 (ruby-3.4.4).
159
159
  </div>
@@ -216,7 +216,7 @@
216
216
  </div>
217
217
 
218
218
  <div id="footer">
219
- Generated on Thu Oct 23 08:05:56 2025 by
219
+ Generated on Fri Dec 5 16:12:00 2025 by
220
220
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
221
221
  0.9.37 (ruby-3.4.4).
222
222
  </div>
data/doing.rdoc CHANGED
@@ -5,7 +5,7 @@ record of what you've been doing, complete with tag-based time tracking. The
5
5
  command line tool allows you to add entries, annotate with tags and notes, and
6
6
  view your entries with myriad options, with a focus on a "natural" language syntax.
7
7
 
8
- v2.1.90
8
+ v2.1.91
9
9
 
10
10
  === Global Options
11
11
  === --config_file arg
@@ -1289,35 +1289,6 @@ Force exact search string matching (case sensitive)
1289
1289
 
1290
1290
 
1291
1291
 
1292
- ==== Command: <tt>later ENTRY</tt>
1293
- Add an item to the Later section
1294
-
1295
-
1296
- ===== Options
1297
- ===== -b|--back|--started DATE_STRING
1298
-
1299
- Backdate start time to date string [4pm|20m|2h|yesterday noon]
1300
-
1301
- [Default Value] None
1302
-
1303
-
1304
- ===== -n|--note TEXT
1305
-
1306
- Note
1307
-
1308
- [Default Value] None
1309
-
1310
-
1311
- ===== --ask
1312
- Prompt for note via multi-line input
1313
-
1314
-
1315
-
1316
- ===== -e|--editor
1317
- Edit entry with vim
1318
-
1319
-
1320
-
1321
1292
  ==== Command: <tt>mark|flag </tt>
1322
1293
  Mark last entry as flagged
1323
1294