doing 2.1.24 → 2.1.25

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 (90) hide show
  1. checksums.yaml +4 -4
  2. data/.yardoc/checksums +11 -10
  3. data/.yardoc/object_types +0 -0
  4. data/.yardoc/objects/root.dat +0 -0
  5. data/CHANGELOG.md +17 -0
  6. data/Gemfile.lock +1 -1
  7. data/README.md +1 -1
  8. data/Rakefile +2 -1
  9. data/bin/doing +81 -37
  10. data/docs/doc/Array.html +70 -7
  11. data/docs/doc/BooleanTermParser/Clause.html +5 -5
  12. data/docs/doc/BooleanTermParser/Operator.html +4 -4
  13. data/docs/doc/BooleanTermParser/Query.html +8 -8
  14. data/docs/doc/BooleanTermParser/QueryParser.html +2 -2
  15. data/docs/doc/BooleanTermParser/QueryTransformer.html +2 -2
  16. data/docs/doc/BooleanTermParser.html +1 -1
  17. data/docs/doc/Doing/Color.html +4 -4
  18. data/docs/doc/Doing/Completion.html +2 -2
  19. data/docs/doc/Doing/Configuration.html +14 -16
  20. data/docs/doc/Doing/Errors/DoingNoTraceError.html +2 -2
  21. data/docs/doc/Doing/Errors/DoingRuntimeError.html +2 -2
  22. data/docs/doc/Doing/Errors/DoingStandardError.html +2 -2
  23. data/docs/doc/Doing/Errors/EmptyInput.html +2 -2
  24. data/docs/doc/Doing/Errors/NoResults.html +2 -2
  25. data/docs/doc/Doing/Errors/PluginException.html +3 -3
  26. data/docs/doc/Doing/Errors/UserCancelled.html +2 -2
  27. data/docs/doc/Doing/Errors/WrongCommand.html +2 -2
  28. data/docs/doc/Doing/Errors.html +1 -1
  29. data/docs/doc/Doing/Hooks.html +6 -6
  30. data/docs/doc/Doing/Item.html +50 -16
  31. data/docs/doc/Doing/Items.html +10 -10
  32. data/docs/doc/Doing/LogAdapter.html +24 -24
  33. data/docs/doc/Doing/Note.html +7 -7
  34. data/docs/doc/Doing/Pager.html +4 -4
  35. data/docs/doc/Doing/Plugins.html +7 -7
  36. data/docs/doc/Doing/Prompt.html +14 -14
  37. data/docs/doc/Doing/Section.html +6 -6
  38. data/docs/doc/Doing/TemplateString.html +8 -8
  39. data/docs/doc/Doing/Types.html +6 -1
  40. data/docs/doc/Doing/Util/Backup.html +10 -10
  41. data/docs/doc/Doing/Util.html +15 -15
  42. data/docs/doc/Doing/WWID.html +65 -53
  43. data/docs/doc/Doing.html +3 -3
  44. data/docs/doc/GLI/Commands/Help.html +3 -3
  45. data/docs/doc/GLI/Commands/MarkdownDocumentListener.html +17 -17
  46. data/docs/doc/GLI/Commands.html +1 -1
  47. data/docs/doc/GLI.html +1 -1
  48. data/docs/doc/Hash.html +45 -11
  49. data/docs/doc/Numeric.html +5 -5
  50. data/docs/doc/PhraseParser/Operator.html +4 -4
  51. data/docs/doc/PhraseParser/PhraseClause.html +5 -5
  52. data/docs/doc/PhraseParser/Query.html +10 -10
  53. data/docs/doc/PhraseParser/QueryParser.html +2 -2
  54. data/docs/doc/PhraseParser/QueryTransformer.html +2 -2
  55. data/docs/doc/PhraseParser/TermClause.html +5 -5
  56. data/docs/doc/PhraseParser.html +1 -1
  57. data/docs/doc/Status.html +7 -7
  58. data/docs/doc/String.html +107 -44
  59. data/docs/doc/Symbol.html +8 -8
  60. data/docs/doc/Time.html +6 -6
  61. data/docs/doc/_index.html +41 -18
  62. data/docs/doc/class_list.html +1 -1
  63. data/docs/doc/file.README.html +2 -2
  64. data/docs/doc/index.html +2 -2
  65. data/docs/doc/method_list.html +369 -313
  66. data/docs/doc/top-level-namespace.html +2 -2
  67. data/doing.rdoc +19 -11
  68. data/example_plugin.rb +2 -2
  69. data/lib/completion/_doing.zsh +12 -12
  70. data/lib/completion/doing.bash +2 -2
  71. data/lib/completion/doing.fish +9 -8
  72. data/lib/doing/changelog/changes.rb +1 -1
  73. data/lib/doing/configuration.rb +4 -6
  74. data/lib/doing/good.rb +64 -0
  75. data/lib/doing/hash.rb +4 -0
  76. data/lib/doing/hooks.rb +3 -3
  77. data/lib/doing/item.rb +14 -10
  78. data/lib/doing/plugins/import/calendar_import.rb +1 -1
  79. data/lib/doing/plugins/import/doing_import.rb +1 -1
  80. data/lib/doing/plugins/import/timing_import.rb +1 -1
  81. data/lib/doing/string.rb +1 -1
  82. data/lib/doing/template_string.rb +2 -2
  83. data/lib/doing/types.rb +1 -0
  84. data/lib/doing/util.rb +10 -10
  85. data/lib/doing/version.rb +1 -1
  86. data/lib/doing/wwid.rb +40 -18
  87. data/lib/doing.rb +1 -0
  88. data/lib/helpers/threaded_tests.rb +35 -64
  89. data/lib/helpers/threaded_tests_string.rb +50 -0
  90. metadata +4 -2
@@ -69,10 +69,10 @@
69
69
  <dl>
70
70
  <dt>Inherits:</dt>
71
71
  <dd>
72
- <span class="inheritName">Object</span>
72
+ <span class="inheritName"><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></span>
73
73
 
74
74
  <ul class="fullTree">
75
- <li>Object</li>
75
+ <li><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></li>
76
76
 
77
77
  <li class="next">Doing::WWID</li>
78
78
 
@@ -1572,7 +1572,7 @@
1572
1572
  <div class="method_details first">
1573
1573
  <h3 class="signature first" id="additional_configs-instance_method">
1574
1574
 
1575
- #<strong>additional_configs</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
1575
+ #<strong>additional_configs</strong> &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt> <span class="extras">(readonly)</span>
1576
1576
 
1577
1577
 
1578
1578
 
@@ -1596,7 +1596,7 @@
1596
1596
  <div class="method_details ">
1597
1597
  <h3 class="signature " id="auto_tag-instance_method">
1598
1598
 
1599
- #<strong>auto_tag</strong> &#x21d2; <tt>Object</tt>
1599
+ #<strong>auto_tag</strong> &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
1600
1600
 
1601
1601
 
1602
1602
 
@@ -1620,7 +1620,7 @@
1620
1620
  <div class="method_details ">
1621
1621
  <h3 class="signature " id="config-instance_method">
1622
1622
 
1623
- #<strong>config</strong> &#x21d2; <tt>Object</tt>
1623
+ #<strong>config</strong> &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
1624
1624
 
1625
1625
 
1626
1626
 
@@ -1644,7 +1644,7 @@
1644
1644
  <div class="method_details ">
1645
1645
  <h3 class="signature " id="config_file-instance_method">
1646
1646
 
1647
- #<strong>config_file</strong> &#x21d2; <tt>Object</tt>
1647
+ #<strong>config_file</strong> &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
1648
1648
 
1649
1649
 
1650
1650
 
@@ -1668,7 +1668,7 @@
1668
1668
  <div class="method_details ">
1669
1669
  <h3 class="signature " id="content-instance_method">
1670
1670
 
1671
- #<strong>content</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
1671
+ #<strong>content</strong> &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt> <span class="extras">(readonly)</span>
1672
1672
 
1673
1673
 
1674
1674
 
@@ -1692,7 +1692,7 @@
1692
1692
  <div class="method_details ">
1693
1693
  <h3 class="signature " id="current_section-instance_method">
1694
1694
 
1695
- #<strong>current_section</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
1695
+ #<strong>current_section</strong> &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt> <span class="extras">(readonly)</span>
1696
1696
 
1697
1697
 
1698
1698
 
@@ -1716,7 +1716,7 @@
1716
1716
  <div class="method_details ">
1717
1717
  <h3 class="signature " id="default_option-instance_method">
1718
1718
 
1719
- #<strong>default_option</strong> &#x21d2; <tt>Object</tt>
1719
+ #<strong>default_option</strong> &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
1720
1720
 
1721
1721
 
1722
1722
 
@@ -1740,7 +1740,7 @@
1740
1740
  <div class="method_details ">
1741
1741
  <h3 class="signature " id="doing_file-instance_method">
1742
1742
 
1743
- #<strong>doing_file</strong> &#x21d2; <tt>Object</tt> <span class="extras">(readonly)</span>
1743
+ #<strong>doing_file</strong> &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt> <span class="extras">(readonly)</span>
1744
1744
 
1745
1745
 
1746
1746
 
@@ -1769,7 +1769,7 @@
1769
1769
  <div class="method_details first">
1770
1770
  <h3 class="signature first" id="act_on-instance_method">
1771
1771
 
1772
- #<strong>act_on</strong>(items, opt) &#x21d2; <tt>Object</tt>
1772
+ #<strong>act_on</strong>(items, opt) &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
1773
1773
 
1774
1774
 
1775
1775
 
@@ -1938,7 +1938,7 @@
1938
1938
  <div class="method_details ">
1939
1939
  <h3 class="signature " id="add_item-instance_method">
1940
1940
 
1941
- #<strong>add_item</strong>(title, section = nil, opt) &#x21d2; <tt>Object</tt>
1941
+ #<strong>add_item</strong>(title, section = nil, opt) &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
1942
1942
 
1943
1943
 
1944
1944
 
@@ -2062,6 +2062,18 @@
2062
2062
 
2063
2063
  </li>
2064
2064
 
2065
+ <li>
2066
+ <span class="name">:done</span>
2067
+ <span class="type">(<tt>Date</tt>)</span>
2068
+ <span class="default">
2069
+
2070
+ </span>
2071
+
2072
+ &mdash; <div class='inline'><p>If set, adds a @done tag to new entry</p>
2073
+ </div>
2074
+
2075
+ </li>
2076
+
2065
2077
  </ul>
2066
2078
 
2067
2079
 
@@ -2072,7 +2084,7 @@
2072
2084
  <div class="method_details ">
2073
2085
  <h3 class="signature " id="add_with_editor-instance_method">
2074
2086
 
2075
- #<strong>add_with_editor</strong>(**options) &#x21d2; <tt>Object</tt>
2087
+ #<strong>add_with_editor</strong>(**options) &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
2076
2088
 
2077
2089
 
2078
2090
 
@@ -2106,7 +2118,7 @@
2106
2118
  <div class="method_details ">
2107
2119
  <h3 class="signature " id="all_tags-instance_method">
2108
2120
 
2109
- #<strong>all_tags</strong>(items, opt: {}, counts: false) &#x21d2; <tt>Object</tt>
2121
+ #<strong>all_tags</strong>(items, opt: {}, counts: false) &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
2110
2122
 
2111
2123
 
2112
2124
 
@@ -2118,7 +2130,7 @@
2118
2130
  <div class="method_details ">
2119
2131
  <h3 class="signature " id="archive-instance_method">
2120
2132
 
2121
- #<strong>archive</strong>(section = , options) &#x21d2; <tt>Object</tt>
2133
+ #<strong>archive</strong>(section = , options) &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
2122
2134
 
2123
2135
 
2124
2136
 
@@ -2177,7 +2189,7 @@
2177
2189
  <div class="method_details ">
2178
2190
  <h3 class="signature " id="autotag-instance_method">
2179
2191
 
2180
- #<strong>autotag</strong>(string) &#x21d2; <tt>Object</tt>
2192
+ #<strong>autotag</strong>(string) &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
2181
2193
 
2182
2194
 
2183
2195
 
@@ -2376,7 +2388,7 @@ untagged keyword</p>
2376
2388
  <div class="method_details ">
2377
2389
  <h3 class="signature " id="configure-instance_method">
2378
2390
 
2379
- #<strong>configure</strong>(filename = nil) &#x21d2; <tt>Object</tt>
2391
+ #<strong>configure</strong>(filename = nil) &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
2380
2392
 
2381
2393
 
2382
2394
 
@@ -2421,7 +2433,7 @@ alternative config file</p>
2421
2433
  <div class="method_details ">
2422
2434
  <h3 class="signature " id="create-instance_method">
2423
2435
 
2424
- #<strong>create</strong>(filename = nil) &#x21d2; <tt>Object</tt>
2436
+ #<strong>create</strong>(filename = nil) &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
2425
2437
 
2426
2438
 
2427
2439
 
@@ -2443,7 +2455,7 @@ alternative config file</p>
2443
2455
  <div class="method_details ">
2444
2456
  <h3 class="signature " id="dedup-instance_method">
2445
2457
 
2446
- #<strong>dedup</strong>(items, no_overlap: false) &#x21d2; <tt>Object</tt>
2458
+ #<strong>dedup</strong>(items, no_overlap: false) &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
2447
2459
 
2448
2460
 
2449
2461
 
@@ -2503,7 +2515,7 @@ overlapping time spans</p>
2503
2515
  <div class="method_details ">
2504
2516
  <h3 class="signature " id="delete_items-instance_method">
2505
2517
 
2506
- #<strong>delete_items</strong>(items, force: false) &#x21d2; <tt>Object</tt>
2518
+ #<strong>delete_items</strong>(items, force: false) &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
2507
2519
 
2508
2520
 
2509
2521
 
@@ -2515,7 +2527,7 @@ overlapping time spans</p>
2515
2527
  <div class="method_details ">
2516
2528
  <h3 class="signature " id="edit_items-instance_method">
2517
2529
 
2518
- #<strong>edit_items</strong>(items) &#x21d2; <tt>Object</tt>
2530
+ #<strong>edit_items</strong>(items) &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
2519
2531
 
2520
2532
 
2521
2533
 
@@ -2527,7 +2539,7 @@ overlapping time spans</p>
2527
2539
  <div class="method_details ">
2528
2540
  <h3 class="signature " id="edit_last-instance_method">
2529
2541
 
2530
- #<strong>edit_last</strong>(section: &#39;All&#39;, options: {}) &#x21d2; <tt>Object</tt>
2542
+ #<strong>edit_last</strong>(section: &#39;All&#39;, options: {}) &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
2531
2543
 
2532
2544
 
2533
2545
 
@@ -2570,7 +2582,7 @@ overlapping time spans</p>
2570
2582
  <div class="method_details ">
2571
2583
  <h3 class="signature " id="filter_items-instance_method">
2572
2584
 
2573
- #<strong>filter_items</strong>(items = Items.new, opt: {}) &#x21d2; <tt>Object</tt>
2585
+ #<strong>filter_items</strong>(items = Items.new, opt: {}) &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
2574
2586
 
2575
2587
 
2576
2588
 
@@ -2842,7 +2854,7 @@ overlapping time spans</p>
2842
2854
  <div class="method_details ">
2843
2855
  <h3 class="signature " id="fork_editor-instance_method">
2844
2856
 
2845
- #<strong>fork_editor</strong>(input = &#39;&#39;, message: :default) &#x21d2; <tt>Object</tt>
2857
+ #<strong>fork_editor</strong>(input = &#39;&#39;, message: :default) &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
2846
2858
 
2847
2859
 
2848
2860
 
@@ -2969,7 +2981,7 @@ overlapping time spans</p>
2969
2981
  <div class="method_details ">
2970
2982
  <h3 class="signature " id="fuzzy_filter_items-instance_method">
2971
2983
 
2972
- #<strong>fuzzy_filter_items</strong>(items, opt: {}) &#x21d2; <tt>Object</tt>
2984
+ #<strong>fuzzy_filter_items</strong>(items, opt: {}) &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
2973
2985
 
2974
2986
 
2975
2987
 
@@ -2981,7 +2993,7 @@ overlapping time spans</p>
2981
2993
  <div class="method_details ">
2982
2994
  <h3 class="signature " id="get_diff-instance_method">
2983
2995
 
2984
- #<strong>get_diff</strong>(filename = nil) &#x21d2; <tt>Object</tt>
2996
+ #<strong>get_diff</strong>(filename = nil) &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
2985
2997
 
2986
2998
 
2987
2999
 
@@ -3015,7 +3027,7 @@ overlapping time spans</p>
3015
3027
  <div class="method_details ">
3016
3028
  <h3 class="signature " id="get_interval-instance_method">
3017
3029
 
3018
- #<strong>get_interval</strong>(item, formatted: true, record: true) &#x21d2; <tt>Object</tt>
3030
+ #<strong>get_interval</strong>(item, formatted: true, record: true) &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
3019
3031
 
3020
3032
 
3021
3033
 
@@ -3112,7 +3124,7 @@ interval is 0</p>
3112
3124
  <div class="method_details ">
3113
3125
  <h3 class="signature " id="get_view-instance_method">
3114
3126
 
3115
- #<strong>get_view</strong>(title) &#x21d2; <tt>Object</tt>
3127
+ #<strong>get_view</strong>(title) &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
3116
3128
 
3117
3129
 
3118
3130
 
@@ -3153,7 +3165,7 @@ interval is 0</p>
3153
3165
  <div class="method_details ">
3154
3166
  <h3 class="signature " id="guess_section-instance_method">
3155
3167
 
3156
- #<strong>guess_section</strong>(frag, guessed: false, suggest: false) &#x21d2; <tt>Object</tt>
3168
+ #<strong>guess_section</strong>(frag, guessed: false, suggest: false) &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
3157
3169
 
3158
3170
 
3159
3171
 
@@ -3211,7 +3223,7 @@ interval is 0</p>
3211
3223
  <div class="method_details ">
3212
3224
  <h3 class="signature " id="guess_view-instance_method">
3213
3225
 
3214
- #<strong>guess_view</strong>(frag, guessed: false, suggest: false) &#x21d2; <tt>Object</tt>
3226
+ #<strong>guess_view</strong>(frag, guessed: false, suggest: false) &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
3215
3227
 
3216
3228
 
3217
3229
 
@@ -3269,7 +3281,7 @@ interval is 0</p>
3269
3281
  <div class="method_details ">
3270
3282
  <h3 class="signature " id="import-instance_method">
3271
3283
 
3272
- #<strong>import</strong>(paths, opt) &#x21d2; <tt>Object</tt>
3284
+ #<strong>import</strong>(paths, opt) &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
3273
3285
 
3274
3286
 
3275
3287
 
@@ -3325,7 +3337,7 @@ interval is 0</p>
3325
3337
  <div class="method_details ">
3326
3338
  <h3 class="signature " id="init_doing_file-instance_method">
3327
3339
 
3328
- #<strong>init_doing_file</strong>(path = nil) &#x21d2; <tt>Object</tt>
3340
+ #<strong>init_doing_file</strong>(path = nil) &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
3329
3341
 
3330
3342
 
3331
3343
 
@@ -3368,7 +3380,7 @@ interval is 0</p>
3368
3380
  <div class="method_details ">
3369
3381
  <h3 class="signature " id="interactive-instance_method">
3370
3382
 
3371
- #<strong>interactive</strong>(opt) &#x21d2; <tt>Object</tt>
3383
+ #<strong>interactive</strong>(opt) &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
3372
3384
 
3373
3385
 
3374
3386
 
@@ -3424,7 +3436,7 @@ interval is 0</p>
3424
3436
  <div class="method_details ">
3425
3437
  <h3 class="signature " id="last-instance_method">
3426
3438
 
3427
- #<strong>last</strong>(times: true, section: nil, options: {}) &#x21d2; <tt>Object</tt>
3439
+ #<strong>last</strong>(times: true, section: nil, options: {}) &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
3428
3440
 
3429
3441
 
3430
3442
 
@@ -3484,7 +3496,7 @@ interval is 0</p>
3484
3496
  <div class="method_details ">
3485
3497
  <h3 class="signature " id="last_entry-instance_method">
3486
3498
 
3487
- #<strong>last_entry</strong>(opt) &#x21d2; <tt>Object</tt>
3499
+ #<strong>last_entry</strong>(opt) &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
3488
3500
 
3489
3501
 
3490
3502
 
@@ -3525,7 +3537,7 @@ interval is 0</p>
3525
3537
  <div class="method_details ">
3526
3538
  <h3 class="signature " id="last_note-instance_method">
3527
3539
 
3528
- #<strong>last_note</strong>(section = &#39;All&#39;) &#x21d2; <tt>Object</tt>
3540
+ #<strong>last_note</strong>(section = &#39;All&#39;) &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
3529
3541
 
3530
3542
 
3531
3543
 
@@ -3582,7 +3594,7 @@ All</p>
3582
3594
  <div class="method_details ">
3583
3595
  <h3 class="signature " id="list_date-instance_method">
3584
3596
 
3585
- #<strong>list_date</strong>(dates, section, times = nil, output = nil, opt) &#x21d2; <tt>Object</tt>
3597
+ #<strong>list_date</strong>(dates, section, times = nil, output = nil, opt) &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
3586
3598
 
3587
3599
 
3588
3600
 
@@ -3687,7 +3699,7 @@ All</p>
3687
3699
  <div class="method_details ">
3688
3700
  <h3 class="signature " id="list_section-instance_method">
3689
3701
 
3690
- #<strong>list_section</strong>(opt, items: Items.new) &#x21d2; <tt>Object</tt>
3702
+ #<strong>list_section</strong>(opt, items: Items.new) &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
3691
3703
 
3692
3704
 
3693
3705
 
@@ -3728,7 +3740,7 @@ All</p>
3728
3740
  <div class="method_details ">
3729
3741
  <h3 class="signature " id="logger-instance_method">
3730
3742
 
3731
- #<strong>logger</strong> &#x21d2; <tt>Object</tt>
3743
+ #<strong>logger</strong> &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
3732
3744
 
3733
3745
 
3734
3746
 
@@ -3838,7 +3850,7 @@ All</p>
3838
3850
  <div class="method_details ">
3839
3851
  <h3 class="signature " id="recent-instance_method">
3840
3852
 
3841
- #<strong>recent</strong>(count = 10, section = nil, opt) &#x21d2; <tt>Object</tt>
3853
+ #<strong>recent</strong>(count = 10, section = nil, opt) &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
3842
3854
 
3843
3855
 
3844
3856
 
@@ -3913,7 +3925,7 @@ All</p>
3913
3925
  <div class="method_details ">
3914
3926
  <h3 class="signature " id="repeat_item-instance_method">
3915
3927
 
3916
- #<strong>repeat_item</strong>(item, opt) &#x21d2; <tt>Object</tt>
3928
+ #<strong>repeat_item</strong>(item, opt) &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
3917
3929
 
3918
3930
 
3919
3931
 
@@ -4045,7 +4057,7 @@ All</p>
4045
4057
  <div class="method_details ">
4046
4058
  <h3 class="signature " id="repeat_last-instance_method">
4047
4059
 
4048
- #<strong>repeat_last</strong>(opt) &#x21d2; <tt>Object</tt>
4060
+ #<strong>repeat_last</strong>(opt) &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
4049
4061
 
4050
4062
 
4051
4063
 
@@ -4086,7 +4098,7 @@ All</p>
4086
4098
  <div class="method_details ">
4087
4099
  <h3 class="signature " id="reset_item-instance_method">
4088
4100
 
4089
- #<strong>reset_item</strong>(item, date: nil, resume: false) &#x21d2; <tt>Object</tt>
4101
+ #<strong>reset_item</strong>(item, date: nil, resume: false) &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
4090
4102
 
4091
4103
 
4092
4104
 
@@ -4145,7 +4157,7 @@ done tag (resume)</p>
4145
4157
  <div class="method_details ">
4146
4158
  <h3 class="signature " id="rotate-instance_method">
4147
4159
 
4148
- #<strong>rotate</strong>(opt) &#x21d2; <tt>Object</tt>
4160
+ #<strong>rotate</strong>(opt) &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
4149
4161
 
4150
4162
 
4151
4163
 
@@ -4206,7 +4218,7 @@ done tag (resume)</p>
4206
4218
  <div class="method_details ">
4207
4219
  <h3 class="signature " id="stop_start-instance_method">
4208
4220
 
4209
- #<strong>stop_start</strong>(target_tag, opt) &#x21d2; <tt>Object</tt>
4221
+ #<strong>stop_start</strong>(target_tag, opt) &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
4210
4222
 
4211
4223
 
4212
4224
 
@@ -4337,7 +4349,7 @@ instance of a given tag should exist (@meanwhile)</p>
4337
4349
  <div class="method_details ">
4338
4350
  <h3 class="signature " id="tag_groups-instance_method">
4339
4351
 
4340
- #<strong>tag_groups</strong>(items, opt: {}) &#x21d2; <tt>Object</tt>
4352
+ #<strong>tag_groups</strong>(items, opt: {}) &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
4341
4353
 
4342
4354
 
4343
4355
 
@@ -4349,7 +4361,7 @@ instance of a given tag should exist (@meanwhile)</p>
4349
4361
  <div class="method_details ">
4350
4362
  <h3 class="signature " id="tag_last-instance_method">
4351
4363
 
4352
- #<strong>tag_last</strong>(opt) &#x21d2; <tt>Object</tt>
4364
+ #<strong>tag_last</strong>(opt) &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
4353
4365
 
4354
4366
 
4355
4367
 
@@ -4414,7 +4426,7 @@ instance of a given tag should exist (@meanwhile)</p>
4414
4426
  <div class="method_details ">
4415
4427
  <h3 class="signature " id="tag_times-instance_method">
4416
4428
 
4417
- #<strong>tag_times</strong>(format: :text, sort_by_name: false, sort_order: &#39;asc&#39;) &#x21d2; <tt>Object</tt>
4429
+ #<strong>tag_times</strong>(format: :text, sort_by_name: false, sort_order: &#39;asc&#39;) &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
4418
4430
 
4419
4431
 
4420
4432
 
@@ -4493,7 +4505,7 @@ json, or text)</p>
4493
4505
  <div class="method_details ">
4494
4506
  <h3 class="signature " id="today-instance_method">
4495
4507
 
4496
- #<strong>today</strong>(times = true, output = nil, opt) &#x21d2; <tt>Object</tt>
4508
+ #<strong>today</strong>(times = true, output = nil, opt) &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
4497
4509
 
4498
4510
 
4499
4511
 
@@ -4568,7 +4580,7 @@ json, or text)</p>
4568
4580
  <div class="method_details ">
4569
4581
  <h3 class="signature " id="verify_duration-instance_method">
4570
4582
 
4571
- #<strong>verify_duration</strong>(date, finish_date, title: nil) &#x21d2; <tt>Object</tt>
4583
+ #<strong>verify_duration</strong>(date, finish_date, title: nil) &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
4572
4584
 
4573
4585
 
4574
4586
 
@@ -4619,7 +4631,7 @@ json, or text)</p>
4619
4631
  <div class="method_details ">
4620
4632
  <h3 class="signature " id="write-instance_method">
4621
4633
 
4622
- #<strong>write</strong>(file = nil, backup: true) &#x21d2; <tt>Object</tt>
4634
+ #<strong>write</strong>(file = nil, backup: true) &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
4623
4635
 
4624
4636
 
4625
4637
 
@@ -4662,7 +4674,7 @@ json, or text)</p>
4662
4674
  <div class="method_details ">
4663
4675
  <h3 class="signature " id="yesterday-instance_method">
4664
4676
 
4665
- #<strong>yesterday</strong>(section, times = nil, output = nil, opt) &#x21d2; <tt>Object</tt>
4677
+ #<strong>yesterday</strong>(section, times = nil, output = nil, opt) &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
4666
4678
 
4667
4679
 
4668
4680
 
@@ -4754,7 +4766,7 @@ json, or text)</p>
4754
4766
  </div>
4755
4767
 
4756
4768
  <div id="footer">
4757
- Generated on Sat Jan 22 17:30:14 2022 by
4769
+ Generated on Sun Jan 23 09:24:05 2022 by
4758
4770
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
4759
4771
  0.9.27 (ruby-3.0.1).
4760
4772
  </div>
data/docs/doc/Doing.html CHANGED
@@ -79,7 +79,7 @@
79
79
  <dl>
80
80
  <dt>Defined in:</dt>
81
81
  <dd>lib/doing/colors.rb<span class="defines">,<br />
82
- lib/doing/hash.rb,<br /> lib/doing/item.rb,<br /> lib/doing/note.rb,<br /> lib/doing/time.rb,<br /> lib/doing/util.rb,<br /> lib/doing/wwid.rb,<br /> lib/doing/array.rb,<br /> lib/doing/hooks.rb,<br /> lib/doing/items.rb,<br /> lib/doing/pager.rb,<br /> lib/doing/types.rb,<br /> lib/doing/errors.rb,<br /> lib/doing/prompt.rb,<br /> lib/doing/string.rb,<br /> lib/doing/symbol.rb,<br /> lib/doing/section.rb,<br /> lib/doing/version.rb,<br /> lib/doing/completion.rb,<br /> lib/doing/log_adapter.rb,<br /> lib/doing/util_backup.rb,<br /> lib/doing/configuration.rb,<br /> lib/doing/array_chronify.rb,<br /> lib/doing/plugin_manager.rb,<br /> lib/doing/string_chronify.rb,<br /> lib/doing/template_string.rb,<br /> lib/doing/numeric_chronify.rb</span>
82
+ lib/doing/good.rb,<br /> lib/doing/hash.rb,<br /> lib/doing/item.rb,<br /> lib/doing/note.rb,<br /> lib/doing/time.rb,<br /> lib/doing/util.rb,<br /> lib/doing/wwid.rb,<br /> lib/doing/array.rb,<br /> lib/doing/hooks.rb,<br /> lib/doing/items.rb,<br /> lib/doing/pager.rb,<br /> lib/doing/types.rb,<br /> lib/doing/errors.rb,<br /> lib/doing/prompt.rb,<br /> lib/doing/string.rb,<br /> lib/doing/symbol.rb,<br /> lib/doing/section.rb,<br /> lib/doing/version.rb,<br /> lib/doing/completion.rb,<br /> lib/doing/log_adapter.rb,<br /> lib/doing/util_backup.rb,<br /> lib/doing/configuration.rb,<br /> lib/doing/array_chronify.rb,<br /> lib/doing/plugin_manager.rb,<br /> lib/doing/string_chronify.rb,<br /> lib/doing/template_string.rb,<br /> lib/doing/numeric_chronify.rb</span>
83
83
  </dd>
84
84
  </dl>
85
85
 
@@ -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'>&#39;</span><span class='tstring_content'>2.1.24</span><span class='tstring_end'>&#39;</span></span></pre></dd>
122
+ <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>2.1.25</span><span class='tstring_end'>&#39;</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 Sat Jan 22 17:30:14 2022 by
138
+ Generated on Sun Jan 23 09:24:04 2022 by
139
139
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
140
140
  0.9.27 (ruby-3.0.1).
141
141
  </div>
@@ -72,7 +72,7 @@
72
72
  <span class="inheritName">Command</span>
73
73
 
74
74
  <ul class="fullTree">
75
- <li>Object</li>
75
+ <li><span class='object_link'><a href="../../Object.html" title="Object (class)">Object</a></span></li>
76
76
 
77
77
  <li class="next">Command</li>
78
78
 
@@ -161,7 +161,7 @@
161
161
  <div class="method_details first">
162
162
  <h3 class="signature first" id="show_help-instance_method">
163
163
 
164
- #<strong>show_help</strong>(global_options, options, arguments, out, error) &#x21d2; <tt>Object</tt>
164
+ #<strong>show_help</strong>(global_options, options, arguments, out, error) &#x21d2; <tt><span class='object_link'><a href="../../Object.html" title="Object (class)">Object</a></span></tt>
165
165
 
166
166
 
167
167
 
@@ -175,7 +175,7 @@
175
175
  </div>
176
176
 
177
177
  <div id="footer">
178
- Generated on Sat Jan 22 17:30:14 2022 by
178
+ Generated on Sun Jan 23 09:24:05 2022 by
179
179
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
180
180
  0.9.27 (ruby-3.0.1).
181
181
  </div>