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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +27 -0
- data/Gemfile.lock +1 -1
- data/README.md +8 -2
- data/bin/commands/view.rb +5 -0
- data/bin/doing +92 -2
- data/docs/doc/Array.html +3 -3
- data/docs/doc/BooleanTermParser/Clause.html +3 -3
- data/docs/doc/BooleanTermParser/Operator.html +3 -3
- data/docs/doc/BooleanTermParser/Query.html +3 -3
- data/docs/doc/BooleanTermParser/QueryParser.html +3 -3
- data/docs/doc/BooleanTermParser/QueryTransformer.html +3 -3
- data/docs/doc/BooleanTermParser.html +3 -3
- data/docs/doc/Doing/ArrayCleanup.html +3 -3
- data/docs/doc/Doing/ArrayNestedHash.html +3 -3
- data/docs/doc/Doing/ArrayTags.html +9 -9
- data/docs/doc/Doing/ByDayExport.html +3 -3
- data/docs/doc/Doing/CSVExport.html +3 -3
- data/docs/doc/Doing/CalendarImport.html +3 -3
- data/docs/doc/Doing/Change.html +3 -3
- data/docs/doc/Doing/Changes.html +3 -3
- data/docs/doc/Doing/ChronifyArray.html +3 -3
- data/docs/doc/Doing/ChronifyNumeric.html +3 -3
- data/docs/doc/Doing/ChronifyString.html +6 -6
- data/docs/doc/Doing/Color.html +16 -16
- data/docs/doc/Doing/Completion/BashCompletions.html +3 -3
- data/docs/doc/Doing/Completion/FigCompletions.html +3 -3
- data/docs/doc/Doing/Completion/FishCompletions.html +3 -3
- data/docs/doc/Doing/Completion/StringUtils.html +3 -3
- data/docs/doc/Doing/Completion/ZshCompletions.html +3 -3
- data/docs/doc/Doing/Completion.html +3 -3
- data/docs/doc/Doing/Configuration.html +3 -3
- data/docs/doc/Doing/DayOneRenderer.html +3 -3
- data/docs/doc/Doing/DayoneExport.html +3 -3
- data/docs/doc/Doing/DoingExport.html +3 -3
- data/docs/doc/Doing/DoingImport.html +3 -3
- data/docs/doc/Doing/Entry.html +3 -3
- data/docs/doc/Doing/Errors/DoingNoTraceError.html +3 -3
- data/docs/doc/Doing/Errors/DoingRuntimeError.html +3 -3
- data/docs/doc/Doing/Errors/DoingStandardError.html +3 -3
- data/docs/doc/Doing/Errors/EmptyInput.html +3 -3
- data/docs/doc/Doing/Errors/HistoryLimitError.html +3 -3
- data/docs/doc/Doing/Errors/InvalidPlugin.html +3 -3
- data/docs/doc/Doing/Errors/MissingBackupFile.html +3 -3
- data/docs/doc/Doing/Errors/NoResults.html +3 -3
- data/docs/doc/Doing/Errors/PluginException.html +3 -3
- data/docs/doc/Doing/Errors/UserCancelled.html +3 -3
- data/docs/doc/Doing/Errors/WrongCommand.html +3 -3
- data/docs/doc/Doing/Errors.html +3 -3
- data/docs/doc/Doing/HTMLExport.html +3 -3
- data/docs/doc/Doing/Hooks.html +3 -3
- data/docs/doc/Doing/Item.html +3 -3
- data/docs/doc/Doing/ItemDates.html +3 -3
- data/docs/doc/Doing/ItemQuery.html +3 -3
- data/docs/doc/Doing/ItemState.html +3 -3
- data/docs/doc/Doing/ItemTags.html +3 -3
- data/docs/doc/Doing/Items.html +3 -3
- data/docs/doc/Doing/JSONExport.html +3 -3
- data/docs/doc/Doing/JSONImport.html +3 -3
- data/docs/doc/Doing/Logger.html +3 -3
- data/docs/doc/Doing/MarkdownExport.html +3 -3
- data/docs/doc/Doing/Note.html +3 -3
- data/docs/doc/Doing/Pager.html +3 -3
- data/docs/doc/Doing/Plugins.html +3 -3
- data/docs/doc/Doing/Prompt.html +3 -3
- data/docs/doc/Doing/PromptChoose.html +3 -3
- data/docs/doc/Doing/PromptFZF.html +3 -3
- data/docs/doc/Doing/PromptInput.html +3 -3
- data/docs/doc/Doing/PromptSTD.html +3 -3
- data/docs/doc/Doing/PromptYN.html +3 -3
- data/docs/doc/Doing/Section.html +3 -3
- data/docs/doc/Doing/StringHighlight.html +3 -3
- data/docs/doc/Doing/StringNormalize.html +115 -3
- data/docs/doc/Doing/StringQuery.html +4 -4
- data/docs/doc/Doing/StringTags.html +3 -3
- data/docs/doc/Doing/StringTransform.html +3 -3
- data/docs/doc/Doing/StringTruncate.html +3 -3
- data/docs/doc/Doing/StringURL.html +3 -3
- data/docs/doc/Doing/SymbolNormalize.html +37 -3
- data/docs/doc/Doing/TaskPaperExport.html +3 -3
- data/docs/doc/Doing/TemplateExport.html +3 -3
- data/docs/doc/Doing/TemplateString.html +4 -4
- data/docs/doc/Doing/TimingImport.html +3 -3
- data/docs/doc/Doing/Types.html +13 -3
- data/docs/doc/Doing/Util/Backup.html +3 -3
- data/docs/doc/Doing/Util.html +4 -4
- data/docs/doc/Doing/Version.html +3 -3
- data/docs/doc/Doing/WWID.html +5 -5
- data/docs/doc/Doing.html +4 -4
- data/docs/doc/FalseClass.html +3 -3
- data/docs/doc/GLI/Commands/Help.html +3 -3
- data/docs/doc/GLI/Commands/MarkdownDocumentListener.html +3 -3
- data/docs/doc/GLI/Commands.html +3 -3
- data/docs/doc/GLI.html +3 -3
- data/docs/doc/Hash.html +4 -4
- data/docs/doc/Numeric.html +3 -3
- data/docs/doc/Object.html +3 -3
- data/docs/doc/PhraseParser/Operator.html +3 -3
- data/docs/doc/PhraseParser/PhraseClause.html +3 -3
- data/docs/doc/PhraseParser/Query.html +3 -3
- data/docs/doc/PhraseParser/QueryParser.html +3 -3
- data/docs/doc/PhraseParser/QueryTransformer.html +3 -3
- data/docs/doc/PhraseParser/TermClause.html +3 -3
- data/docs/doc/PhraseParser.html +3 -3
- data/docs/doc/Status.html +3 -3
- data/docs/doc/String.html +4 -4
- data/docs/doc/Symbol.html +4 -4
- data/docs/doc/Time.html +3 -3
- data/docs/doc/TrueClass.html +3 -3
- data/docs/doc/_index.html +4 -4
- data/docs/doc/class_list.html +3 -6
- data/docs/doc/css/full_list.css +3 -3
- data/docs/doc/css/style.css +15 -8
- data/docs/doc/file.README.html +13 -5
- data/docs/doc/file_list.html +2 -5
- data/docs/doc/frames.html +1 -1
- data/docs/doc/index.html +13 -5
- data/docs/doc/js/app.js +267 -348
- data/docs/doc/js/full_list.js +24 -52
- data/docs/doc/method_list.html +403 -382
- data/docs/doc/top-level-namespace.html +3 -3
- data/doing.rdoc +65 -1
- data/lib/completion/_doing.zsh +9 -9
- data/lib/completion/doing.bash +16 -16
- data/lib/completion/doing.fish +8 -0
- data/lib/completion/doing.ts +90 -0
- data/lib/doing/add_options.rb +4 -0
- data/lib/doing/normalize.rb +25 -0
- data/lib/doing/plugins/export/dayone_export.rb +2 -1
- data/lib/doing/plugins/export/html_export.rb +1 -1
- data/lib/doing/plugins/export/json_export.rb +2 -1
- data/lib/doing/plugins/export/markdown_export.rb +2 -1
- data/lib/doing/plugins/export/template_export.rb +2 -1
- data/lib/doing/types.rb +2 -0
- data/lib/doing/version.rb +1 -1
- data/lib/doing/wwid/timers.rb +146 -94
- data/lib/examples/plugins/wiki_export/wiki_export.rb +1 -1
- metadata +2 -2
data/docs/doc/file.README.html
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
File: README
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.36
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -71,7 +71,7 @@ you've done.</strong></p>
|
|
|
71
71
|
|
|
72
72
|
<!--README-->
|
|
73
73
|
|
|
74
|
-
<p>The current version of <code>doing</code> is <!--VER-->2.1.
|
|
74
|
+
<p>The current version of <code>doing</code> is <!--VER-->2.1.97<!--END VER-->.</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'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
|
|
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.
|
|
166
|
+
0.9.36 (ruby-4.0.2).
|
|
159
167
|
</div>
|
|
160
168
|
|
|
161
169
|
</div>
|
data/docs/doc/file_list.html
CHANGED
|
@@ -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
data/docs/doc/index.html
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>
|
|
7
7
|
File: README
|
|
8
8
|
|
|
9
|
-
— Documentation by YARD 0.9.
|
|
9
|
+
— Documentation by YARD 0.9.36
|
|
10
10
|
|
|
11
11
|
</title>
|
|
12
12
|
|
|
@@ -71,7 +71,7 @@ you've done.</strong></p>
|
|
|
71
71
|
|
|
72
72
|
<!--README-->
|
|
73
73
|
|
|
74
|
-
<p>The current version of <code>doing</code> is <!--VER-->2.1.
|
|
74
|
+
<p>The current version of <code>doing</code> is <!--VER-->2.1.97<!--END VER-->.</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'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
|
|
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.
|
|
166
|
+
0.9.36 (ruby-4.0.2).
|
|
159
167
|
</div>
|
|
160
168
|
|
|
161
169
|
</div>
|