doing 2.1.24 → 2.1.28

Sign up to get free protection for your applications and to get access to all the features.
Files changed (170) hide show
  1. checksums.yaml +4 -4
  2. data/.yardoc/checksums +17 -21
  3. data/.yardoc/object_types +0 -0
  4. data/.yardoc/objects/root.dat +0 -0
  5. data/CHANGELOG.md +325 -102
  6. data/Dockerfile +5 -5
  7. data/Dockerfile-2.6 +5 -5
  8. data/Dockerfile-2.7 +5 -4
  9. data/Dockerfile-3.0 +5 -4
  10. data/Gemfile.lock +1 -1
  11. data/README.md +1 -1
  12. data/Rakefile +3 -3
  13. data/bin/commands/add_section.rb +15 -0
  14. data/bin/commands/again.rb +57 -0
  15. data/bin/commands/archive.rb +55 -0
  16. data/bin/commands/cancel.rb +60 -0
  17. data/bin/commands/changes.rb +73 -0
  18. data/bin/commands/choose.rb +9 -0
  19. data/bin/commands/colors.rb +21 -0
  20. data/bin/commands/commands.rb +89 -0
  21. data/bin/commands/commands_accepting.rb +76 -0
  22. data/bin/commands/completion.rb +27 -0
  23. data/bin/commands/config.rb +245 -0
  24. data/bin/commands/done.rb +235 -0
  25. data/bin/commands/finish.rb +126 -0
  26. data/bin/commands/flag.rb +90 -0
  27. data/bin/commands/grep.rb +108 -0
  28. data/bin/commands/import.rb +71 -0
  29. data/bin/commands/install_fzf.rb +17 -0
  30. data/bin/commands/last.rb +81 -0
  31. data/bin/commands/meanwhile.rb +76 -0
  32. data/bin/commands/note.rb +91 -0
  33. data/bin/commands/now.rb +145 -0
  34. data/bin/commands/on.rb +65 -0
  35. data/bin/commands/open.rb +53 -0
  36. data/bin/commands/plugins.rb +23 -0
  37. data/bin/commands/recent.rb +77 -0
  38. data/bin/commands/redo.rb +26 -0
  39. data/bin/commands/reset.rb +73 -0
  40. data/bin/commands/rotate.rb +42 -0
  41. data/bin/commands/sections.rb +11 -0
  42. data/bin/commands/select.rb +105 -0
  43. data/bin/commands/show.rb +185 -0
  44. data/bin/commands/since.rb +63 -0
  45. data/bin/commands/tag.rb +149 -0
  46. data/bin/commands/tag_dir.rb +29 -0
  47. data/bin/commands/tags.rb +66 -0
  48. data/bin/commands/template.rb +61 -0
  49. data/bin/commands/today.rb +64 -0
  50. data/bin/commands/undo.rb +49 -0
  51. data/bin/commands/view.rb +201 -0
  52. data/bin/commands/views.rb +11 -0
  53. data/bin/commands/yesterday.rb +72 -0
  54. data/bin/doing +241 -3662
  55. data/docs/doc/Array.html +13 -449
  56. data/docs/doc/BooleanTermParser/Clause.html +5 -5
  57. data/docs/doc/BooleanTermParser/Operator.html +4 -4
  58. data/docs/doc/BooleanTermParser/Query.html +8 -8
  59. data/docs/doc/BooleanTermParser/QueryParser.html +2 -2
  60. data/docs/doc/BooleanTermParser/QueryTransformer.html +2 -2
  61. data/docs/doc/BooleanTermParser.html +1 -1
  62. data/docs/doc/Doing/Color.html +65 -59
  63. data/docs/doc/Doing/Completion.html +2 -2
  64. data/docs/doc/Doing/Configuration.html +49 -16
  65. data/docs/doc/Doing/Errors/DoingNoTraceError.html +2 -2
  66. data/docs/doc/Doing/Errors/DoingRuntimeError.html +2 -2
  67. data/docs/doc/Doing/Errors/DoingStandardError.html +2 -2
  68. data/docs/doc/Doing/Errors/EmptyInput.html +2 -2
  69. data/docs/doc/Doing/Errors/NoResults.html +2 -2
  70. data/docs/doc/Doing/Errors/PluginException.html +3 -3
  71. data/docs/doc/Doing/Errors/UserCancelled.html +2 -2
  72. data/docs/doc/Doing/Errors/WrongCommand.html +2 -2
  73. data/docs/doc/Doing/Errors.html +1 -1
  74. data/docs/doc/Doing/Hooks.html +6 -6
  75. data/docs/doc/Doing/Item.html +50 -16
  76. data/docs/doc/Doing/Items.html +10 -10
  77. data/docs/doc/Doing/LogAdapter.html +24 -24
  78. data/docs/doc/Doing/Note.html +7 -7
  79. data/docs/doc/Doing/Pager.html +4 -4
  80. data/docs/doc/Doing/Plugins.html +7 -7
  81. data/docs/doc/Doing/Prompt.html +59 -14
  82. data/docs/doc/Doing/Section.html +6 -6
  83. data/docs/doc/Doing/TemplateString.html +8 -8
  84. data/docs/doc/Doing/Types.html +46 -1
  85. data/docs/doc/Doing/Util/Backup.html +10 -10
  86. data/docs/doc/Doing/Util.html +15 -15
  87. data/docs/doc/Doing/WWID.html +73 -61
  88. data/docs/doc/Doing.html +3 -3
  89. data/docs/doc/FalseClass.html +235 -0
  90. data/docs/doc/GLI/Commands/Help.html +3 -3
  91. data/docs/doc/GLI/Commands/MarkdownDocumentListener.html +17 -17
  92. data/docs/doc/GLI/Commands.html +1 -1
  93. data/docs/doc/GLI.html +1 -1
  94. data/docs/doc/Hash.html +45 -11
  95. data/docs/doc/Numeric.html +5 -5
  96. data/docs/doc/Object.html +203 -0
  97. data/docs/doc/PhraseParser/Operator.html +4 -4
  98. data/docs/doc/PhraseParser/PhraseClause.html +5 -5
  99. data/docs/doc/PhraseParser/Query.html +10 -10
  100. data/docs/doc/PhraseParser/QueryParser.html +2 -2
  101. data/docs/doc/PhraseParser/QueryTransformer.html +2 -2
  102. data/docs/doc/PhraseParser/TermClause.html +5 -5
  103. data/docs/doc/PhraseParser.html +1 -1
  104. data/docs/doc/Status.html +7 -7
  105. data/docs/doc/String.html +306 -3111
  106. data/docs/doc/Symbol.html +45 -11
  107. data/docs/doc/Time.html +6 -6
  108. data/docs/doc/TrueClass.html +235 -0
  109. data/docs/doc/_index.html +37 -19
  110. data/docs/doc/class_list.html +1 -1
  111. data/docs/doc/file.README.html +2 -2
  112. data/docs/doc/index.html +2 -2
  113. data/docs/doc/method_list.html +240 -576
  114. data/docs/doc/top-level-namespace.html +2 -2
  115. data/doing.rdoc +297 -169
  116. data/example_plugin.rb +2 -2
  117. data/lib/completion/_doing.zsh +35 -31
  118. data/lib/completion/doing.bash +30 -19
  119. data/lib/completion/doing.fish +81 -67
  120. data/lib/doing/array/array.rb +4 -0
  121. data/lib/doing/array/nested_hash.rb +17 -0
  122. data/lib/doing/{array.rb → array/tags.rb} +7 -25
  123. data/lib/doing/changelog/change.rb +26 -11
  124. data/lib/doing/changelog/changes.rb +16 -4
  125. data/lib/doing/{array_chronify.rb → chronify/array.rb} +0 -0
  126. data/lib/doing/chronify/chronify.rb +5 -0
  127. data/lib/doing/{numeric_chronify.rb → chronify/numeric.rb} +0 -0
  128. data/lib/doing/{string_chronify.rb → chronify/string.rb} +0 -0
  129. data/lib/doing/colors.rb +115 -54
  130. data/lib/doing/configuration.rb +9 -6
  131. data/lib/doing/good.rb +72 -0
  132. data/lib/doing/hash.rb +4 -0
  133. data/lib/doing/help_monkey_patch.rb +6 -5
  134. data/lib/doing/hooks.rb +3 -3
  135. data/lib/doing/item.rb +19 -15
  136. data/lib/doing/items.rb +2 -2
  137. data/lib/doing/log_adapter.rb +35 -2
  138. data/lib/doing/normalize.rb +188 -0
  139. data/lib/doing/pager.rb +1 -0
  140. data/lib/doing/plugins/export/dayone_export.rb +1 -1
  141. data/lib/doing/plugins/export/html_export.rb +1 -1
  142. data/lib/doing/plugins/export/json_export.rb +1 -1
  143. data/lib/doing/plugins/export/markdown_export.rb +1 -1
  144. data/lib/doing/plugins/export/template_export.rb +3 -1
  145. data/lib/doing/plugins/import/calendar_import.rb +1 -1
  146. data/lib/doing/plugins/import/doing_import.rb +1 -1
  147. data/lib/doing/plugins/import/timing_import.rb +1 -1
  148. data/lib/doing/prompt.rb +9 -3
  149. data/lib/doing/string/highlight.rb +95 -0
  150. data/lib/doing/string/query.rb +129 -0
  151. data/lib/doing/string/string.rb +12 -0
  152. data/lib/doing/string/tags.rb +164 -0
  153. data/lib/doing/string/transform.rb +168 -0
  154. data/lib/doing/string/truncate.rb +75 -0
  155. data/lib/doing/string/url.rb +82 -0
  156. data/lib/doing/template_string.rb +2 -24
  157. data/lib/doing/types.rb +9 -0
  158. data/lib/doing/util.rb +20 -16
  159. data/lib/doing/version.rb +1 -1
  160. data/lib/doing/wwid.rb +91 -51
  161. data/lib/doing.rb +5 -6
  162. data/lib/examples/commands/wiki.rb +6 -7
  163. data/lib/examples/plugins/wiki_export/wiki_export.rb +1 -1
  164. data/lib/helpers/threaded_tests.rb +69 -79
  165. data/lib/helpers/threaded_tests_string.rb +50 -0
  166. data/scripts/deploy.rb +107 -0
  167. data/scripts/runtests.sh +4 -0
  168. metadata +65 -8
  169. data/lib/doing/string.rb +0 -765
  170. data/lib/doing/symbol.rb +0 -28
@@ -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
 
@@ -1389,7 +1389,7 @@
1389
1389
  <li class="public ">
1390
1390
  <span class="summary_signature">
1391
1391
 
1392
- <a href="#tag_times-instance_method" title="#tag_times (instance method)">#<strong>tag_times</strong>(format: :text, sort_by_name: false, sort_order: &#39;asc&#39;) &#x21d2; Object </a>
1392
+ <a href="#tag_times-instance_method" title="#tag_times (instance method)">#<strong>tag_times</strong>(format: :text, sort_by: :time, sort_order: :asc) &#x21d2; Object </a>
1393
1393
 
1394
1394
 
1395
1395
 
@@ -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: :time, sort_order: :asc) &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
4418
4430
 
4419
4431
 
4420
4432
 
@@ -4452,17 +4464,17 @@ json, or text)</p>
4452
4464
 
4453
4465
  <li>
4454
4466
 
4455
- <span class='name'>sort_by_name</span>
4467
+ <span class='name'>sort_by</span>
4456
4468
 
4457
4469
 
4458
- <span class='type'>(<tt>Boolean</tt>)</span>
4470
+ <span class='type'>(<tt><span class='object_link'><a href="../Symbol.html" title="Symbol (class)">Symbol</a></span></tt>)</span>
4459
4471
 
4460
4472
 
4461
- <em class="default">(defaults to: <tt>false</tt>)</em>
4473
+ <em class="default">(defaults to: <tt>:time</tt>)</em>
4462
4474
 
4463
4475
 
4464
4476
  &mdash;
4465
- <div class='inline'><p>Sort by name if true, otherwise by time</p>
4477
+ <div class='inline'><p>Sort by :name or :time</p>
4466
4478
  </div>
4467
4479
 
4468
4480
  </li>
@@ -4472,14 +4484,14 @@ json, or text)</p>
4472
4484
  <span class='name'>sort_order</span>
4473
4485
 
4474
4486
 
4475
- <span class='type'>(<tt><span class='object_link'><a href="../String.html" title="String (class)">String</a></span></tt>)</span>
4487
+ <span class='type'>(<tt><span class='object_link'><a href="../Symbol.html" title="Symbol (class)">Symbol</a></span></tt>)</span>
4476
4488
 
4477
4489
 
4478
- <em class="default">(defaults to: <tt>&#39;asc&#39;</tt>)</em>
4490
+ <em class="default">(defaults to: <tt>:asc</tt>)</em>
4479
4491
 
4480
4492
 
4481
4493
  &mdash;
4482
- <div class='inline'><p>The sort order (asc or desc)</p>
4494
+ <div class='inline'><p>The sort order (:asc or :desc)</p>
4483
4495
  </div>
4484
4496
 
4485
4497
  </li>
@@ -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 Mon Feb 14 11:45:23 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/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/section.rb,<br /> lib/doing/version.rb,<br /> lib/doing/normalize.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/plugin_manager.rb,<br /> lib/doing/template_string.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.28</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 Mon Feb 14 11:45:23 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>