doing 2.1.99 → 2.1.101

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 (138) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +27 -0
  3. data/Gemfile.lock +1 -1
  4. data/README.md +8 -2
  5. data/bin/commands/view.rb +5 -0
  6. data/bin/doing +92 -2
  7. data/docs/doc/Array.html +3 -3
  8. data/docs/doc/BooleanTermParser/Clause.html +3 -3
  9. data/docs/doc/BooleanTermParser/Operator.html +3 -3
  10. data/docs/doc/BooleanTermParser/Query.html +3 -3
  11. data/docs/doc/BooleanTermParser/QueryParser.html +3 -3
  12. data/docs/doc/BooleanTermParser/QueryTransformer.html +3 -3
  13. data/docs/doc/BooleanTermParser.html +3 -3
  14. data/docs/doc/Doing/ArrayCleanup.html +3 -3
  15. data/docs/doc/Doing/ArrayNestedHash.html +3 -3
  16. data/docs/doc/Doing/ArrayTags.html +9 -9
  17. data/docs/doc/Doing/ByDayExport.html +3 -3
  18. data/docs/doc/Doing/CSVExport.html +3 -3
  19. data/docs/doc/Doing/CalendarImport.html +3 -3
  20. data/docs/doc/Doing/Change.html +3 -3
  21. data/docs/doc/Doing/Changes.html +3 -3
  22. data/docs/doc/Doing/ChronifyArray.html +3 -3
  23. data/docs/doc/Doing/ChronifyNumeric.html +3 -3
  24. data/docs/doc/Doing/ChronifyString.html +6 -6
  25. data/docs/doc/Doing/Color.html +16 -16
  26. data/docs/doc/Doing/Completion/BashCompletions.html +3 -3
  27. data/docs/doc/Doing/Completion/FigCompletions.html +3 -3
  28. data/docs/doc/Doing/Completion/FishCompletions.html +3 -3
  29. data/docs/doc/Doing/Completion/StringUtils.html +3 -3
  30. data/docs/doc/Doing/Completion/ZshCompletions.html +3 -3
  31. data/docs/doc/Doing/Completion.html +3 -3
  32. data/docs/doc/Doing/Configuration.html +3 -3
  33. data/docs/doc/Doing/DayOneRenderer.html +3 -3
  34. data/docs/doc/Doing/DayoneExport.html +3 -3
  35. data/docs/doc/Doing/DoingExport.html +3 -3
  36. data/docs/doc/Doing/DoingImport.html +3 -3
  37. data/docs/doc/Doing/Entry.html +3 -3
  38. data/docs/doc/Doing/Errors/DoingNoTraceError.html +3 -3
  39. data/docs/doc/Doing/Errors/DoingRuntimeError.html +3 -3
  40. data/docs/doc/Doing/Errors/DoingStandardError.html +3 -3
  41. data/docs/doc/Doing/Errors/EmptyInput.html +3 -3
  42. data/docs/doc/Doing/Errors/HistoryLimitError.html +3 -3
  43. data/docs/doc/Doing/Errors/InvalidPlugin.html +3 -3
  44. data/docs/doc/Doing/Errors/MissingBackupFile.html +3 -3
  45. data/docs/doc/Doing/Errors/NoResults.html +3 -3
  46. data/docs/doc/Doing/Errors/PluginException.html +3 -3
  47. data/docs/doc/Doing/Errors/UserCancelled.html +3 -3
  48. data/docs/doc/Doing/Errors/WrongCommand.html +3 -3
  49. data/docs/doc/Doing/Errors.html +3 -3
  50. data/docs/doc/Doing/HTMLExport.html +3 -3
  51. data/docs/doc/Doing/Hooks.html +3 -3
  52. data/docs/doc/Doing/Item.html +3 -3
  53. data/docs/doc/Doing/ItemDates.html +3 -3
  54. data/docs/doc/Doing/ItemQuery.html +3 -3
  55. data/docs/doc/Doing/ItemState.html +3 -3
  56. data/docs/doc/Doing/ItemTags.html +3 -3
  57. data/docs/doc/Doing/Items.html +3 -3
  58. data/docs/doc/Doing/JSONExport.html +3 -3
  59. data/docs/doc/Doing/JSONImport.html +3 -3
  60. data/docs/doc/Doing/Logger.html +3 -3
  61. data/docs/doc/Doing/MarkdownExport.html +3 -3
  62. data/docs/doc/Doing/Note.html +3 -3
  63. data/docs/doc/Doing/Pager.html +3 -3
  64. data/docs/doc/Doing/Plugins.html +3 -3
  65. data/docs/doc/Doing/Prompt.html +3 -3
  66. data/docs/doc/Doing/PromptChoose.html +3 -3
  67. data/docs/doc/Doing/PromptFZF.html +3 -3
  68. data/docs/doc/Doing/PromptInput.html +3 -3
  69. data/docs/doc/Doing/PromptSTD.html +3 -3
  70. data/docs/doc/Doing/PromptYN.html +3 -3
  71. data/docs/doc/Doing/Section.html +3 -3
  72. data/docs/doc/Doing/StringHighlight.html +3 -3
  73. data/docs/doc/Doing/StringNormalize.html +115 -3
  74. data/docs/doc/Doing/StringQuery.html +4 -4
  75. data/docs/doc/Doing/StringTags.html +3 -3
  76. data/docs/doc/Doing/StringTransform.html +3 -3
  77. data/docs/doc/Doing/StringTruncate.html +3 -3
  78. data/docs/doc/Doing/StringURL.html +3 -3
  79. data/docs/doc/Doing/SymbolNormalize.html +37 -3
  80. data/docs/doc/Doing/TaskPaperExport.html +3 -3
  81. data/docs/doc/Doing/TemplateExport.html +3 -3
  82. data/docs/doc/Doing/TemplateString.html +4 -4
  83. data/docs/doc/Doing/TimingImport.html +3 -3
  84. data/docs/doc/Doing/Types.html +13 -3
  85. data/docs/doc/Doing/Util/Backup.html +3 -3
  86. data/docs/doc/Doing/Util.html +4 -4
  87. data/docs/doc/Doing/Version.html +3 -3
  88. data/docs/doc/Doing/WWID.html +5 -5
  89. data/docs/doc/Doing.html +4 -4
  90. data/docs/doc/FalseClass.html +3 -3
  91. data/docs/doc/GLI/Commands/Help.html +3 -3
  92. data/docs/doc/GLI/Commands/MarkdownDocumentListener.html +3 -3
  93. data/docs/doc/GLI/Commands.html +3 -3
  94. data/docs/doc/GLI.html +3 -3
  95. data/docs/doc/Hash.html +4 -4
  96. data/docs/doc/Numeric.html +3 -3
  97. data/docs/doc/Object.html +3 -3
  98. data/docs/doc/PhraseParser/Operator.html +3 -3
  99. data/docs/doc/PhraseParser/PhraseClause.html +3 -3
  100. data/docs/doc/PhraseParser/Query.html +3 -3
  101. data/docs/doc/PhraseParser/QueryParser.html +3 -3
  102. data/docs/doc/PhraseParser/QueryTransformer.html +3 -3
  103. data/docs/doc/PhraseParser/TermClause.html +3 -3
  104. data/docs/doc/PhraseParser.html +3 -3
  105. data/docs/doc/Status.html +3 -3
  106. data/docs/doc/String.html +4 -4
  107. data/docs/doc/Symbol.html +4 -4
  108. data/docs/doc/Time.html +3 -3
  109. data/docs/doc/TrueClass.html +3 -3
  110. data/docs/doc/_index.html +4 -4
  111. data/docs/doc/class_list.html +3 -6
  112. data/docs/doc/css/full_list.css +3 -3
  113. data/docs/doc/css/style.css +15 -8
  114. data/docs/doc/file.README.html +13 -5
  115. data/docs/doc/file_list.html +2 -5
  116. data/docs/doc/frames.html +1 -1
  117. data/docs/doc/index.html +13 -5
  118. data/docs/doc/js/app.js +267 -348
  119. data/docs/doc/js/full_list.js +24 -52
  120. data/docs/doc/method_list.html +403 -382
  121. data/docs/doc/top-level-namespace.html +3 -3
  122. data/doing.rdoc +65 -1
  123. data/lib/completion/_doing.zsh +9 -9
  124. data/lib/completion/doing.bash +16 -16
  125. data/lib/completion/doing.fish +8 -0
  126. data/lib/completion/doing.ts +90 -0
  127. data/lib/doing/add_options.rb +4 -0
  128. data/lib/doing/normalize.rb +25 -0
  129. data/lib/doing/plugins/export/dayone_export.rb +2 -1
  130. data/lib/doing/plugins/export/html_export.rb +1 -1
  131. data/lib/doing/plugins/export/json_export.rb +2 -1
  132. data/lib/doing/plugins/export/markdown_export.rb +2 -1
  133. data/lib/doing/plugins/export/template_export.rb +2 -1
  134. data/lib/doing/types.rb +2 -0
  135. data/lib/doing/version.rb +1 -1
  136. data/lib/doing/wwid/timers.rb +146 -94
  137. data/lib/examples/plugins/wiki_export/wiki_export.rb +1 -1
  138. metadata +2 -2
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  File: README
8
8
 
9
- &mdash; Documentation by YARD 0.9.38
9
+ &mdash; Documentation by YARD 0.9.36
10
10
 
11
11
  </title>
12
12
 
@@ -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.94&lt;!--END VER--&gt;.</p>
74
+ <p>The current version of <code>doing</code> is &lt;!--VER--&gt;2.1.97&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
 
@@ -102,6 +102,14 @@ night.</p>
102
102
  <p>Doing has over 30 commands for tracking your status, recording your time, and
103
103
  analyzing the results.</p>
104
104
 
105
+ <p>Recent CLI conveniences:</p>
106
+
107
+ <ul>
108
+ <li>Totals output now supports <code>--by</code> grouping (for example <code>--by tags</code> and/or <code>--by section</code>, repeatable for ordering).</li>
109
+ <li>Long flags with underscores also accept dashes (for example <code>--only_timed</code> or <code>--only-timed</code>).</li>
110
+ <li>Underscored subcommands also accept dashed aliases (for example <code>doing tag_dir</code> or <code>doing tag-dir</code>).</li>
111
+ </ul>
112
+
105
113
  <p>See <a href="https://github.com/ttscoff/doing/wiki">the wiki</a> for installation and usage instructions.</p>
106
114
 
107
115
  <h2 id="launchbar-alfred">Launchbar/Alfred</h2>
@@ -127,7 +135,7 @@ outputting JSON to the action&#39;s script for parsing.</p>
127
135
  <!--END GITHUB-->
128
136
 
129
137
  <!--JEKYLL
130
- download 117 %
138
+ download 117 %
131
139
  -->
132
140
 
133
141
  <p>Evan Lovely has created an <a href="http://www.evanlovely.com/blog/technology/alfred-for-terpstras-doing/">Alfred workflow</a> as well.</p>
@@ -153,9 +161,9 @@ with changes. Please target the <code>develop</code> branch with pull requests.<
153
161
  </div></div>
154
162
 
155
163
  <div id="footer">
156
- Generated on Sat Mar 21 04:13:32 2026 by
164
+ Generated on Mon Mar 23 04:05:01 2026 by
157
165
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
158
- 0.9.38 (ruby-4.0.1).
166
+ 0.9.36 (ruby-4.0.2).
159
167
  </div>
160
168
 
161
169
  </div>
@@ -1,5 +1,5 @@
1
1
  <!DOCTYPE html>
2
- <html >
2
+ <html>
3
3
  <head>
4
4
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
5
5
  <meta charset="utf-8" />
@@ -38,10 +38,7 @@
38
38
 
39
39
  </div>
40
40
 
41
- <div id="search">
42
- <label for="search-class">Search:</label>
43
- <input id="search-class" type="text" />
44
- </div>
41
+ <div id="search">Search: <input type="text" /></div>
45
42
  </div>
46
43
 
47
44
  <ul id="full_list" class="file">
data/docs/doc/frames.html CHANGED
@@ -2,7 +2,7 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta charset="utf-8">
5
- <title>Documentation by YARD 0.9.38</title>
5
+ <title>Documentation by YARD 0.9.36</title>
6
6
  </head>
7
7
  <script type="text/javascript">
8
8
  var mainUrl = 'index.html';
data/docs/doc/index.html CHANGED
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  File: README
8
8
 
9
- &mdash; Documentation by YARD 0.9.38
9
+ &mdash; Documentation by YARD 0.9.36
10
10
 
11
11
  </title>
12
12
 
@@ -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.94&lt;!--END VER--&gt;.</p>
74
+ <p>The current version of <code>doing</code> is &lt;!--VER--&gt;2.1.97&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
 
@@ -102,6 +102,14 @@ night.</p>
102
102
  <p>Doing has over 30 commands for tracking your status, recording your time, and
103
103
  analyzing the results.</p>
104
104
 
105
+ <p>Recent CLI conveniences:</p>
106
+
107
+ <ul>
108
+ <li>Totals output now supports <code>--by</code> grouping (for example <code>--by tags</code> and/or <code>--by section</code>, repeatable for ordering).</li>
109
+ <li>Long flags with underscores also accept dashes (for example <code>--only_timed</code> or <code>--only-timed</code>).</li>
110
+ <li>Underscored subcommands also accept dashed aliases (for example <code>doing tag_dir</code> or <code>doing tag-dir</code>).</li>
111
+ </ul>
112
+
105
113
  <p>See <a href="https://github.com/ttscoff/doing/wiki">the wiki</a> for installation and usage instructions.</p>
106
114
 
107
115
  <h2 id="launchbar-alfred">Launchbar/Alfred</h2>
@@ -127,7 +135,7 @@ outputting JSON to the action&#39;s script for parsing.</p>
127
135
  <!--END GITHUB-->
128
136
 
129
137
  <!--JEKYLL
130
- download 117 %
138
+ download 117 %
131
139
  -->
132
140
 
133
141
  <p>Evan Lovely has created an <a href="http://www.evanlovely.com/blog/technology/alfred-for-terpstras-doing/">Alfred workflow</a> as well.</p>
@@ -153,9 +161,9 @@ with changes. Please target the <code>develop</code> branch with pull requests.<
153
161
  </div></div>
154
162
 
155
163
  <div id="footer">
156
- Generated on Sat Mar 21 04:13:32 2026 by
164
+ Generated on Mon Mar 23 04:05:01 2026 by
157
165
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
158
- 0.9.38 (ruby-4.0.1).
166
+ 0.9.36 (ruby-4.0.2).
159
167
  </div>
160
168
 
161
169
  </div>