doing 2.1.12 → 2.1.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (69) hide show
  1. checksums.yaml +4 -4
  2. data/.yardoc/checksums +8 -8
  3. data/.yardoc/object_types +0 -0
  4. data/.yardoc/objects/root.dat +0 -0
  5. data/CHANGELOG.md +11 -0
  6. data/Gemfile.lock +1 -1
  7. data/README.md +1 -1
  8. data/bin/doing +120 -45
  9. data/docs/doc/Array.html +1 -1
  10. data/docs/doc/BooleanTermParser/Clause.html +1 -1
  11. data/docs/doc/BooleanTermParser/Operator.html +1 -1
  12. data/docs/doc/BooleanTermParser/Query.html +1 -1
  13. data/docs/doc/BooleanTermParser/QueryParser.html +1 -1
  14. data/docs/doc/BooleanTermParser/QueryTransformer.html +1 -1
  15. data/docs/doc/BooleanTermParser.html +1 -1
  16. data/docs/doc/Doing/Color.html +1 -1
  17. data/docs/doc/Doing/Completion.html +1 -1
  18. data/docs/doc/Doing/Configuration.html +3 -3
  19. data/docs/doc/Doing/Errors/DoingNoTraceError.html +1 -1
  20. data/docs/doc/Doing/Errors/DoingRuntimeError.html +1 -1
  21. data/docs/doc/Doing/Errors/DoingStandardError.html +1 -1
  22. data/docs/doc/Doing/Errors/EmptyInput.html +1 -1
  23. data/docs/doc/Doing/Errors/NoResults.html +1 -1
  24. data/docs/doc/Doing/Errors/PluginException.html +1 -1
  25. data/docs/doc/Doing/Errors/UserCancelled.html +1 -1
  26. data/docs/doc/Doing/Errors/WrongCommand.html +1 -1
  27. data/docs/doc/Doing/Errors.html +1 -1
  28. data/docs/doc/Doing/Hooks.html +1 -1
  29. data/docs/doc/Doing/Item.html +116 -1
  30. data/docs/doc/Doing/Items.html +65 -1
  31. data/docs/doc/Doing/LogAdapter.html +1 -1
  32. data/docs/doc/Doing/Note.html +1 -1
  33. data/docs/doc/Doing/Pager.html +1 -1
  34. data/docs/doc/Doing/Plugins.html +1 -1
  35. data/docs/doc/Doing/Prompt.html +1 -1
  36. data/docs/doc/Doing/Section.html +1 -1
  37. data/docs/doc/Doing/TemplateString.html +1 -1
  38. data/docs/doc/Doing/Util/Backup.html +84 -1
  39. data/docs/doc/Doing/Util.html +1 -1
  40. data/docs/doc/Doing/WWID.html +174 -1
  41. data/docs/doc/Doing.html +2 -2
  42. data/docs/doc/GLI/Commands/MarkdownDocumentListener.html +1 -1
  43. data/docs/doc/GLI/Commands.html +1 -1
  44. data/docs/doc/GLI.html +1 -1
  45. data/docs/doc/Hash.html +1 -1
  46. data/docs/doc/PhraseParser/Operator.html +1 -1
  47. data/docs/doc/PhraseParser/PhraseClause.html +1 -1
  48. data/docs/doc/PhraseParser/Query.html +1 -1
  49. data/docs/doc/PhraseParser/QueryParser.html +1 -1
  50. data/docs/doc/PhraseParser/QueryTransformer.html +1 -1
  51. data/docs/doc/PhraseParser/TermClause.html +1 -1
  52. data/docs/doc/PhraseParser.html +1 -1
  53. data/docs/doc/Status.html +1 -1
  54. data/docs/doc/String.html +1 -1
  55. data/docs/doc/Symbol.html +1 -1
  56. data/docs/doc/Time.html +1 -1
  57. data/docs/doc/_index.html +1 -1
  58. data/docs/doc/file.README.html +2 -2
  59. data/docs/doc/index.html +2 -2
  60. data/docs/doc/method_list.html +253 -197
  61. data/docs/doc/top-level-namespace.html +1 -1
  62. data/doing.rdoc +202 -40
  63. data/lib/completion/_doing.zsh +24 -20
  64. data/lib/completion/doing.bash +41 -30
  65. data/lib/completion/doing.fish +23 -1
  66. data/lib/doing/item.rb +119 -0
  67. data/lib/doing/version.rb +1 -1
  68. data/lib/doing/wwid.rb +20 -5
  69. metadata +2 -2
@@ -559,6 +559,28 @@
559
559
  <span class="summary_desc"><div class='inline'><p>Generate a menu of views and allow user selection.</p>
560
560
  </div></span>
561
561
 
562
+ </li>
563
+
564
+
565
+ <li class="public ">
566
+ <span class="summary_signature">
567
+
568
+ <a href="#configure-instance_method" title="#configure (instance method)">#<strong>configure</strong>(filename = nil) &#x21d2; Object </a>
569
+
570
+
571
+
572
+ </span>
573
+
574
+
575
+
576
+
577
+
578
+
579
+
580
+
581
+
582
+ <span class="summary_desc"><div class='inline'></div></span>
583
+
562
584
  </li>
563
585
 
564
586
 
@@ -605,6 +627,50 @@
605
627
  <span class="summary_desc"><div class='inline'><p>Remove items from a list that already exist in @content.</p>
606
628
  </div></span>
607
629
 
630
+ </li>
631
+
632
+
633
+ <li class="public ">
634
+ <span class="summary_signature">
635
+
636
+ <a href="#delete_items-instance_method" title="#delete_items (instance method)">#<strong>delete_items</strong>(items, force: false) &#x21d2; Object </a>
637
+
638
+
639
+
640
+ </span>
641
+
642
+
643
+
644
+
645
+
646
+
647
+
648
+
649
+
650
+ <span class="summary_desc"><div class='inline'></div></span>
651
+
652
+ </li>
653
+
654
+
655
+ <li class="public ">
656
+ <span class="summary_signature">
657
+
658
+ <a href="#edit_items-instance_method" title="#edit_items (instance method)">#<strong>edit_items</strong>(items) &#x21d2; Object </a>
659
+
660
+
661
+
662
+ </span>
663
+
664
+
665
+
666
+
667
+
668
+
669
+
670
+
671
+
672
+ <span class="summary_desc"><div class='inline'></div></span>
673
+
608
674
  </li>
609
675
 
610
676
 
@@ -740,6 +806,28 @@
740
806
 
741
807
 
742
808
 
809
+ <span class="summary_desc"><div class='inline'></div></span>
810
+
811
+ </li>
812
+
813
+
814
+ <li class="public ">
815
+ <span class="summary_signature">
816
+
817
+ <a href="#get_diff-instance_method" title="#get_diff (instance method)">#<strong>get_diff</strong>(filename = nil) &#x21d2; Object </a>
818
+
819
+
820
+
821
+ </span>
822
+
823
+
824
+
825
+
826
+
827
+
828
+
829
+
830
+
743
831
  <span class="summary_desc"><div class='inline'></div></span>
744
832
 
745
833
  </li>
@@ -2227,6 +2315,18 @@ untagged keyword</p>
2227
2315
  </ul>
2228
2316
 
2229
2317
  </div>
2318
+ </div>
2319
+
2320
+ <div class="method_details ">
2321
+ <h3 class="signature " id="configure-instance_method">
2322
+
2323
+ #<strong>configure</strong>(filename = nil) &#x21d2; <tt>Object</tt>
2324
+
2325
+
2326
+
2327
+
2328
+
2329
+ </h3>
2230
2330
  </div>
2231
2331
 
2232
2332
  <div class="method_details ">
@@ -2307,6 +2407,30 @@ untagged keyword</p>
2307
2407
 
2308
2408
 
2309
2409
  </div>
2410
+ </div>
2411
+
2412
+ <div class="method_details ">
2413
+ <h3 class="signature " id="delete_items-instance_method">
2414
+
2415
+ #<strong>delete_items</strong>(items, force: false) &#x21d2; <tt>Object</tt>
2416
+
2417
+
2418
+
2419
+
2420
+
2421
+ </h3>
2422
+ </div>
2423
+
2424
+ <div class="method_details ">
2425
+ <h3 class="signature " id="edit_items-instance_method">
2426
+
2427
+ #<strong>edit_items</strong>(items) &#x21d2; <tt>Object</tt>
2428
+
2429
+
2430
+
2431
+
2432
+
2433
+ </h3>
2310
2434
  </div>
2311
2435
 
2312
2436
  <div class="method_details ">
@@ -2602,6 +2726,21 @@ untagged keyword</p>
2602
2726
 
2603
2727
  </li>
2604
2728
 
2729
+ <li>
2730
+ <span class="name">:val</span>
2731
+ <span class="type">(<tt><span class='object_link'><a href="../Array.html" title="Array (class)">Array</a></span></tt>)</span>
2732
+ <span class="default">
2733
+
2734
+ &mdash; default:
2735
+ <tt>nil</tt>
2736
+
2737
+ </span>
2738
+
2739
+ &mdash; <div class='inline'><p>Array of tag value queries</p>
2740
+ </div>
2741
+
2742
+ </li>
2743
+
2605
2744
  </ul>
2606
2745
 
2607
2746
 
@@ -2787,6 +2926,40 @@ untagged keyword</p>
2787
2926
 
2788
2927
 
2789
2928
  </h3>
2929
+ </div>
2930
+
2931
+ <div class="method_details ">
2932
+ <h3 class="signature " id="get_diff-instance_method">
2933
+
2934
+ #<strong>get_diff</strong>(filename = nil) &#x21d2; <tt>Object</tt>
2935
+
2936
+
2937
+
2938
+
2939
+
2940
+ </h3><div class="docstring">
2941
+ <div class="discussion">
2942
+
2943
+
2944
+ </div>
2945
+ </div>
2946
+ <div class="tags">
2947
+
2948
+ <p class="tag_title">Raises:</p>
2949
+ <ul class="raise">
2950
+
2951
+ <li>
2952
+
2953
+
2954
+ <span class='type'>(<tt>DoingRuntimeError</tt>)</span>
2955
+
2956
+
2957
+
2958
+ </li>
2959
+
2960
+ </ul>
2961
+
2962
+ </div>
2790
2963
  </div>
2791
2964
 
2792
2965
  <div class="method_details ">
@@ -4517,7 +4690,7 @@ json, or text)</p>
4517
4690
  </div>
4518
4691
 
4519
4692
  <div id="footer">
4520
- Generated on Tue Dec 21 14:44:17 2021 by
4693
+ Generated on Fri Jan 14 21:59:14 2022 by
4521
4694
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
4522
4695
  0.9.26 (ruby-3.0.1).
4523
4696
  </div>
data/docs/doc/Doing.html CHANGED
@@ -119,7 +119,7 @@
119
119
  <dt id="VERSION-constant" class="">VERSION =
120
120
 
121
121
  </dt>
122
- <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>2.1.10</span><span class='tstring_end'>&#39;</span></span></pre></dd>
122
+ <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>2.1.13</span><span class='tstring_end'>&#39;</span></span></pre></dd>
123
123
 
124
124
  </dl>
125
125
 
@@ -135,7 +135,7 @@
135
135
  </div>
136
136
 
137
137
  <div id="footer">
138
- Generated on Tue Dec 21 14:44:17 2021 by
138
+ Generated on Fri Jan 14 21:59:13 2022 by
139
139
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
140
140
  0.9.26 (ruby-3.0.1).
141
141
  </div>
@@ -753,7 +753,7 @@
753
753
  </div>
754
754
 
755
755
  <div id="footer">
756
- Generated on Tue Dec 21 14:44:17 2021 by
756
+ Generated on Fri Jan 14 21:59:14 2022 by
757
757
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
758
758
  0.9.26 (ruby-3.0.1).
759
759
  </div>
@@ -105,7 +105,7 @@
105
105
  </div>
106
106
 
107
107
  <div id="footer">
108
- Generated on Tue Dec 21 14:44:17 2021 by
108
+ Generated on Fri Jan 14 21:59:14 2022 by
109
109
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
110
110
  0.9.26 (ruby-3.0.1).
111
111
  </div>
data/docs/doc/GLI.html CHANGED
@@ -105,7 +105,7 @@
105
105
  </div>
106
106
 
107
107
  <div id="footer">
108
- Generated on Tue Dec 21 14:44:17 2021 by
108
+ Generated on Fri Jan 14 21:59:14 2022 by
109
109
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
110
110
  0.9.26 (ruby-3.0.1).
111
111
  </div>
data/docs/doc/Hash.html CHANGED
@@ -418,7 +418,7 @@
418
418
  </div>
419
419
 
420
420
  <div id="footer">
421
- Generated on Tue Dec 21 14:44:17 2021 by
421
+ Generated on Fri Jan 14 21:59:14 2022 by
422
422
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
423
423
  0.9.26 (ruby-3.0.1).
424
424
  </div>
@@ -162,7 +162,7 @@
162
162
  </div>
163
163
 
164
164
  <div id="footer">
165
- Generated on Tue Dec 21 14:44:17 2021 by
165
+ Generated on Fri Jan 14 21:59:14 2022 by
166
166
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
167
167
  0.9.26 (ruby-3.0.1).
168
168
  </div>
@@ -293,7 +293,7 @@
293
293
  </div>
294
294
 
295
295
  <div id="footer">
296
- Generated on Tue Dec 21 14:44:17 2021 by
296
+ Generated on Fri Jan 14 21:59:14 2022 by
297
297
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
298
298
  0.9.26 (ruby-3.0.1).
299
299
  </div>
@@ -485,7 +485,7 @@
485
485
  </div>
486
486
 
487
487
  <div id="footer">
488
- Generated on Tue Dec 21 14:44:17 2021 by
488
+ Generated on Fri Jan 14 21:59:14 2022 by
489
489
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
490
490
  0.9.26 (ruby-3.0.1).
491
491
  </div>
@@ -126,7 +126,7 @@ A phrase clause generates an Elasticsearch match_phrase query.</p>
126
126
  </div>
127
127
 
128
128
  <div id="footer">
129
- Generated on Tue Dec 21 14:44:17 2021 by
129
+ Generated on Fri Jan 14 21:59:14 2022 by
130
130
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
131
131
  0.9.26 (ruby-3.0.1).
132
132
  </div>
@@ -114,7 +114,7 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Tue Dec 21 14:44:17 2021 by
117
+ Generated on Fri Jan 14 21:59:14 2022 by
118
118
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
119
119
  0.9.26 (ruby-3.0.1).
120
120
  </div>
@@ -283,7 +283,7 @@
283
283
  </div>
284
284
 
285
285
  <div id="footer">
286
- Generated on Tue Dec 21 14:44:17 2021 by
286
+ Generated on Fri Jan 14 21:59:14 2022 by
287
287
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
288
288
  0.9.26 (ruby-3.0.1).
289
289
  </div>
@@ -105,7 +105,7 @@
105
105
  </div>
106
106
 
107
107
  <div id="footer">
108
- Generated on Tue Dec 21 14:44:17 2021 by
108
+ Generated on Fri Jan 14 21:59:14 2022 by
109
109
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
110
110
  0.9.26 (ruby-3.0.1).
111
111
  </div>
data/docs/doc/Status.html CHANGED
@@ -316,7 +316,7 @@
316
316
  </div>
317
317
 
318
318
  <div id="footer">
319
- Generated on Tue Dec 21 14:44:17 2021 by
319
+ Generated on Fri Jan 14 21:59:14 2022 by
320
320
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
321
321
  0.9.26 (ruby-3.0.1).
322
322
  </div>
data/docs/doc/String.html CHANGED
@@ -2886,7 +2886,7 @@ be recognized, e.g. %greensomething still finds
2886
2886
  </div>
2887
2887
 
2888
2888
  <div id="footer">
2889
- Generated on Tue Dec 21 14:44:17 2021 by
2889
+ Generated on Fri Jan 14 21:59:14 2022 by
2890
2890
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2891
2891
  0.9.26 (ruby-3.0.1).
2892
2892
  </div>
data/docs/doc/Symbol.html CHANGED
@@ -308,7 +308,7 @@
308
308
  </div>
309
309
 
310
310
  <div id="footer">
311
- Generated on Tue Dec 21 14:44:17 2021 by
311
+ Generated on Fri Jan 14 21:59:14 2022 by
312
312
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
313
313
  0.9.26 (ruby-3.0.1).
314
314
  </div>
data/docs/doc/Time.html CHANGED
@@ -240,7 +240,7 @@
240
240
  </div>
241
241
 
242
242
  <div id="footer">
243
- Generated on Tue Dec 21 14:44:17 2021 by
243
+ Generated on Fri Jan 14 21:59:14 2022 by
244
244
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
245
245
  0.9.26 (ruby-3.0.1).
246
246
  </div>
data/docs/doc/_index.html CHANGED
@@ -550,7 +550,7 @@
550
550
  </div>
551
551
 
552
552
  <div id="footer">
553
- Generated on Tue Dec 21 14:44:16 2021 by
553
+ Generated on Fri Jan 14 21:59:13 2022 by
554
554
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
555
555
  0.9.26 (ruby-3.0.1).
556
556
  </div>
@@ -65,7 +65,7 @@
65
65
 
66
66
  <!--README-->
67
67
 
68
- <p>The current version of <code>doing</code> is &lt;!--VER--&gt;2.1.9&lt;!--END VER--&gt;.</p>
68
+ <p>The current version of <code>doing</code> is &lt;!--VER--&gt;2.1.12&lt;!--END VER--&gt;.</p>
69
69
 
70
70
  <p>Find all of the documentation in the <a href="https://github.com/ttscoff/doing/wiki">doing wiki</a>.</p>
71
71
 
@@ -123,7 +123,7 @@ download 117 %
123
123
  </div></div>
124
124
 
125
125
  <div id="footer">
126
- Generated on Tue Dec 21 14:44:17 2021 by
126
+ Generated on Fri Jan 14 21:59:13 2022 by
127
127
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
128
128
  0.9.26 (ruby-3.0.1).
129
129
  </div>
data/docs/doc/index.html CHANGED
@@ -65,7 +65,7 @@
65
65
 
66
66
  <!--README-->
67
67
 
68
- <p>The current version of <code>doing</code> is &lt;!--VER--&gt;2.1.9&lt;!--END VER--&gt;.</p>
68
+ <p>The current version of <code>doing</code> is &lt;!--VER--&gt;2.1.12&lt;!--END VER--&gt;.</p>
69
69
 
70
70
  <p>Find all of the documentation in the <a href="https://github.com/ttscoff/doing/wiki">doing wiki</a>.</p>
71
71
 
@@ -123,7 +123,7 @@ download 117 %
123
123
  </div></div>
124
124
 
125
125
  <div id="footer">
126
- Generated on Tue Dec 21 14:44:17 2021 by
126
+ Generated on Fri Jan 14 21:59:13 2022 by
127
127
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
128
128
  0.9.26 (ruby-3.0.1).
129
129
  </div>