doing 2.1.39 → 2.1.42

Sign up to get free protection for your applications and to get access to all the features.
Files changed (229) hide show
  1. checksums.yaml +4 -4
  2. data/.yardopts +1 -1
  3. data/CHANGELOG.md +67 -0
  4. data/Gemfile.lock +1 -1
  5. data/README.md +1 -1
  6. data/Rakefile +4 -4
  7. data/bin/commands/again.rb +1 -3
  8. data/bin/commands/changes.rb +50 -34
  9. data/bin/commands/commands.rb +77 -52
  10. data/bin/commands/commands_accepting.rb +57 -53
  11. data/bin/commands/config.rb +45 -36
  12. data/bin/commands/done.rb +1 -18
  13. data/bin/commands/finish.rb +90 -59
  14. data/bin/commands/flag.rb +5 -1
  15. data/bin/commands/grep.rb +3 -14
  16. data/bin/commands/last.rb +2 -8
  17. data/bin/commands/meanwhile.rb +13 -6
  18. data/bin/commands/now.rb +151 -107
  19. data/bin/commands/on.rb +8 -18
  20. data/bin/commands/recent.rb +2 -8
  21. data/bin/commands/reset.rb +24 -1
  22. data/bin/commands/select.rb +1 -1
  23. data/bin/commands/show.rb +6 -17
  24. data/bin/commands/since.rb +1 -12
  25. data/bin/commands/tag_dir.rb +49 -15
  26. data/bin/commands/today.rb +2 -13
  27. data/bin/commands/undo.rb +4 -6
  28. data/bin/commands/view.rb +1 -1
  29. data/bin/commands/yesterday.rb +2 -13
  30. data/bin/doing +15 -8
  31. data/{Dockerfile → docker/Dockerfile} +3 -1
  32. data/{Dockerfile-2.6 → docker/Dockerfile-2.6} +2 -2
  33. data/{Dockerfile-2.7 → docker/Dockerfile-2.7} +2 -2
  34. data/{Dockerfile-3.0 → docker/Dockerfile-3.0} +2 -2
  35. data/{bash_profile → docker/bash_profile} +0 -0
  36. data/{inputrc → docker/inputrc} +0 -0
  37. data/docs/doc/Array.html +85 -2
  38. data/docs/doc/BooleanTermParser/Clause.html +1 -1
  39. data/docs/doc/BooleanTermParser/Operator.html +1 -1
  40. data/docs/doc/BooleanTermParser/Query.html +1 -1
  41. data/docs/doc/BooleanTermParser/QueryParser.html +1 -1
  42. data/docs/doc/BooleanTermParser/QueryTransformer.html +1 -1
  43. data/docs/doc/BooleanTermParser.html +1 -1
  44. data/docs/doc/Doing/ArrayNestedHash.html +198 -0
  45. data/docs/doc/Doing/ArrayTags.html +424 -0
  46. data/docs/doc/Doing/CSVExport.html +266 -0
  47. data/docs/doc/Doing/CalendarImport.html +232 -0
  48. data/docs/doc/Doing/Change.html +617 -0
  49. data/docs/doc/Doing/Changes.html +468 -0
  50. data/docs/doc/Doing/ChronifyArray.html +347 -0
  51. data/docs/doc/Doing/ChronifyNumeric.html +271 -0
  52. data/docs/doc/Doing/ChronifyString.html +682 -0
  53. data/docs/doc/Doing/Color.html +167 -21
  54. data/docs/doc/Doing/Completion/BashCompletions.html +445 -0
  55. data/docs/doc/Doing/Completion/FishCompletions.html +445 -0
  56. data/docs/doc/Doing/Completion/StringUtils.html +229 -0
  57. data/docs/doc/Doing/Completion/ZshCompletions.html +445 -0
  58. data/docs/doc/Doing/Completion.html +17 -3
  59. data/docs/doc/Doing/Configuration.html +3 -2
  60. data/docs/doc/Doing/DayOneRenderer.html +383 -0
  61. data/docs/doc/Doing/DayoneExport.html +290 -0
  62. data/docs/doc/Doing/DoingImport.html +391 -0
  63. data/docs/doc/Doing/Entry.html +381 -0
  64. data/docs/doc/Doing/Errors/DoingNoTraceError.html +7 -3
  65. data/docs/doc/Doing/Errors/DoingRuntimeError.html +7 -3
  66. data/docs/doc/Doing/Errors/DoingStandardError.html +1 -1
  67. data/docs/doc/Doing/Errors/EmptyInput.html +10 -2
  68. data/docs/doc/Doing/Errors/HistoryLimitError.html +194 -0
  69. data/docs/doc/Doing/Errors/InvalidPlugin.html +194 -0
  70. data/docs/doc/Doing/Errors/MissingBackupFile.html +194 -0
  71. data/docs/doc/Doing/Errors/NoResults.html +10 -2
  72. data/docs/doc/Doing/Errors/PluginException.html +1 -1
  73. data/docs/doc/Doing/Errors/UserCancelled.html +10 -2
  74. data/docs/doc/Doing/Errors/WrongCommand.html +10 -2
  75. data/docs/doc/Doing/Errors.html +9 -9
  76. data/docs/doc/Doing/HTMLExport.html +256 -0
  77. data/docs/doc/Doing/Hooks.html +1 -1
  78. data/docs/doc/Doing/Item.html +179 -1660
  79. data/docs/doc/Doing/ItemDates.html +564 -0
  80. data/docs/doc/Doing/ItemQuery.html +614 -0
  81. data/docs/doc/Doing/ItemState.html +387 -0
  82. data/docs/doc/Doing/ItemTags.html +498 -0
  83. data/docs/doc/Doing/Items.html +581 -15
  84. data/docs/doc/Doing/JSONExport.html +222 -0
  85. data/docs/doc/Doing/Logger.html +1 -1
  86. data/docs/doc/Doing/MarkdownExport.html +266 -0
  87. data/docs/doc/Doing/MarkdownRenderer.html +383 -0
  88. data/docs/doc/Doing/Note.html +18 -4
  89. data/docs/doc/Doing/Pager.html +1 -1
  90. data/docs/doc/Doing/Plugins.html +181 -76
  91. data/docs/doc/Doing/Prompt.html +32 -683
  92. data/docs/doc/Doing/PromptChoose.html +484 -0
  93. data/docs/doc/Doing/PromptFZF.html +391 -0
  94. data/docs/doc/Doing/PromptInput.html +572 -0
  95. data/docs/doc/Doing/PromptSTD.html +293 -0
  96. data/docs/doc/Doing/PromptYN.html +237 -0
  97. data/docs/doc/Doing/Section.html +58 -2
  98. data/docs/doc/Doing/StringHighlight.html +533 -0
  99. data/docs/doc/Doing/StringNormalize.html +929 -0
  100. data/docs/doc/Doing/StringQuery.html +725 -0
  101. data/docs/doc/Doing/StringTags.html +884 -0
  102. data/docs/doc/Doing/StringTransform.html +599 -0
  103. data/docs/doc/Doing/StringTruncate.html +448 -0
  104. data/docs/doc/Doing/StringURL.html +409 -0
  105. data/docs/doc/Doing/SymbolNormalize.html +341 -0
  106. data/docs/doc/Doing/TaskPaperExport.html +222 -0
  107. data/docs/doc/Doing/TemplateExport.html +249 -0
  108. data/docs/doc/Doing/TemplateString.html +102 -3
  109. data/docs/doc/Doing/TimingImport.html +285 -0
  110. data/docs/doc/Doing/Types.html +1 -1
  111. data/docs/doc/Doing/Util/Backup.html +11 -163
  112. data/docs/doc/Doing/Util.html +67 -10
  113. data/docs/doc/Doing/Version.html +523 -0
  114. data/docs/doc/Doing/WWID/WWIDUtil.html +510 -0
  115. data/docs/doc/Doing/WWID.html +476 -139
  116. data/docs/doc/Doing/WWIDDisplay.html +865 -0
  117. data/docs/doc/Doing/WWIDEditor.html +466 -0
  118. data/docs/doc/Doing/WWIDFileTools.html +359 -0
  119. data/docs/doc/Doing/WWIDFilter.html +466 -0
  120. data/docs/doc/Doing/WWIDGuess.html +299 -0
  121. data/docs/doc/Doing/WWIDInteractive.html +752 -0
  122. data/docs/doc/Doing/WWIDModify.html +1078 -0
  123. data/docs/doc/Doing/WWIDTags.html +302 -0
  124. data/docs/doc/Doing/WWIDTimers.html +359 -0
  125. data/docs/doc/Doing/WWIDUtil.html +510 -0
  126. data/docs/doc/Doing.html +9 -6
  127. data/docs/doc/FalseClass.html +1 -1
  128. data/docs/doc/GLI/Commands/Help.html +1 -1
  129. data/docs/doc/GLI/Commands/MarkdownDocumentListener.html +1 -1
  130. data/docs/doc/GLI/Commands.html +1 -1
  131. data/docs/doc/GLI.html +1 -1
  132. data/docs/doc/Hash.html +1 -1
  133. data/docs/doc/Numeric.html +23 -78
  134. data/docs/doc/Object.html +1 -1
  135. data/docs/doc/PhraseParser/Operator.html +1 -1
  136. data/docs/doc/PhraseParser/PhraseClause.html +1 -1
  137. data/docs/doc/PhraseParser/Query.html +1 -1
  138. data/docs/doc/PhraseParser/QueryParser.html +1 -1
  139. data/docs/doc/PhraseParser/QueryTransformer.html +1 -1
  140. data/docs/doc/PhraseParser/TermClause.html +1 -1
  141. data/docs/doc/PhraseParser.html +1 -1
  142. data/docs/doc/Status.html +1 -1
  143. data/docs/doc/String.html +58 -633
  144. data/docs/doc/Symbol.html +9 -224
  145. data/docs/doc/Time.html +119 -13
  146. data/docs/doc/TrueClass.html +1 -1
  147. data/docs/doc/_index.html +348 -4
  148. data/docs/doc/class_list.html +1 -1
  149. data/docs/doc/file.README.html +2 -2
  150. data/docs/doc/index.html +2 -2
  151. data/docs/doc/method_list.html +1904 -592
  152. data/docs/doc/top-level-namespace.html +12 -4
  153. data/docs/index.md +1 -1
  154. data/doing.rdoc +67 -15
  155. data/lib/completion/_doing.zsh +6 -6
  156. data/lib/completion/doing.bash +10 -10
  157. data/lib/completion/doing.fish +10 -3
  158. data/lib/doing/add_options.rb +39 -1
  159. data/lib/doing/array/array.rb +18 -12
  160. data/lib/doing/array/cleanup.rb +31 -0
  161. data/lib/doing/array/nested_hash.rb +1 -1
  162. data/lib/doing/array/tags.rb +6 -5
  163. data/lib/doing/changelog/changelog.rb +6 -0
  164. data/lib/doing/chronify/array.rb +65 -25
  165. data/lib/doing/chronify/chronify.rb +12 -0
  166. data/lib/doing/chronify/numeric.rb +3 -2
  167. data/lib/doing/chronify/string.rb +1 -1
  168. data/lib/doing/colors.rb +77 -30
  169. data/lib/doing/completion/completion_string.rb +25 -0
  170. data/lib/doing/completion.rb +4 -5
  171. data/lib/doing/configuration.rb +7 -3
  172. data/lib/doing/errors.rb +51 -35
  173. data/lib/doing/good.rb +8 -0
  174. data/lib/doing/hooks.rb +3 -3
  175. data/lib/doing/item/dates.rb +112 -0
  176. data/lib/doing/item/item.rb +128 -0
  177. data/lib/doing/{item.rb → item/query.rb} +2 -353
  178. data/lib/doing/item/state.rb +59 -0
  179. data/lib/doing/item/tags.rb +87 -0
  180. data/lib/doing/items/filter.rb +67 -0
  181. data/lib/doing/items/items.rb +57 -0
  182. data/lib/doing/items/modify.rb +36 -0
  183. data/lib/doing/items/sections.rb +83 -0
  184. data/lib/doing/items/util.rb +74 -0
  185. data/lib/doing/normalize.rb +10 -2
  186. data/lib/doing/note.rb +1 -1
  187. data/lib/doing/pager.rb +9 -3
  188. data/lib/doing/plugin_manager.rb +33 -8
  189. data/lib/doing/plugins/export/markdown_export.rb +4 -2
  190. data/lib/doing/plugins/export/template_export.rb +4 -4
  191. data/lib/doing/plugins/import/cal_to_json.scpt +0 -0
  192. data/lib/doing/plugins/import/doing_import.rb +1 -1
  193. data/lib/doing/prompt/choose.rb +118 -0
  194. data/lib/doing/prompt/fzf.rb +84 -0
  195. data/lib/doing/prompt/input.rb +129 -0
  196. data/lib/doing/prompt/prompt.rb +41 -0
  197. data/lib/doing/prompt/std.rb +32 -0
  198. data/lib/doing/prompt/yn.rb +64 -0
  199. data/lib/doing/section.rb +4 -0
  200. data/lib/doing/string/highlight.rb +1 -1
  201. data/lib/doing/string/query.rb +1 -1
  202. data/lib/doing/string/string.rb +18 -7
  203. data/lib/doing/string/tags.rb +14 -3
  204. data/lib/doing/string/transform.rb +7 -1
  205. data/lib/doing/string/truncate.rb +1 -1
  206. data/lib/doing/string/url.rb +1 -1
  207. data/lib/doing/time.rb +19 -1
  208. data/lib/doing/util.rb +12 -6
  209. data/lib/doing/util_backup.rb +62 -57
  210. data/lib/doing/version.rb +1 -1
  211. data/lib/doing/wwid/display.rb +396 -0
  212. data/lib/doing/wwid/editor.rb +214 -0
  213. data/lib/doing/wwid/filetools.rb +183 -0
  214. data/lib/doing/wwid/filter.rb +226 -0
  215. data/lib/doing/wwid/guess.rb +85 -0
  216. data/lib/doing/wwid/interactive.rb +377 -0
  217. data/lib/doing/wwid/modify.rb +617 -0
  218. data/lib/doing/wwid/tags.rb +51 -0
  219. data/lib/doing/wwid/timers.rb +342 -0
  220. data/lib/doing/wwid/wwid.rb +121 -0
  221. data/lib/doing/wwid/wwidutil.rb +101 -0
  222. data/lib/doing.rb +7 -7
  223. data/lib/helpers/threaded_tests.rb +1 -0
  224. metadata +94 -14
  225. data/lib/doing/changelog.rb +0 -6
  226. data/lib/doing/completion/string.rb +0 -17
  227. data/lib/doing/items.rb +0 -196
  228. data/lib/doing/prompt.rb +0 -330
  229. data/lib/doing/wwid.rb +0 -2398
@@ -0,0 +1,285 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>
7
+ Class: Doing::TimingImport
8
+
9
+ &mdash; Documentation by YARD 0.9.27
10
+
11
+ </title>
12
+
13
+ <link rel="stylesheet" href="../css/style.css" type="text/css" />
14
+
15
+ <link rel="stylesheet" href="../css/common.css" type="text/css" />
16
+
17
+ <script type="text/javascript">
18
+ pathId = "Doing::TimingImport";
19
+ relpath = '../';
20
+ </script>
21
+
22
+
23
+ <script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
24
+
25
+ <script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
26
+
27
+
28
+ </head>
29
+ <body>
30
+ <div class="nav_wrap">
31
+ <iframe id="nav" src="../class_list.html?1"></iframe>
32
+ <div id="resizer"></div>
33
+ </div>
34
+
35
+ <div id="main" tabindex="-1">
36
+ <div id="header">
37
+ <div id="menu">
38
+
39
+ <a href="../_index.html">Index (T)</a> &raquo;
40
+ <span class='title'><span class='object_link'><a href="../Doing.html" title="Doing (module)">Doing</a></span></span>
41
+ &raquo;
42
+ <span class="title">TimingImport</span>
43
+
44
+ </div>
45
+
46
+ <div id="search">
47
+
48
+ <a class="full_list_link" id="class_list_link"
49
+ href="../class_list.html">
50
+
51
+ <svg width="24" height="24">
52
+ <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
53
+ <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
54
+ <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
55
+ </svg>
56
+ </a>
57
+
58
+ </div>
59
+ <div class="clear"></div>
60
+ </div>
61
+
62
+ <div id="content"><h1>Class: Doing::TimingImport
63
+
64
+
65
+
66
+ </h1>
67
+ <div class="box_info">
68
+
69
+ <dl>
70
+ <dt>Inherits:</dt>
71
+ <dd>
72
+ <span class="inheritName"><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></span>
73
+
74
+ <ul class="fullTree">
75
+ <li><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></li>
76
+
77
+ <li class="next">Doing::TimingImport</li>
78
+
79
+ </ul>
80
+ <a href="#" class="inheritanceTree">show all</a>
81
+
82
+ </dd>
83
+ </dl>
84
+
85
+
86
+
87
+
88
+
89
+
90
+ <dl>
91
+ <dt>Includes:</dt>
92
+ <dd><span class='object_link'><a href="Util.html" title="Doing::Util (module)">Util</a></span></dd>
93
+ </dl>
94
+
95
+
96
+
97
+
98
+
99
+
100
+ <dl>
101
+ <dt>Defined in:</dt>
102
+ <dd>lib/doing/plugins/import/timing_import.rb</dd>
103
+ </dl>
104
+
105
+ </div>
106
+
107
+
108
+
109
+
110
+
111
+
112
+
113
+
114
+
115
+ <h2>
116
+ Class Method Summary
117
+ <small><a href="#" class="summary_toggle">collapse</a></small>
118
+ </h2>
119
+
120
+ <ul class="summary">
121
+
122
+ <li class="public ">
123
+ <span class="summary_signature">
124
+
125
+ <a href="#import-class_method" title="import (class method)">.<strong>import</strong>(wwid, path, options: {}) &#x21d2; Object </a>
126
+
127
+
128
+
129
+ </span>
130
+
131
+
132
+
133
+
134
+
135
+
136
+
137
+
138
+
139
+ <span class="summary_desc"><div class='inline'><p>Imports a Timing report.</p>
140
+ </div></span>
141
+
142
+ </li>
143
+
144
+
145
+ <li class="public ">
146
+ <span class="summary_signature">
147
+
148
+ <a href="#settings-class_method" title="settings (class method)">.<strong>settings</strong> &#x21d2; Object </a>
149
+
150
+
151
+
152
+ </span>
153
+
154
+
155
+
156
+
157
+
158
+
159
+
160
+
161
+
162
+ <span class="summary_desc"><div class='inline'></div></span>
163
+
164
+ </li>
165
+
166
+
167
+ </ul>
168
+
169
+
170
+
171
+
172
+
173
+
174
+
175
+
176
+
177
+
178
+
179
+ <h3 class="inherited">Methods included from <span class='object_link'><a href="Util.html" title="Doing::Util (module)">Util</a></span></h3>
180
+ <p class="inherited"><span class='object_link'><a href="Util.html#args_for_editor-instance_method" title="Doing::Util#args_for_editor (method)">#args_for_editor</a></span>, <span class='object_link'><a href="Util.html#deep_merge_hashes-instance_method" title="Doing::Util#deep_merge_hashes (method)">#deep_merge_hashes</a></span>, <span class='object_link'><a href="Util.html#deep_merge_hashes!-instance_method" title="Doing::Util#deep_merge_hashes! (method)">#deep_merge_hashes!</a></span>, <span class='object_link'><a href="Util.html#default_editor-instance_method" title="Doing::Util#default_editor (method)">#default_editor</a></span>, <span class='object_link'><a href="Util.html#duplicable%3F-instance_method" title="Doing::Util#duplicable? (method)">#duplicable?</a></span>, <span class='object_link'><a href="Util.html#duplicate_frozen_values-instance_method" title="Doing::Util#duplicate_frozen_values (method)">#duplicate_frozen_values</a></span>, <span class='object_link'><a href="Util.html#editor_with_args-instance_method" title="Doing::Util#editor_with_args (method)">#editor_with_args</a></span>, <span class='object_link'><a href="Util.html#exec_available-instance_method" title="Doing::Util#exec_available (method)">#exec_available</a></span>, <span class='object_link'><a href="Util.html#find_default_editor-instance_method" title="Doing::Util#find_default_editor (method)">#find_default_editor</a></span>, <span class='object_link'><a href="Util.html#first_available_exec-instance_method" title="Doing::Util#first_available_exec (method)">#first_available_exec</a></span>, <span class='object_link'><a href="Util.html#mergable%3F-instance_method" title="Doing::Util#mergable? (method)">#mergable?</a></span>, <span class='object_link'><a href="Util.html#merge_default_proc-instance_method" title="Doing::Util#merge_default_proc (method)">#merge_default_proc</a></span>, <span class='object_link'><a href="Util.html#merge_values-instance_method" title="Doing::Util#merge_values (method)">#merge_values</a></span>, <span class='object_link'><a href="Util.html#safe_load_file-instance_method" title="Doing::Util#safe_load_file (method)">#safe_load_file</a></span>, <span class='object_link'><a href="Util.html#user_home-instance_method" title="Doing::Util#user_home (method)">#user_home</a></span>, <span class='object_link'><a href="Util.html#write_to_file-instance_method" title="Doing::Util#write_to_file (method)">#write_to_file</a></span></p>
181
+
182
+
183
+ <div id="class_method_details" class="method_details_list">
184
+ <h2>Class Method Details</h2>
185
+
186
+
187
+ <div class="method_details first">
188
+ <h3 class="signature first" id="import-class_method">
189
+
190
+ .<strong>import</strong>(wwid, path, options: {}) &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
191
+
192
+
193
+
194
+
195
+
196
+ </h3><div class="docstring">
197
+ <div class="discussion">
198
+ <p>Imports a Timing report</p>
199
+
200
+
201
+ </div>
202
+ </div>
203
+ <div class="tags">
204
+ <p class="tag_title">Parameters:</p>
205
+ <ul class="param">
206
+
207
+ <li>
208
+
209
+ <span class='name'>wwid</span>
210
+
211
+
212
+ <span class='type'>(<tt><span class='object_link'><a href="WWID.html" title="Doing::WWID (class)">WWID</a></span></tt>)</span>
213
+
214
+
215
+
216
+ &mdash;
217
+ <div class='inline'><p>The wwid object</p>
218
+ </div>
219
+
220
+ </li>
221
+
222
+ <li>
223
+
224
+ <span class='name'>path</span>
225
+
226
+
227
+ <span class='type'>(<tt><span class='object_link'><a href="../String.html" title="String (class)">String</a></span></tt>)</span>
228
+
229
+
230
+
231
+ &mdash;
232
+ <div class='inline'><p>Path to JSON report
233
+ file</p>
234
+ </div>
235
+
236
+ </li>
237
+
238
+ <li>
239
+
240
+ <span class='name'>options</span>
241
+
242
+
243
+ <span class='type'>(<tt><span class='object_link'><a href="../Hash.html" title="Hash (class)">Hash</a></span></tt>)</span>
244
+
245
+
246
+ <em class="default">(defaults to: <tt>{}</tt>)</em>
247
+
248
+
249
+ &mdash;
250
+ <div class='inline'><p>Additional Options</p>
251
+ </div>
252
+
253
+ </li>
254
+
255
+ </ul>
256
+
257
+
258
+ </div>
259
+ </div>
260
+
261
+ <div class="method_details ">
262
+ <h3 class="signature " id="settings-class_method">
263
+
264
+ .<strong>settings</strong> &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
265
+
266
+
267
+
268
+
269
+
270
+ </h3>
271
+ </div>
272
+
273
+ </div>
274
+
275
+ </div>
276
+
277
+ <div id="footer">
278
+ Generated on Fri Mar 18 12:56:58 2022 by
279
+ <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
280
+ 0.9.27 (ruby-3.0.1).
281
+ </div>
282
+
283
+ </div>
284
+ </body>
285
+ </html>
@@ -236,7 +236,7 @@
236
236
  </div>
237
237
 
238
238
  <div id="footer">
239
- Generated on Sun Mar 13 05:08:08 2022 by
239
+ Generated on Fri Mar 18 12:56:57 2022 by
240
240
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
241
241
  0.9.27 (ruby-3.0.1).
242
242
  </div>
@@ -126,51 +126,6 @@
126
126
  <li class="public ">
127
127
  <span class="summary_signature">
128
128
 
129
- <a href="#clear_redo-instance_method" title="#clear_redo (instance method)">#<strong>clear_redo</strong>(filename) &#x21d2; Object </a>
130
-
131
-
132
-
133
- </span>
134
-
135
-
136
-
137
-
138
-
139
-
140
-
141
-
142
-
143
- <span class="summary_desc"><div class='inline'><p>Delete all redo files.</p>
144
- </div></span>
145
-
146
- </li>
147
-
148
-
149
- <li class="public ">
150
- <span class="summary_signature">
151
-
152
- <a href="#clear_undone-instance_method" title="#clear_undone (instance method)">#<strong>clear_undone</strong>(filename = nil) &#x21d2; Object </a>
153
-
154
-
155
-
156
- </span>
157
-
158
-
159
-
160
-
161
-
162
-
163
-
164
-
165
-
166
- <span class="summary_desc"><div class='inline'></div></span>
167
-
168
- </li>
169
-
170
-
171
- <li class="public ">
172
- <span class="summary_signature">
173
-
174
129
  <a href="#last_backup-instance_method" title="#last_backup (instance method)">#<strong>last_backup</strong>(filename = nil, count: 1) &#x21d2; String </a>
175
130
 
176
131
 
@@ -303,28 +258,6 @@
303
258
  <span class="summary_desc"><div class='inline'><p>Select from recent undos.</p>
304
259
  </div></span>
305
260
 
306
- </li>
307
-
308
-
309
- <li class="public ">
310
- <span class="summary_signature">
311
-
312
- <a href="#show_menu-instance_method" title="#show_menu (instance method)">#<strong>show_menu</strong>(options, filename) &#x21d2; Object </a>
313
-
314
-
315
-
316
- </span>
317
-
318
-
319
-
320
-
321
-
322
-
323
-
324
-
325
-
326
- <span class="summary_desc"><div class='inline'></div></span>
327
-
328
261
  </li>
329
262
 
330
263
 
@@ -372,60 +305,7 @@
372
305
 
373
306
 
374
307
  <div class="method_details first">
375
- <h3 class="signature first" id="clear_redo-instance_method">
376
-
377
- #<strong>clear_redo</strong>(filename) &#x21d2; <tt><span class='object_link'><a href="../../Object.html" title="Object (class)">Object</a></span></tt>
378
-
379
-
380
-
381
-
382
-
383
- </h3><div class="docstring">
384
- <div class="discussion">
385
- <p>Delete all redo files</p>
386
-
387
-
388
- </div>
389
- </div>
390
- <div class="tags">
391
- <p class="tag_title">Parameters:</p>
392
- <ul class="param">
393
-
394
- <li>
395
-
396
- <span class='name'>limit</span>
397
-
398
-
399
- <span class='type'></span>
400
-
401
-
402
-
403
- &mdash;
404
- <div class='inline'><p>Maximum number of backups to retain</p>
405
- </div>
406
-
407
- </li>
408
-
409
- </ul>
410
-
411
-
412
- </div>
413
- </div>
414
-
415
- <div class="method_details ">
416
- <h3 class="signature " id="clear_undone-instance_method">
417
-
418
- #<strong>clear_undone</strong>(filename = nil) &#x21d2; <tt><span class='object_link'><a href="../../Object.html" title="Object (class)">Object</a></span></tt>
419
-
420
-
421
-
422
-
423
-
424
- </h3>
425
- </div>
426
-
427
- <div class="method_details ">
428
- <h3 class="signature " id="last_backup-instance_method">
308
+ <h3 class="signature first" id="last_backup-instance_method">
429
309
 
430
310
  #<strong>last_backup</strong>(filename = nil, count: 1) &#x21d2; <tt><span class='object_link'><a href="../../String.html" title="String (class)">String</a></span></tt>
431
311
 
@@ -572,7 +452,7 @@
572
452
  <li>
573
453
 
574
454
 
575
- <span class='type'>(<tt>DoingRuntimeError</tt>)</span>
455
+ <span class='type'>(<tt>HistoryLimitError</tt>)</span>
576
456
 
577
457
 
578
458
 
@@ -630,7 +510,7 @@ different from default</p>
630
510
  <li>
631
511
 
632
512
 
633
- <span class='type'>(<tt>DoingRuntimeError</tt>)</span>
513
+ <span class='type'>(<tt>HistoryLimitError</tt>)</span>
634
514
 
635
515
 
636
516
 
@@ -687,7 +567,7 @@ provided, only backups of that filename will be used.</p>
687
567
  <li>
688
568
 
689
569
 
690
- <span class='type'>(<tt>DoingRuntimeError</tt>)</span>
570
+ <span class='type'>(<tt>MissingBackupFile</tt>)</span>
691
571
 
692
572
 
693
573
 
@@ -744,41 +624,7 @@ provided, only backups of that filename will be used.</p>
744
624
  <li>
745
625
 
746
626
 
747
- <span class='type'>(<tt>DoingRuntimeError</tt>)</span>
748
-
749
-
750
-
751
- </li>
752
-
753
- </ul>
754
-
755
- </div>
756
- </div>
757
-
758
- <div class="method_details ">
759
- <h3 class="signature " id="show_menu-instance_method">
760
-
761
- #<strong>show_menu</strong>(options, filename) &#x21d2; <tt><span class='object_link'><a href="../../Object.html" title="Object (class)">Object</a></span></tt>
762
-
763
-
764
-
765
-
766
-
767
- </h3><div class="docstring">
768
- <div class="discussion">
769
-
770
-
771
- </div>
772
- </div>
773
- <div class="tags">
774
-
775
- <p class="tag_title">Raises:</p>
776
- <ul class="raise">
777
-
778
- <li>
779
-
780
-
781
- <span class='type'>(<tt>UserCancelled</tt>)</span>
627
+ <span class='type'>(<tt>HistoryLimitError</tt>)</span>
782
628
 
783
629
 
784
630
 
@@ -812,15 +658,17 @@ in a hidden directory</p>
812
658
 
813
659
  <li>
814
660
 
815
- <span class='name'>content</span>
661
+ <span class='name'>filename</span>
816
662
 
817
663
 
818
- <span class='type'></span>
664
+ <span class='type'>(<tt><span class='object_link'><a href="../../String.html" title="String (class)">String</a></span></tt>)</span>
665
+
819
666
 
667
+ <em class="default">(defaults to: <tt>nil</tt>)</em>
820
668
 
821
669
 
822
670
  &mdash;
823
- <div class='inline'><p>The data to back up</p>
671
+ <div class='inline'><p>The filename</p>
824
672
  </div>
825
673
 
826
674
  </li>
@@ -836,7 +684,7 @@ in a hidden directory</p>
836
684
  </div>
837
685
 
838
686
  <div id="footer">
839
- Generated on Sun Mar 13 05:08:08 2022 by
687
+ Generated on Fri Mar 18 12:56:57 2022 by
840
688
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
841
689
  0.9.27 (ruby-3.0.1).
842
690
  </div>
@@ -81,7 +81,7 @@
81
81
 
82
82
  <dl>
83
83
  <dt>Included in:</dt>
84
- <dd><span class='object_link'><a href="" title="Doing::Util (module)">Util</a></span>, <span class='object_link'><a href="Util/Backup.html" title="Doing::Util::Backup (module)">Backup</a></span></dd>
84
+ <dd><span class='object_link'><a href="CSVExport.html" title="Doing::CSVExport (class)">CSVExport</a></span>, <span class='object_link'><a href="CalendarImport.html" title="Doing::CalendarImport (class)">CalendarImport</a></span>, <span class='object_link'><a href="DayoneExport.html" title="Doing::DayoneExport (class)">DayoneExport</a></span>, <span class='object_link'><a href="DoingImport.html" title="Doing::DoingImport (class)">DoingImport</a></span>, <span class='object_link'><a href="HTMLExport.html" title="Doing::HTMLExport (class)">HTMLExport</a></span>, <span class='object_link'><a href="JSONExport.html" title="Doing::JSONExport (class)">JSONExport</a></span>, <span class='object_link'><a href="MarkdownExport.html" title="Doing::MarkdownExport (class)">MarkdownExport</a></span>, <span class='object_link'><a href="TaskPaperExport.html" title="Doing::TaskPaperExport (class)">TaskPaperExport</a></span>, <span class='object_link'><a href="TemplateExport.html" title="Doing::TemplateExport (class)">TemplateExport</a></span>, <span class='object_link'><a href="TimingImport.html" title="Doing::TimingImport (class)">TimingImport</a></span>, <span class='object_link'><a href="" title="Doing::Util (module)">Util</a></span>, <span class='object_link'><a href="Util/Backup.html" title="Doing::Util::Backup (module)">Backup</a></span></dd>
85
85
  </dl>
86
86
 
87
87
 
@@ -169,7 +169,7 @@
169
169
 
170
170
 
171
171
 
172
- <span class="summary_desc"><div class='inline'><p>Non-destructive version of deep_merge_hashes! See that method.</p>
172
+ <span class="summary_desc"><div class='inline'><p>Non-destructive version of deep_merge_hashes!.</p>
173
173
  </div></span>
174
174
 
175
175
  </li>
@@ -178,7 +178,7 @@
178
178
  <li class="public ">
179
179
  <span class="summary_signature">
180
180
 
181
- <a href="#deep_merge_hashes!-instance_method" title="#deep_merge_hashes! (instance method)">#<strong>deep_merge_hashes!</strong>(target, overwrite) &#x21d2; Object </a>
181
+ <a href="#deep_merge_hashes!-instance_method" title="#deep_merge_hashes! (instance method)">#<strong>deep_merge_hashes!</strong>(target, overwrite) &#x21d2; Hash </a>
182
182
 
183
183
 
184
184
 
@@ -519,8 +519,7 @@
519
519
 
520
520
  </h3><div class="docstring">
521
521
  <div class="discussion">
522
- <p>Non-destructive version of deep_merge_hashes! See that
523
- method.</p>
522
+ <p>Non-destructive version of deep_merge_hashes!</p>
524
523
 
525
524
 
526
525
  </div>
@@ -579,13 +578,20 @@ method.</p>
579
578
 
580
579
  </ul>
581
580
 
581
+ <p class="tag_title">See Also:</p>
582
+ <ul class="see">
583
+
584
+ <li>{deep_merge_hashes!}</li>
585
+
586
+ </ul>
587
+
582
588
  </div>
583
589
  </div>
584
590
 
585
591
  <div class="method_details ">
586
592
  <h3 class="signature " id="deep_merge_hashes!-instance_method">
587
593
 
588
- #<strong>deep_merge_hashes!</strong>(target, overwrite) &#x21d2; <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt>
594
+ #<strong>deep_merge_hashes!</strong>(target, overwrite) &#x21d2; <tt><span class='object_link'><a href="../Hash.html" title="Hash (class)">Hash</a></span></tt>
589
595
 
590
596
 
591
597
 
@@ -595,9 +601,6 @@ method.</p>
595
601
  <div class="discussion">
596
602
  <p>Merges a master hash with another hash, recursively.</p>
597
603
 
598
- <p>master_hash - the &quot;parent&quot; hash whose values will be overridden
599
- other_hash - the other hash whose values will be persisted after the merge</p>
600
-
601
604
  <p>This code was lovingly stolen from some random gem:
602
605
  <a href="http://gemjack.com/gems/tartan-0.1.1/classes/Hash.html">http://gemjack.com/gems/tartan-0.1.1/classes/Hash.html</a></p>
603
606
 
@@ -607,7 +610,61 @@ other_hash - the other hash whose values will be persisted after the merge</p>
607
610
  </div>
608
611
  </div>
609
612
  <div class="tags">
613
+ <p class="tag_title">Parameters:</p>
614
+ <ul class="param">
615
+
616
+ <li>
617
+
618
+ <span class='name'>target</span>
619
+
620
+
621
+ <span class='type'>(<tt><span class='object_link'><a href="../Hash.html" title="Hash (class)">Hash</a></span></tt>)</span>
622
+
623
+
624
+
625
+ &mdash;
626
+ <div class='inline'><p>the &quot;parent&quot; hash whose
627
+ values will be overridden</p>
628
+ </div>
629
+
630
+ </li>
631
+
632
+ <li>
633
+
634
+ <span class='name'>overwrite</span>
635
+
636
+
637
+ <span class='type'>(<tt><span class='object_link'><a href="../Hash.html" title="Hash (class)">Hash</a></span></tt>)</span>
638
+
639
+
640
+
641
+ &mdash;
642
+ <div class='inline'><p>the other hash whose
643
+ values will be persisted after
644
+ the merge</p>
645
+ </div>
646
+
647
+ </li>
610
648
 
649
+ </ul>
650
+
651
+ <p class="tag_title">Returns:</p>
652
+ <ul class="return">
653
+
654
+ <li>
655
+
656
+
657
+ <span class='type'>(<tt><span class='object_link'><a href="../Hash.html" title="Hash (class)">Hash</a></span></tt>)</span>
658
+
659
+
660
+
661
+ &mdash;
662
+ <div class='inline'><p>merged hashes</p>
663
+ </div>
664
+
665
+ </li>
666
+
667
+ </ul>
611
668
 
612
669
  </div>
613
670
  </div>
@@ -925,7 +982,7 @@ other_hash - the other hash whose values will be persisted after the merge</p>
925
982
  </div>
926
983
 
927
984
  <div id="footer">
928
- Generated on Sun Mar 13 05:08:08 2022 by
985
+ Generated on Fri Mar 18 12:56:57 2022 by
929
986
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
930
987
  0.9.27 (ruby-3.0.1).
931
988
  </div>