doing 2.1.22 → 2.1.26

Sign up to get free protection for your applications and to get access to all the features.
Files changed (147) hide show
  1. checksums.yaml +4 -4
  2. data/.yardoc/checksums +17 -14
  3. data/.yardoc/object_types +0 -0
  4. data/.yardoc/objects/root.dat +0 -0
  5. data/CHANGELOG.md +323 -111
  6. data/Gemfile.lock +1 -1
  7. data/README.md +1 -1
  8. data/Rakefile +2 -1
  9. data/bin/commands/add_section.rb +13 -0
  10. data/bin/commands/again.rb +99 -0
  11. data/bin/commands/archive.rb +96 -0
  12. data/bin/commands/cancel.rb +102 -0
  13. data/bin/commands/changes.rb +42 -0
  14. data/bin/commands/choose.rb +9 -0
  15. data/bin/commands/colors.rb +19 -0
  16. data/bin/commands/commands.rb +87 -0
  17. data/bin/commands/commands_accepting.rb +25 -0
  18. data/bin/commands/completion.rb +24 -0
  19. data/bin/commands/config.rb +245 -0
  20. data/bin/commands/done.rb +249 -0
  21. data/bin/commands/finish.rb +149 -0
  22. data/bin/commands/flag.rb +126 -0
  23. data/bin/commands/grep.rb +124 -0
  24. data/bin/commands/import.rb +101 -0
  25. data/bin/commands/install_fzf.rb +17 -0
  26. data/bin/commands/last.rb +114 -0
  27. data/bin/commands/meanwhile.rb +86 -0
  28. data/bin/commands/note.rb +130 -0
  29. data/bin/commands/now.rb +151 -0
  30. data/bin/commands/on.rb +66 -0
  31. data/bin/commands/open.rb +53 -0
  32. data/bin/commands/plugins.rb +23 -0
  33. data/bin/commands/recent.rb +78 -0
  34. data/bin/commands/redo.rb +22 -0
  35. data/bin/commands/reset.rb +106 -0
  36. data/bin/commands/rotate.rb +73 -0
  37. data/bin/commands/sections.rb +11 -0
  38. data/bin/commands/select.rb +123 -0
  39. data/bin/commands/show.rb +231 -0
  40. data/bin/commands/since.rb +64 -0
  41. data/bin/commands/tag.rb +179 -0
  42. data/bin/commands/tag_dir.rb +29 -0
  43. data/bin/commands/tags.rb +93 -0
  44. data/bin/commands/template.rb +61 -0
  45. data/bin/commands/today.rb +65 -0
  46. data/bin/commands/undo.rb +49 -0
  47. data/bin/commands/view.rb +238 -0
  48. data/bin/commands/views.rb +11 -0
  49. data/bin/commands/yesterday.rb +73 -0
  50. data/bin/doing +54 -3505
  51. data/docs/doc/Array.html +79 -11
  52. data/docs/doc/BooleanTermParser/Clause.html +5 -5
  53. data/docs/doc/BooleanTermParser/Operator.html +4 -4
  54. data/docs/doc/BooleanTermParser/Query.html +8 -8
  55. data/docs/doc/BooleanTermParser/QueryParser.html +2 -2
  56. data/docs/doc/BooleanTermParser/QueryTransformer.html +2 -2
  57. data/docs/doc/BooleanTermParser.html +1 -1
  58. data/docs/doc/Doing/Color.html +4 -4
  59. data/docs/doc/Doing/Completion.html +2 -2
  60. data/docs/doc/Doing/Configuration.html +17 -18
  61. data/docs/doc/Doing/Errors/DoingNoTraceError.html +2 -2
  62. data/docs/doc/Doing/Errors/DoingRuntimeError.html +2 -2
  63. data/docs/doc/Doing/Errors/DoingStandardError.html +2 -2
  64. data/docs/doc/Doing/Errors/EmptyInput.html +2 -2
  65. data/docs/doc/Doing/Errors/NoResults.html +2 -2
  66. data/docs/doc/Doing/Errors/PluginException.html +3 -3
  67. data/docs/doc/Doing/Errors/UserCancelled.html +2 -2
  68. data/docs/doc/Doing/Errors/WrongCommand.html +2 -2
  69. data/docs/doc/Doing/Errors.html +1 -1
  70. data/docs/doc/Doing/Hooks.html +6 -6
  71. data/docs/doc/Doing/Item.html +50 -16
  72. data/docs/doc/Doing/Items.html +10 -10
  73. data/docs/doc/Doing/LogAdapter.html +24 -24
  74. data/docs/doc/Doing/Note.html +7 -7
  75. data/docs/doc/Doing/Pager.html +4 -4
  76. data/docs/doc/Doing/Plugins.html +7 -7
  77. data/docs/doc/Doing/Prompt.html +59 -14
  78. data/docs/doc/Doing/Section.html +6 -6
  79. data/docs/doc/Doing/TemplateString.html +8 -8
  80. data/docs/doc/Doing/Types.html +206 -0
  81. data/docs/doc/Doing/Util/Backup.html +10 -10
  82. data/docs/doc/Doing/Util.html +16 -19
  83. data/docs/doc/Doing/WWID.html +65 -53
  84. data/docs/doc/Doing.html +3 -3
  85. data/docs/doc/FalseClass.html +201 -0
  86. data/docs/doc/GLI/Commands/Help.html +185 -0
  87. data/docs/doc/GLI/Commands/MarkdownDocumentListener.html +17 -17
  88. data/docs/doc/GLI/Commands.html +5 -3
  89. data/docs/doc/GLI.html +4 -2
  90. data/docs/doc/Hash.html +47 -21
  91. data/docs/doc/Numeric.html +5 -5
  92. data/docs/doc/Object.html +203 -0
  93. data/docs/doc/PhraseParser/Operator.html +4 -4
  94. data/docs/doc/PhraseParser/PhraseClause.html +5 -5
  95. data/docs/doc/PhraseParser/Query.html +10 -10
  96. data/docs/doc/PhraseParser/QueryParser.html +2 -2
  97. data/docs/doc/PhraseParser/QueryTransformer.html +2 -2
  98. data/docs/doc/PhraseParser/TermClause.html +5 -5
  99. data/docs/doc/PhraseParser.html +1 -1
  100. data/docs/doc/Status.html +7 -7
  101. data/docs/doc/String.html +144 -51
  102. data/docs/doc/Symbol.html +8 -8
  103. data/docs/doc/Time.html +6 -6
  104. data/docs/doc/TrueClass.html +201 -0
  105. data/docs/doc/_index.html +46 -16
  106. data/docs/doc/class_list.html +1 -1
  107. data/docs/doc/file.README.html +2 -2
  108. data/docs/doc/index.html +2 -2
  109. data/docs/doc/method_list.html +292 -212
  110. data/docs/doc/top-level-namespace.html +2 -2
  111. data/docs/index.md +1 -1
  112. data/doing.rdoc +178 -16
  113. data/example_plugin.rb +2 -2
  114. data/lib/completion/_doing.zsh +27 -27
  115. data/lib/completion/doing.bash +31 -20
  116. data/lib/completion/doing.fish +33 -11
  117. data/lib/doing/array.rb +2 -2
  118. data/lib/doing/changelog/change.rb +115 -0
  119. data/lib/doing/changelog/changes.rb +73 -0
  120. data/lib/doing/changelog/entry.rb +21 -0
  121. data/lib/doing/changelog/version.rb +97 -0
  122. data/lib/doing/changelog.rb +6 -0
  123. data/lib/doing/completion/fish_completion.rb +2 -1
  124. data/lib/doing/configuration.rb +20 -13
  125. data/lib/doing/good.rb +64 -0
  126. data/lib/doing/hash.rb +7 -2
  127. data/lib/doing/help_monkey_patch.rb +31 -0
  128. data/lib/doing/hooks.rb +8 -4
  129. data/lib/doing/item.rb +24 -35
  130. data/lib/doing/pager.rb +1 -0
  131. data/lib/doing/plugins/export/template_export.rb +1 -1
  132. data/lib/doing/plugins/import/calendar_import.rb +1 -1
  133. data/lib/doing/plugins/import/doing_import.rb +1 -1
  134. data/lib/doing/plugins/import/timing_import.rb +1 -1
  135. data/lib/doing/prompt.rb +8 -0
  136. data/lib/doing/string.rb +20 -11
  137. data/lib/doing/string_chronify.rb +1 -1
  138. data/lib/doing/template_string.rb +2 -2
  139. data/lib/doing/types.rb +3 -0
  140. data/lib/doing/util.rb +12 -11
  141. data/lib/doing/version.rb +1 -1
  142. data/lib/doing/wwid.rb +62 -37
  143. data/lib/doing.rb +2 -0
  144. data/lib/examples/commands/wiki.rb +6 -7
  145. data/lib/helpers/threaded_tests.rb +61 -71
  146. data/lib/helpers/threaded_tests_string.rb +50 -0
  147. metadata +56 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '09c53ca468f428a8f5a77060bf395707dace911e06213a00a8e0fe54c03abc38'
4
- data.tar.gz: 9226dc60c9a2ef22f278e147dd95693b36a01fd4b7df4f0c211c747b21ceaf8c
3
+ metadata.gz: 89acdccf306ca4dc321dc892e5fea91070b002a16f37672791d8d62db2adc640
4
+ data.tar.gz: 3380e462bf2744a887192282ea1adfadefec985140aa0a701fd3f60bddc9f8db
5
5
  SHA512:
6
- metadata.gz: 80ecd2f1fe4801b82546ecaf3eb9c6028ac27aa424b77ca0fe7f68d06a240c5670f02e989c228b21270bdb4f3f49e8f7c0dad17901aa9fe90dac6b45e0885fe1
7
- data.tar.gz: 7e8bef046989f6a3fb5293104f70db7368632488847aff9e4f9a8f1166c399db1df92c773cbbf9a5166c74a40737e1fd016ecfadea9e8ca01e5dda7f278dbf33
6
+ metadata.gz: 0ba19a752642d7c974ce5c2c209571f81001453b30c8c4062cac25cb985919bcb0c0e42fbd3cf157e5a40db809f521e96dbdde949725347b33f5b237080ef8d2
7
+ data.tar.gz: b446437bc24b5476a052d6370d793828a63f88bf0b04af21e869ccc16c146cbdb88a53220f732471c7a1646e77ca8763c295ee255fe6e2aaaf064213700cacdb
data/.yardoc/checksums CHANGED
@@ -1,31 +1,34 @@
1
- lib/doing/hash.rb 4c08dd246aa0ced651a1568832cea1a91a984eb6
2
- lib/doing/item.rb ffccadf4b6e9e48373a954ad4b690e9c31dfd2cb
1
+ lib/doing/good.rb de4a18a87ac6d316037750944f91f0a3739adafc
2
+ lib/doing/hash.rb 321c27f54f332260c6adced7e451016b79574d38
3
+ lib/doing/item.rb 8aec1775784e73fd7181efca4482dac94d466619
3
4
  lib/doing/note.rb bbadd9e34e6dc43a2af1110a5107f46c39d2547f
4
5
  lib/doing/time.rb 60183c3c31532ffea1440c766de0f90042e0fd10
5
- lib/doing/util.rb 33ad79455893213a0f2993edec0e158526657f09
6
- lib/doing/wwid.rb f28e9675a5c1014452f441e26048375cf127b714
7
- lib/doing/array.rb c459e484f121abd64c8b3877a447ec7b6a65f9bc
8
- lib/doing/hooks.rb acf6e0615ccf1949f84915c979297845242c1205
6
+ lib/doing/util.rb 183577d0d9dee966dcf65645b312b17b958e46d6
7
+ lib/doing/wwid.rb 1410410c6072cc330baedea27e30a371ec7d3136
8
+ lib/doing/array.rb b50c4604cb685dff87bc16bc20f21a5956b2b396
9
+ lib/doing/hooks.rb 1b75ca731f9e8cb0b7a32785d6e496ee67a70d5c
9
10
  lib/doing/items.rb 69c762d337d9dad2b780cd08cc1c8785310e23ba
10
- lib/doing/pager.rb a5dc55e1163d1b8476617e924a3aee4f9bf8be00
11
- lib/doing/types.rb a53694ca64c613263b26b7a980c450abc2477242
11
+ lib/doing/pager.rb 7f9d5551c8f5411c3d39b3d984ac7118f98f5da5
12
+ lib/doing/types.rb df05c1282d5f6b8efda68c6f289499683a5cc7d1
12
13
  lib/doing/colors.rb b7239a69e10c5df9378a5843441af5b93c1872f8
13
14
  lib/doing/errors.rb af07e482a5389924edc2337749c81cda501098f0
14
- lib/doing/prompt.rb d241935b209e69a14c55a9c3a035f1751c576b4c
15
- lib/doing/string.rb ae82fc6e60a490bfb30b5913390d1d375451fe69
15
+ lib/doing/prompt.rb eaa388322b1c8190e50882638e70b58010376c8d
16
+ lib/doing/string.rb 32fd00cfdfb01a664e194e70ffcad199cd217741
16
17
  lib/doing/symbol.rb 309799458a1bc715c2707307c9a62ab26086275e
17
18
  lib/doing/section.rb 206e119cf818f1e76798753e611180fe77bc299a
18
- lib/doing/version.rb 02268018a64ba45e346d12dd6fc027f6cc68e2d3
19
+ lib/doing/version.rb a44860dcd8bbb820478d02ef0f8e2378db4a9b15
20
+ lib/doing/changelog.rb f7d1bd424e63400ab0613ef3358e614fdf53e2b5
19
21
  lib/doing/cli_status.rb dbedd454c4cbbd0fed9ef30120f6ec85d18b9356
20
22
  lib/doing/completion.rb c658e7dc7898fb022a21b2bd77bedb958ca3b067
21
23
  lib/doing/log_adapter.rb 62ee66981878bd7285ccf0dfeca90a3d6d2af985
22
24
  lib/doing/util_backup.rb c13f71072581b1f0d2269853611ba09273261bf9
23
- lib/doing/configuration.rb d9b945a608452cdacb3f92ba711a83b4fecbb795
25
+ lib/doing/configuration.rb 30c3d9ada7d8e538fcdf725318845ad5310facf6
24
26
  lib/doing/phrase_parser.rb 8f1789d7cf8326d8cc231b4a21505a93f8de20d2
25
27
  lib/doing/array_chronify.rb b39b40268b1751b18acf6bae4e53885818e45f62
26
28
  lib/doing/plugin_manager.rb cb16a82c3182ef7008359670ab96ff6b39270ccc
27
- lib/doing/string_chronify.rb 79d3926e586b2ddeef508d778f76c777bc4ee811
28
- lib/doing/template_string.rb 736f6e7645160f75061db1856a62101238fe8c56
29
+ lib/doing/string_chronify.rb 888afa2175f3bb6cac0d68e3cb0f27cf162bb1bf
30
+ lib/doing/template_string.rb 3b35970f2a68112192d2bb97c1298b90cf717b3d
29
31
  lib/doing/numeric_chronify.rb bedeff62a95f8a8ff116e1bf0cc1d9eb2707a900
32
+ lib/doing/help_monkey_patch.rb 6aa514c249e519db507ae528de2604c18cc36045
30
33
  lib/doing/boolean_term_parser.rb 075977892ac5c6e3435cb8877d8b8b68eb1962e3
31
34
  lib/doing/markdown_document_listener.rb 45485f225068a34951ec818a345f642323e5ba35
data/.yardoc/object_types CHANGED
Binary file
Binary file