doing 2.1.46 → 2.1.49

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 (134) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +27 -0
  3. data/Gemfile.lock +1 -1
  4. data/README.md +1 -1
  5. data/bin/commands/completion.rb +1 -1
  6. data/bin/commands/config.rb +1 -1
  7. data/bin/commands/last.rb +1 -1
  8. data/bin/commands/now.rb +2 -1
  9. data/bin/commands/recent.rb +1 -1
  10. data/docs/doc/Array.html +1 -1
  11. data/docs/doc/BooleanTermParser/Clause.html +1 -1
  12. data/docs/doc/BooleanTermParser/Operator.html +1 -1
  13. data/docs/doc/BooleanTermParser/Query.html +1 -1
  14. data/docs/doc/BooleanTermParser/QueryParser.html +1 -1
  15. data/docs/doc/BooleanTermParser/QueryTransformer.html +1 -1
  16. data/docs/doc/BooleanTermParser.html +1 -1
  17. data/docs/doc/Doing/ArrayCleanup.html +1 -1
  18. data/docs/doc/Doing/ArrayNestedHash.html +1 -1
  19. data/docs/doc/Doing/ArrayTags.html +1 -1
  20. data/docs/doc/Doing/CSVExport.html +1 -1
  21. data/docs/doc/Doing/CalendarImport.html +1 -1
  22. data/docs/doc/Doing/Change.html +1 -1
  23. data/docs/doc/Doing/Changes.html +1 -1
  24. data/docs/doc/Doing/ChronifyArray.html +1 -1
  25. data/docs/doc/Doing/ChronifyNumeric.html +1 -1
  26. data/docs/doc/Doing/ChronifyString.html +1 -1
  27. data/docs/doc/Doing/Color.html +1 -1
  28. data/docs/doc/Doing/Completion/BashCompletions.html +1 -1
  29. data/docs/doc/Doing/Completion/FigCompletions.html +445 -0
  30. data/docs/doc/Doing/Completion/FishCompletions.html +1 -1
  31. data/docs/doc/Doing/Completion/StringUtils.html +1 -1
  32. data/docs/doc/Doing/Completion/ZshCompletions.html +1 -1
  33. data/docs/doc/Doing/Completion.html +5 -5
  34. data/docs/doc/Doing/Configuration.html +1 -1
  35. data/docs/doc/Doing/DayOneRenderer.html +1 -1
  36. data/docs/doc/Doing/DayoneExport.html +1 -1
  37. data/docs/doc/Doing/DoingExport.html +206 -0
  38. data/docs/doc/Doing/DoingImport.html +1 -1
  39. data/docs/doc/Doing/Entry.html +1 -1
  40. data/docs/doc/Doing/Errors/DoingNoTraceError.html +1 -1
  41. data/docs/doc/Doing/Errors/DoingRuntimeError.html +1 -1
  42. data/docs/doc/Doing/Errors/DoingStandardError.html +1 -1
  43. data/docs/doc/Doing/Errors/EmptyInput.html +1 -1
  44. data/docs/doc/Doing/Errors/HistoryLimitError.html +1 -1
  45. data/docs/doc/Doing/Errors/InvalidPlugin.html +1 -1
  46. data/docs/doc/Doing/Errors/MissingBackupFile.html +1 -1
  47. data/docs/doc/Doing/Errors/NoResults.html +1 -1
  48. data/docs/doc/Doing/Errors/PluginException.html +1 -1
  49. data/docs/doc/Doing/Errors/UserCancelled.html +1 -1
  50. data/docs/doc/Doing/Errors/WrongCommand.html +1 -1
  51. data/docs/doc/Doing/Errors.html +1 -1
  52. data/docs/doc/Doing/HTMLExport.html +1 -1
  53. data/docs/doc/Doing/Hooks.html +1 -1
  54. data/docs/doc/Doing/Item.html +1 -1
  55. data/docs/doc/Doing/ItemDates.html +1 -1
  56. data/docs/doc/Doing/ItemQuery.html +1 -1
  57. data/docs/doc/Doing/ItemState.html +1 -1
  58. data/docs/doc/Doing/ItemTags.html +1 -1
  59. data/docs/doc/Doing/Items.html +1 -1
  60. data/docs/doc/Doing/JSONExport.html +1 -1
  61. data/docs/doc/Doing/JSONImport.html +295 -0
  62. data/docs/doc/Doing/Logger.html +1 -1
  63. data/docs/doc/Doing/MarkdownExport.html +1 -1
  64. data/docs/doc/Doing/Note.html +1 -1
  65. data/docs/doc/Doing/Pager.html +1 -1
  66. data/docs/doc/Doing/Plugins.html +1 -1
  67. data/docs/doc/Doing/Prompt.html +1 -1
  68. data/docs/doc/Doing/PromptChoose.html +1 -1
  69. data/docs/doc/Doing/PromptFZF.html +1 -1
  70. data/docs/doc/Doing/PromptInput.html +1 -1
  71. data/docs/doc/Doing/PromptSTD.html +1 -1
  72. data/docs/doc/Doing/PromptYN.html +1 -1
  73. data/docs/doc/Doing/Section.html +1 -1
  74. data/docs/doc/Doing/StringHighlight.html +1 -1
  75. data/docs/doc/Doing/StringNormalize.html +1 -1
  76. data/docs/doc/Doing/StringQuery.html +1 -1
  77. data/docs/doc/Doing/StringTags.html +1 -1
  78. data/docs/doc/Doing/StringTransform.html +1 -1
  79. data/docs/doc/Doing/StringTruncate.html +1 -1
  80. data/docs/doc/Doing/StringURL.html +1 -1
  81. data/docs/doc/Doing/SymbolNormalize.html +1 -1
  82. data/docs/doc/Doing/TaskPaperExport.html +1 -1
  83. data/docs/doc/Doing/TemplateExport.html +1 -1
  84. data/docs/doc/Doing/TemplateString.html +1 -1
  85. data/docs/doc/Doing/TimingImport.html +1 -1
  86. data/docs/doc/Doing/Types.html +1 -1
  87. data/docs/doc/Doing/Util/Backup.html +1 -1
  88. data/docs/doc/Doing/Util.html +1 -1
  89. data/docs/doc/Doing/Version.html +1 -1
  90. data/docs/doc/Doing/WWID.html +1 -1
  91. data/docs/doc/Doing.html +4 -4
  92. data/docs/doc/FalseClass.html +1 -1
  93. data/docs/doc/GLI/Commands/Help.html +1 -1
  94. data/docs/doc/GLI/Commands/MarkdownDocumentListener.html +1 -1
  95. data/docs/doc/GLI/Commands.html +1 -1
  96. data/docs/doc/GLI.html +1 -1
  97. data/docs/doc/Hash.html +1 -1
  98. data/docs/doc/Numeric.html +1 -1
  99. data/docs/doc/Object.html +1 -1
  100. data/docs/doc/PhraseParser/Operator.html +1 -1
  101. data/docs/doc/PhraseParser/PhraseClause.html +1 -1
  102. data/docs/doc/PhraseParser/Query.html +1 -1
  103. data/docs/doc/PhraseParser/QueryParser.html +1 -1
  104. data/docs/doc/PhraseParser/QueryTransformer.html +1 -1
  105. data/docs/doc/PhraseParser/TermClause.html +1 -1
  106. data/docs/doc/PhraseParser.html +1 -1
  107. data/docs/doc/Status.html +1 -1
  108. data/docs/doc/String.html +2 -2
  109. data/docs/doc/Symbol.html +1 -1
  110. data/docs/doc/Time.html +1 -1
  111. data/docs/doc/TrueClass.html +1 -1
  112. data/docs/doc/_index.html +15 -1
  113. data/docs/doc/class_list.html +1 -1
  114. data/docs/doc/file.README.html +2 -2
  115. data/docs/doc/index.html +2 -2
  116. data/docs/doc/method_list.html +662 -590
  117. data/docs/doc/top-level-namespace.html +1 -1
  118. data/doing.rdoc +18 -18
  119. data/doing.ts +5911 -0
  120. data/export.doing +0 -0
  121. data/lib/completion/_doing.zsh +31 -31
  122. data/lib/completion/doing.ts +4942 -0
  123. data/lib/doing/add_options.rb +1 -1
  124. data/lib/doing/completion/fig_completion.rb +121 -0
  125. data/lib/doing/completion.rb +14 -4
  126. data/lib/doing/plugin_manager.rb +1 -1
  127. data/lib/doing/plugins/export/doing_export.rb +37 -0
  128. data/lib/doing/plugins/export/template_export.rb +4 -2
  129. data/lib/doing/plugins/import/doing_import.rb +17 -6
  130. data/lib/doing/plugins/import/json_import.rb +1 -0
  131. data/lib/doing/version.rb +1 -1
  132. data/lib/doing/wwid/interactive.rb +2 -1
  133. data/lib/doing/wwid/modify.rb +7 -10
  134. metadata +10 -2
@@ -216,7 +216,7 @@
216
216
  </div>
217
217
 
218
218
  <div id="footer">
219
- Generated on Wed Mar 23 08:25:50 2022 by
219
+ Generated on Thu May 12 08:56:16 2022 by
220
220
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
221
221
  0.9.27 (ruby-3.0.1).
222
222
  </div>
data/doing.rdoc CHANGED
@@ -5,7 +5,7 @@ record of what you've been doing, complete with tag-based time tracking. The
5
5
  command line tool allows you to add entries, annotate with tags and notes, and
6
6
  view your entries with myriad options, with a focus on a "natural" language syntax.
7
7
 
8
- v2.1.46
8
+ v2.1.49
9
9
 
10
10
  === Global Options
11
11
  === --config_file arg
@@ -98,7 +98,7 @@ Backdate start date for new entry to date string [4pm|20m|2h|yesterday noon]
98
98
 
99
99
  ===== --bool BOOLEAN
100
100
 
101
- Boolean used to combine multiple tags. Use PATTERN to parse + and - as booleans
101
+ Boolean used to combine multiple tags (AND|OR|NOT). Use PATTERN to parse + and - as booleans
102
102
 
103
103
  [Default Value] pattern
104
104
  [Must Match] (?i-mx:^(?:and|all|any|or|not|none|p(?:at(?:tern)?)?)$)
@@ -211,7 +211,7 @@ Archive entries older than date (natural language).
211
211
 
212
212
  ===== --bool BOOLEAN
213
213
 
214
- Boolean used to combine multiple tags. Use PATTERN to parse + and - as booleans
214
+ Boolean used to combine multiple tags (AND|OR|NOT). Use PATTERN to parse + and - as booleans
215
215
 
216
216
  [Default Value] pattern
217
217
  [Must Match] (?i-mx:^(?:and|all|any|or|not|none|p(?:at(?:tern)?)?)$)
@@ -354,7 +354,7 @@ Adds @done tag without datestamp so no elapsed time is recorded.
354
354
  ===== Options
355
355
  ===== --bool BOOLEAN
356
356
 
357
- Boolean used to combine multiple tags. Use PATTERN to parse + and - as booleans
357
+ Boolean used to combine multiple tags (AND|OR|NOT). Use PATTERN to parse + and - as booleans
358
358
 
359
359
  [Default Value] pattern
360
360
  [Must Match] (?i-mx:^(?:and|all|any|or|not|none|p(?:at(?:tern)?)?)$)
@@ -524,7 +524,7 @@ so typing 'doing' and hitting tab will offer completions of subcommands and thei
524
524
  Deprecated, specify shell as argument to subcommand
525
525
 
526
526
  [Default Value] None
527
- [Must Match] (?i-mx:^(?:[bzf](?:[ai]?sh)?|all)$)
527
+ [Must Match] (?i-mx:^(?:[bzf](?:[ai]?sh)?|fig|all)$)
528
528
 
529
529
 
530
530
  ===== Commands
@@ -574,7 +574,7 @@ DEPRECATED
574
574
 
575
575
 
576
576
  ===== Commands
577
- ====== Command: <tt>edit </tt>
577
+ ====== Command: <tt>edit|open </tt>
578
578
  Open config file in editor
579
579
 
580
580
 
@@ -758,7 +758,7 @@ Backdate completed date to date string [4pm|20m|2h|yesterday noon]
758
758
 
759
759
  ===== --bool BOOLEAN
760
760
 
761
- Boolean used to combine multiple tags. Use PATTERN to parse + and - as booleans
761
+ Boolean used to combine multiple tags (AND|OR|NOT). Use PATTERN to parse + and - as booleans
762
762
 
763
763
  [Default Value] pattern
764
764
  [Must Match] (?i-mx:^(?:and|all|any|or|not|none|p(?:at(?:tern)?)?)$)
@@ -893,7 +893,7 @@ Search entries older than date (natural language). If this is only a time (8am,
893
893
 
894
894
  ===== --bool BOOLEAN
895
895
 
896
- Boolean used to combine multiple tags. Use PATTERN to parse + and - as booleans
896
+ Boolean used to combine multiple tags (AND|OR|NOT). Use PATTERN to parse + and - as booleans
897
897
 
898
898
  [Default Value] pattern
899
899
  [Must Match] (?i-mx:^(?:and|all|any|or|not|none|p(?:at(?:tern)?)?)$)
@@ -1161,7 +1161,7 @@ allowing `doing last` to target historical entries.
1161
1161
  ===== Options
1162
1162
  ===== --bool BOOLEAN
1163
1163
 
1164
- Boolean used to combine multiple tags. Use PATTERN to parse + and - as booleans
1164
+ Boolean used to combine multiple tags (AND|OR|NOT). Use PATTERN to parse + and - as booleans
1165
1165
 
1166
1166
  [Default Value] pattern
1167
1167
  [Must Match] (?i-mx:^(?:and|all|any|or|not|none|p(?:at(?:tern)?)?)$)
@@ -1278,7 +1278,7 @@ Mark last entry as flagged
1278
1278
  ===== Options
1279
1279
  ===== --bool BOOLEAN
1280
1280
 
1281
- Boolean used to combine multiple tags. Use PATTERN to parse + and - as booleans
1281
+ Boolean used to combine multiple tags (AND|OR|NOT). Use PATTERN to parse + and - as booleans
1282
1282
 
1283
1283
  [Default Value] pattern
1284
1284
  [Must Match] (?i-mx:^(?:and|all|any|or|not|none|p(?:at(?:tern)?)?)$)
@@ -1426,7 +1426,7 @@ If -r is provided with no other arguments, the last note is removed.
1426
1426
  ===== Options
1427
1427
  ===== --bool BOOLEAN
1428
1428
 
1429
- Boolean used to combine multiple tags. Use PATTERN to parse + and - as booleans
1429
+ Boolean used to combine multiple tags (AND|OR|NOT). Use PATTERN to parse + and - as booleans
1430
1430
 
1431
1431
  [Default Value] pattern
1432
1432
  [Must Match] (?i-mx:^(?:and|all|any|or|not|none|p(?:at(?:tern)?)?)$)
@@ -1584,7 +1584,7 @@ View entries before specified time (e.g. 8am, 12:30pm, 15:00)
1584
1584
 
1585
1585
  ===== --bool BOOLEAN
1586
1586
 
1587
- Boolean used to combine multiple tags. Use PATTERN to parse + and - as booleans
1587
+ Boolean used to combine multiple tags (AND|OR|NOT). Use PATTERN to parse + and - as booleans
1588
1588
 
1589
1589
  [Default Value] pattern
1590
1590
  [Must Match] (?i-mx:^(?:and|all|any|or|not|none|p(?:at(?:tern)?)?)$)
@@ -1881,7 +1881,7 @@ If a date string is provided as an argument, the start time will be set to the p
1881
1881
  ===== Options
1882
1882
  ===== --bool BOOLEAN
1883
1883
 
1884
- Boolean used to combine multiple tags. Use PATTERN to parse + and - as booleans
1884
+ Boolean used to combine multiple tags (AND|OR|NOT). Use PATTERN to parse + and - as booleans
1885
1885
 
1886
1886
  [Default Value] pattern
1887
1887
  [Must Match] (?i-mx:^(?:and|all|any|or|not|none|p(?:at(?:tern)?)?)$)
@@ -1984,7 +1984,7 @@ Rotate entries older than date
1984
1984
 
1985
1985
  ===== --bool BOOLEAN
1986
1986
 
1987
- Boolean used to combine multiple tags. Use PATTERN to parse + and - as booleans
1987
+ Boolean used to combine multiple tags (AND|OR|NOT). Use PATTERN to parse + and - as booleans
1988
1988
 
1989
1989
  [Default Value] pattern
1990
1990
  [Must Match] (?i-mx:^(?:and|all|any|or|not|none|p(?:at(?:tern)?)?)$)
@@ -2286,7 +2286,7 @@ Show entries older than date (natural language). If this is only a time (8am, 1:
2286
2286
 
2287
2287
  ===== --bool BOOLEAN
2288
2288
 
2289
- Boolean used to combine multiple tags. Use PATTERN to parse + and - as booleans
2289
+ Boolean used to combine multiple tags (AND|OR|NOT). Use PATTERN to parse + and - as booleans
2290
2290
 
2291
2291
  [Default Value] pattern
2292
2292
  [Must Match] (?i-mx:^(?:and|all|any|or|not|none|p(?:at(?:tern)?)?)$)
@@ -2460,7 +2460,7 @@ and "2d" would be interpreted as "two days ago."
2460
2460
  ===== Options
2461
2461
  ===== --bool BOOLEAN
2462
2462
 
2463
- Boolean used to combine multiple tags. Use PATTERN to parse + and - as booleans
2463
+ Boolean used to combine multiple tags (AND|OR|NOT). Use PATTERN to parse + and - as booleans
2464
2464
 
2465
2465
  [Default Value] pattern
2466
2466
  [Must Match] (?i-mx:^(?:and|all|any|or|not|none|p(?:at(?:tern)?)?)$)
@@ -2605,7 +2605,7 @@ Add (or remove) tags from the last entry, or from multiple entries
2605
2605
  ===== Options
2606
2606
  ===== --bool BOOLEAN
2607
2607
 
2608
- Boolean used to combine multiple tags. Use PATTERN to parse + and - as booleans
2608
+ Boolean used to combine multiple tags (AND|OR|NOT). Use PATTERN to parse + and - as booleans
2609
2609
 
2610
2610
  [Default Value] pattern
2611
2611
  [Must Match] (?i-mx:^(?:and|all|any|or|not|none|p(?:at(?:tern)?)?)$)
@@ -2746,7 +2746,7 @@ List all tags in the current Doing file
2746
2746
  ===== Options
2747
2747
  ===== --bool BOOLEAN
2748
2748
 
2749
- Boolean used to combine multiple tags. Use PATTERN to parse + and - as booleans
2749
+ Boolean used to combine multiple tags (AND|OR|NOT). Use PATTERN to parse + and - as booleans
2750
2750
 
2751
2751
  [Default Value] pattern
2752
2752
  [Must Match] (?i-mx:^(?:and|all|any|or|not|none|p(?:at(?:tern)?)?)$)