doing 2.1.22 → 2.1.26
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.yardoc/checksums +17 -14
- data/.yardoc/object_types +0 -0
- data/.yardoc/objects/root.dat +0 -0
- data/CHANGELOG.md +323 -111
- data/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/Rakefile +2 -1
- data/bin/commands/add_section.rb +13 -0
- data/bin/commands/again.rb +99 -0
- data/bin/commands/archive.rb +96 -0
- data/bin/commands/cancel.rb +102 -0
- data/bin/commands/changes.rb +42 -0
- data/bin/commands/choose.rb +9 -0
- data/bin/commands/colors.rb +19 -0
- data/bin/commands/commands.rb +87 -0
- data/bin/commands/commands_accepting.rb +25 -0
- data/bin/commands/completion.rb +24 -0
- data/bin/commands/config.rb +245 -0
- data/bin/commands/done.rb +249 -0
- data/bin/commands/finish.rb +149 -0
- data/bin/commands/flag.rb +126 -0
- data/bin/commands/grep.rb +124 -0
- data/bin/commands/import.rb +101 -0
- data/bin/commands/install_fzf.rb +17 -0
- data/bin/commands/last.rb +114 -0
- data/bin/commands/meanwhile.rb +86 -0
- data/bin/commands/note.rb +130 -0
- data/bin/commands/now.rb +151 -0
- data/bin/commands/on.rb +66 -0
- data/bin/commands/open.rb +53 -0
- data/bin/commands/plugins.rb +23 -0
- data/bin/commands/recent.rb +78 -0
- data/bin/commands/redo.rb +22 -0
- data/bin/commands/reset.rb +106 -0
- data/bin/commands/rotate.rb +73 -0
- data/bin/commands/sections.rb +11 -0
- data/bin/commands/select.rb +123 -0
- data/bin/commands/show.rb +231 -0
- data/bin/commands/since.rb +64 -0
- data/bin/commands/tag.rb +179 -0
- data/bin/commands/tag_dir.rb +29 -0
- data/bin/commands/tags.rb +93 -0
- data/bin/commands/template.rb +61 -0
- data/bin/commands/today.rb +65 -0
- data/bin/commands/undo.rb +49 -0
- data/bin/commands/view.rb +238 -0
- data/bin/commands/views.rb +11 -0
- data/bin/commands/yesterday.rb +73 -0
- data/bin/doing +54 -3505
- data/docs/doc/Array.html +79 -11
- data/docs/doc/BooleanTermParser/Clause.html +5 -5
- data/docs/doc/BooleanTermParser/Operator.html +4 -4
- data/docs/doc/BooleanTermParser/Query.html +8 -8
- data/docs/doc/BooleanTermParser/QueryParser.html +2 -2
- data/docs/doc/BooleanTermParser/QueryTransformer.html +2 -2
- data/docs/doc/BooleanTermParser.html +1 -1
- data/docs/doc/Doing/Color.html +4 -4
- data/docs/doc/Doing/Completion.html +2 -2
- data/docs/doc/Doing/Configuration.html +17 -18
- data/docs/doc/Doing/Errors/DoingNoTraceError.html +2 -2
- data/docs/doc/Doing/Errors/DoingRuntimeError.html +2 -2
- data/docs/doc/Doing/Errors/DoingStandardError.html +2 -2
- data/docs/doc/Doing/Errors/EmptyInput.html +2 -2
- data/docs/doc/Doing/Errors/NoResults.html +2 -2
- data/docs/doc/Doing/Errors/PluginException.html +3 -3
- data/docs/doc/Doing/Errors/UserCancelled.html +2 -2
- data/docs/doc/Doing/Errors/WrongCommand.html +2 -2
- data/docs/doc/Doing/Errors.html +1 -1
- data/docs/doc/Doing/Hooks.html +6 -6
- data/docs/doc/Doing/Item.html +50 -16
- data/docs/doc/Doing/Items.html +10 -10
- data/docs/doc/Doing/LogAdapter.html +24 -24
- data/docs/doc/Doing/Note.html +7 -7
- data/docs/doc/Doing/Pager.html +4 -4
- data/docs/doc/Doing/Plugins.html +7 -7
- data/docs/doc/Doing/Prompt.html +59 -14
- data/docs/doc/Doing/Section.html +6 -6
- data/docs/doc/Doing/TemplateString.html +8 -8
- data/docs/doc/Doing/Types.html +206 -0
- data/docs/doc/Doing/Util/Backup.html +10 -10
- data/docs/doc/Doing/Util.html +16 -19
- data/docs/doc/Doing/WWID.html +65 -53
- data/docs/doc/Doing.html +3 -3
- data/docs/doc/FalseClass.html +201 -0
- data/docs/doc/GLI/Commands/Help.html +185 -0
- data/docs/doc/GLI/Commands/MarkdownDocumentListener.html +17 -17
- data/docs/doc/GLI/Commands.html +5 -3
- data/docs/doc/GLI.html +4 -2
- data/docs/doc/Hash.html +47 -21
- data/docs/doc/Numeric.html +5 -5
- data/docs/doc/Object.html +203 -0
- data/docs/doc/PhraseParser/Operator.html +4 -4
- data/docs/doc/PhraseParser/PhraseClause.html +5 -5
- data/docs/doc/PhraseParser/Query.html +10 -10
- data/docs/doc/PhraseParser/QueryParser.html +2 -2
- data/docs/doc/PhraseParser/QueryTransformer.html +2 -2
- data/docs/doc/PhraseParser/TermClause.html +5 -5
- data/docs/doc/PhraseParser.html +1 -1
- data/docs/doc/Status.html +7 -7
- data/docs/doc/String.html +144 -51
- data/docs/doc/Symbol.html +8 -8
- data/docs/doc/Time.html +6 -6
- data/docs/doc/TrueClass.html +201 -0
- data/docs/doc/_index.html +46 -16
- data/docs/doc/class_list.html +1 -1
- data/docs/doc/file.README.html +2 -2
- data/docs/doc/index.html +2 -2
- data/docs/doc/method_list.html +292 -212
- data/docs/doc/top-level-namespace.html +2 -2
- data/docs/index.md +1 -1
- data/doing.rdoc +178 -16
- data/example_plugin.rb +2 -2
- data/lib/completion/_doing.zsh +27 -27
- data/lib/completion/doing.bash +31 -20
- data/lib/completion/doing.fish +33 -11
- data/lib/doing/array.rb +2 -2
- data/lib/doing/changelog/change.rb +115 -0
- data/lib/doing/changelog/changes.rb +73 -0
- data/lib/doing/changelog/entry.rb +21 -0
- data/lib/doing/changelog/version.rb +97 -0
- data/lib/doing/changelog.rb +6 -0
- data/lib/doing/completion/fish_completion.rb +2 -1
- data/lib/doing/configuration.rb +20 -13
- data/lib/doing/good.rb +64 -0
- data/lib/doing/hash.rb +7 -2
- data/lib/doing/help_monkey_patch.rb +31 -0
- data/lib/doing/hooks.rb +8 -4
- data/lib/doing/item.rb +24 -35
- data/lib/doing/pager.rb +1 -0
- data/lib/doing/plugins/export/template_export.rb +1 -1
- data/lib/doing/plugins/import/calendar_import.rb +1 -1
- data/lib/doing/plugins/import/doing_import.rb +1 -1
- data/lib/doing/plugins/import/timing_import.rb +1 -1
- data/lib/doing/prompt.rb +8 -0
- data/lib/doing/string.rb +20 -11
- data/lib/doing/string_chronify.rb +1 -1
- data/lib/doing/template_string.rb +2 -2
- data/lib/doing/types.rb +3 -0
- data/lib/doing/util.rb +12 -11
- data/lib/doing/version.rb +1 -1
- data/lib/doing/wwid.rb +62 -37
- data/lib/doing.rb +2 -0
- data/lib/examples/commands/wiki.rb +6 -7
- data/lib/helpers/threaded_tests.rb +61 -71
- data/lib/helpers/threaded_tests_string.rb +50 -0
- metadata +56 -2
data/CHANGELOG.md
CHANGED
@@ -1,20 +1,61 @@
|
|
1
|
-
### 2.1.
|
1
|
+
### 2.1.26
|
2
|
+
|
3
|
+
2022-01-23 16:14
|
4
|
+
|
5
|
+
#### NEW
|
6
|
+
|
7
|
+
- Use plugins.hidden_commands in configuration to disable any command (array of command names). Note that some commands use aliases and the first name should be used.
|
8
|
+
- `doing commands [add|remove]` allows interactive enabling and disabling of default and custom commands
|
9
|
+
|
10
|
+
#### IMPROVED
|
11
|
+
|
12
|
+
- Moved all commands into separate files for management
|
13
|
+
|
14
|
+
#### FIXED
|
15
|
+
|
16
|
+
- Changelog command regex too greedy when parsing changelog
|
17
|
+
|
18
|
+
### 2.1.25
|
19
|
+
|
20
|
+
2022-01-23 09:25
|
21
|
+
|
22
|
+
### 2.1.24
|
2
23
|
|
3
|
-
2022-01-
|
24
|
+
2022-01-22 17:27
|
4
25
|
|
5
26
|
#### IMPROVED
|
6
27
|
|
7
|
-
-
|
8
|
-
- `doing reset -n` switch is a shortcut for `--no-resume` to avoid removing @done when modifying a start date
|
9
|
-
- More duration formats available for config (clock, dhm, hm, m, natural)
|
28
|
+
- Minor update to Fish completion script
|
10
29
|
|
11
30
|
#### FIXED
|
12
31
|
|
13
|
-
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
-
|
32
|
+
- Changelog formatting issue
|
33
|
+
|
34
|
+
### 2.1.23
|
35
|
+
|
36
|
+
2022-01-22 15:52
|
37
|
+
|
38
|
+
#### NEW
|
39
|
+
|
40
|
+
- All display commands (except view) now accept `--config_template TEMPLATE_KEY` to override that commands default template.
|
41
|
+
- Display commands accept `--template`, which takes a template string containing %placeholders and overrides the commands default template output. Affects grep, last, on, recent, show, since, today, yesterday
|
42
|
+
|
43
|
+
#### IMPROVED
|
44
|
+
|
45
|
+
- With complete examples in the help output for most commands, `doing help` almost always requires scrolling up. It now automatically paginates using your system $PAGER (or best detected option).
|
46
|
+
- `doing tags` takes a MAX_COUNT argument to limit results when searching
|
47
|
+
- `doing tags --line` flag to output tags in a single line
|
48
|
+
- Mostly for my own use, `doing changes` (which views the changelog) now accepts `--lookup VERSION` and `--search SEARCH_PATTERN`
|
49
|
+
- `doing changes --lookup` accepts `"< 2.1 > 2.0"`, `"2.1.10-2.2"`, a specific version, or a version number with wildcards
|
50
|
+
- When registering hooks, you can pass an array to register a block for multiple events, assuming the events provide the same block arguments (like post_entry_added and post_entry_updated)
|
51
|
+
|
52
|
+
#### FIXED
|
53
|
+
|
54
|
+
- Running `--tag "@doing"` wouldn't work where `--tag "doing"` would. Now properly ignoring @ symbols
|
55
|
+
|
56
|
+
### 2.1.22
|
57
|
+
|
58
|
+
2022-01-21 14:53
|
18
59
|
|
19
60
|
### 2.1.21
|
20
61
|
|
@@ -423,10 +464,14 @@ Build automation test
|
|
423
464
|
|
424
465
|
### 1.0.93
|
425
466
|
|
467
|
+
#### FIXED
|
468
|
+
|
426
469
|
- Gemfile error
|
427
470
|
|
428
471
|
### 1.0.91
|
429
472
|
|
473
|
+
#### NEW
|
474
|
+
|
430
475
|
- "taskpaper" format available for all output options
|
431
476
|
- "markdown" format available for all output commands (GFM-style task list, customizable template)
|
432
477
|
- `--rename` option for tag command to replace tags
|
@@ -434,23 +479,34 @@ Build automation test
|
|
434
479
|
|
435
480
|
### 1.0.90
|
436
481
|
|
482
|
+
#### IMPROVED
|
483
|
+
|
484
|
+
- doing finish `--auto` now pulls from all sections, not just the section of the target entry
|
485
|
+
|
486
|
+
#### FIXED
|
487
|
+
|
437
488
|
- Minor fix for shell command in doing select
|
438
489
|
- Fix for doing finish `--auto` when matched item is last in list
|
439
|
-
- doing finish `--auto` now pulls from all sections, not just the section of the target entry
|
440
490
|
|
441
491
|
### 1.0.89
|
442
492
|
|
493
|
+
#### NEW
|
494
|
+
|
443
495
|
- Pretty print JSON output
|
444
496
|
- `--no-menu` option for select command to use `--query` as a filter and act on matching entries without displaying menu
|
445
497
|
|
446
498
|
### 1.0.88
|
447
499
|
|
500
|
+
#### IMPROVED
|
501
|
+
|
448
502
|
- Add `--before` and `--after` time search to yesterday command
|
449
503
|
- Add `--before` and `--after` date search to search/grep command
|
450
504
|
- Add `--tag_order` to yesterday command
|
451
505
|
|
452
506
|
### 1.0.87
|
453
507
|
|
508
|
+
#### IMPROVED
|
509
|
+
|
454
510
|
- Add leading spaces to make %shortdate align properly, at least for the last week
|
455
511
|
- Add `--tag`, `--bool`, and `--search` to view command
|
456
512
|
- Add `--before` and `--after` date search to view command
|
@@ -461,44 +517,73 @@ Build automation test
|
|
461
517
|
|
462
518
|
### 1.0.86
|
463
519
|
|
520
|
+
#### IMPROVED
|
521
|
+
|
464
522
|
- Add `count` config option for templates->recent
|
465
523
|
|
466
524
|
### 1.0.85
|
467
525
|
|
468
|
-
|
526
|
+
#### IMPROVED
|
527
|
+
|
469
528
|
- Add `--before` DATE_STRING to archive and rotate commands
|
470
529
|
- Only create on rotate file per day, merge new entries into existing file
|
471
530
|
|
531
|
+
#### FIXED
|
532
|
+
|
533
|
+
- Fix `--auto` for finish command
|
534
|
+
|
472
535
|
### 1.0.84
|
473
536
|
|
537
|
+
#### NEW
|
538
|
+
|
474
539
|
- `rotate` command for archiving entries to new file
|
540
|
+
|
541
|
+
#### FIXED
|
542
|
+
|
475
543
|
- Fixed current_section config key not being honored in some commands
|
476
544
|
|
477
545
|
### 1.0.83
|
478
546
|
|
547
|
+
#### FIXED
|
548
|
+
|
479
549
|
- Fixes for `doing view` options, additional config keys for views
|
480
550
|
|
481
551
|
### 1.0.82
|
482
552
|
|
553
|
+
#### FIXED
|
554
|
+
|
483
555
|
- Bugfixes
|
484
556
|
|
485
557
|
### 1.0.81
|
486
558
|
|
559
|
+
#### IMPROVED
|
560
|
+
|
487
561
|
- fzf menu improvements
|
488
562
|
- allow multiple selections `doing select` action menu
|
489
563
|
|
490
564
|
### 1.0.80
|
491
565
|
|
566
|
+
#### IMPROVED
|
567
|
+
|
492
568
|
- Convert all menus to fzf screens
|
493
569
|
|
494
570
|
### 1.0.79
|
495
571
|
|
496
|
-
|
572
|
+
#### IMPROVED
|
573
|
+
|
497
574
|
- Wildcard tag removal using `doing select -t "tag*" -r`
|
498
575
|
- fzf menu display polish
|
499
576
|
|
577
|
+
#### FIXED
|
578
|
+
|
579
|
+
#### FIXED
|
580
|
+
|
581
|
+
- Gem missing fzf
|
582
|
+
|
500
583
|
### 1.0.78
|
501
584
|
|
585
|
+
#### IMPROVED
|
586
|
+
|
502
587
|
- If no action is specified with select command, an interactive menu is
|
503
588
|
presented
|
504
589
|
- add output action select command with formatting and save options
|
@@ -506,66 +591,98 @@ presented
|
|
506
591
|
|
507
592
|
### 1.0.76
|
508
593
|
|
594
|
+
#### IMPROVED
|
595
|
+
|
509
596
|
- Refine editing multiple selections (doing select)
|
510
597
|
|
511
598
|
### 1.0.74
|
512
599
|
|
600
|
+
#### NEW
|
601
|
+
|
513
602
|
- Add `--tag` and `--search` flags to tag command to tag all entries matching search terms
|
514
603
|
- Add since command, which is the same as `doing on tuesday to now` but `doing since tuesday` just feels more intuitive.
|
515
604
|
|
516
605
|
### 1.0.73
|
517
606
|
|
607
|
+
#### FIXED
|
608
|
+
|
518
609
|
- Fix for timeline output
|
519
610
|
|
520
611
|
### 1.0.72
|
521
612
|
|
613
|
+
#### NEW
|
614
|
+
|
522
615
|
- Add `doing select` to show menu of all tasks, searchable with fuzzy matching and the ability to perform certain tasks on multiple selections.
|
523
616
|
|
524
617
|
### 1.0.71
|
525
618
|
|
619
|
+
#### FIXED
|
620
|
+
|
526
621
|
- Fix for template command not working at all
|
527
622
|
|
528
623
|
### 1.0.70
|
529
624
|
|
625
|
+
#### FIXED
|
626
|
+
|
530
627
|
- Fix for `doing done --took 30m` setting the wrong @done timestamp when completing previous item
|
531
628
|
|
532
629
|
### 1.0.69
|
533
630
|
|
631
|
+
#### IMPROVED
|
632
|
+
|
534
633
|
- Add `--unfinished` option to finish and cancel commands
|
535
634
|
|
536
635
|
### 1.0.68
|
537
636
|
|
637
|
+
#### FIXED
|
638
|
+
|
538
639
|
- Fix error in `doing show --sort` argument parsing
|
539
640
|
|
540
641
|
### 1.0.67
|
541
642
|
|
643
|
+
#### FIXED
|
644
|
+
|
542
645
|
- Gem packaging error
|
543
646
|
|
544
647
|
### 1.0.66
|
545
648
|
|
546
|
-
|
649
|
+
#### IMPROVED
|
650
|
+
|
547
651
|
- More flexible boolean specification, can be: all, and, any, or, not, or none
|
652
|
+
|
653
|
+
#### FIXED
|
654
|
+
|
655
|
+
- Fix for some long flags being interpreted as arrays instead of strings
|
548
656
|
- Fix for archive command not removing original entries from archived section
|
549
657
|
|
550
658
|
### 1.0.65
|
551
659
|
|
660
|
+
#### IMPROVED
|
661
|
+
|
552
662
|
- Prevent duplicates/overlapping entries when importing
|
553
663
|
|
554
664
|
### 1.0.64
|
555
665
|
|
666
|
+
#### NEW
|
667
|
+
|
556
668
|
- Initial import feature for Timing.app reports
|
557
669
|
|
558
670
|
### 1.0.63
|
559
671
|
|
560
|
-
|
672
|
+
#### IMPROVED
|
673
|
+
|
561
674
|
- If `doing done --took=X` results in completion date greater than current time, use current time as completion date and backdate the entry's timestamp to fit
|
562
675
|
|
563
676
|
### 1.0.62
|
564
677
|
|
565
|
-
|
678
|
+
#### FIXED
|
679
|
+
|
680
|
+
- `doing done` with `--took=` and without `--back=` should set end time to start date plus `--took` value
|
566
681
|
|
567
682
|
### 1.0.61
|
568
683
|
|
684
|
+
#### IMPROVED
|
685
|
+
|
569
686
|
- Add `--search` filter to `doing archive`
|
570
687
|
|
571
688
|
### 1.0.60
|
@@ -638,7 +755,7 @@ presented
|
|
638
755
|
- `--tag` and `--bool` filtering for again/resume, cancel
|
639
756
|
- `--in` flag for `again`/`resume` to specify to which section the new
|
640
757
|
- Finish command accepts `--tag=` flag, finishing last entry
|
641
|
-
- `doing cancel` to end X tasks without completion date
|
758
|
+
- `doing cancel` to end X tasks without completion date
|
642
759
|
|
643
760
|
#### IMPROVED
|
644
761
|
|
@@ -655,7 +772,6 @@ presented
|
|
655
772
|
#### NEW
|
656
773
|
|
657
774
|
- Finish command accepts `--tag=` flag, finishing last entry
|
658
|
-
- `doing cancel` to end X tasks without completion date (alias for
|
659
775
|
|
660
776
|
#### FIXED
|
661
777
|
|
@@ -663,88 +779,128 @@ presented
|
|
663
779
|
|
664
780
|
### 1.0.49
|
665
781
|
|
782
|
+
#### FIXED
|
783
|
+
|
666
784
|
- Fix for missing date on @done tags
|
667
785
|
|
668
786
|
### 1.0.48
|
669
787
|
|
788
|
+
#### FIXED
|
789
|
+
|
670
790
|
- Fix confirmation dialog for `doing tag -a -c 0` (autotag all)
|
671
791
|
|
672
792
|
### 1.0.47
|
673
793
|
|
794
|
+
#### IMPROVED
|
795
|
+
|
674
796
|
- Remove check for file existence before attempting to run run_after script
|
675
797
|
- Don't autotag entries restarted with `again/resume`
|
676
798
|
- Add short flags (`-b`) for `--back` on all commands that support it
|
677
799
|
|
678
800
|
### 1.0.46
|
679
801
|
|
802
|
+
#### IMPROVED
|
803
|
+
|
680
804
|
- Code cleanup
|
681
805
|
|
682
806
|
### 1.0.45
|
683
807
|
|
808
|
+
#### IMPROVED
|
809
|
+
|
684
810
|
- Only execute run_after script if changes are written
|
685
811
|
|
686
812
|
### 1.0.44
|
687
813
|
|
814
|
+
#### IMPROVED
|
815
|
+
|
688
816
|
- Remove unnecessary console logging
|
689
817
|
|
690
818
|
### 1.0.43
|
691
819
|
|
820
|
+
#### NEW
|
821
|
+
|
692
822
|
- Add `again` command to repeat last entry without @done tag
|
693
823
|
- Add `run_after` configuration option to execute external script after any change
|
694
824
|
|
695
825
|
### 1.0.42
|
696
826
|
|
827
|
+
#### FIXED
|
828
|
+
|
697
829
|
- Fix note indentation in doing file
|
698
830
|
|
699
831
|
### 1.0.41
|
700
832
|
|
833
|
+
#### FIXED
|
834
|
+
|
701
835
|
- Fix for repeated backreferences in tag transform
|
702
836
|
|
703
837
|
### 1.0.40
|
704
838
|
|
839
|
+
#### IMPROVED
|
840
|
+
|
705
841
|
- Add `--tag_sort` to all subcommands with `--totals` option
|
706
842
|
|
707
843
|
### 1.0.39
|
708
844
|
|
845
|
+
#### NEW
|
846
|
+
|
709
847
|
- Tag transforms
|
710
848
|
- Option to sort tags by name in `--totals`
|
711
849
|
|
712
850
|
### 1.0.33
|
713
851
|
|
852
|
+
#### FIXED
|
853
|
+
|
714
854
|
- Gem dependency updates
|
715
855
|
|
716
856
|
### 1.0.30
|
717
857
|
|
858
|
+
#### FIXED
|
859
|
+
|
718
860
|
- Fix for array comparison error
|
719
861
|
|
720
862
|
### 1.0.29
|
721
863
|
|
864
|
+
#### FIXED
|
865
|
+
|
722
866
|
- Bugfixes
|
723
867
|
|
724
868
|
### 1.0.28
|
725
869
|
|
870
|
+
#### IMPROVED
|
871
|
+
|
726
872
|
- Global option `-x` to skip autotags and default_tags from global/local .doingrc
|
727
873
|
- Remove extra spaces when creating entry
|
728
874
|
|
729
875
|
### 1.0.27
|
730
876
|
|
877
|
+
#### IMPROVED
|
878
|
+
|
731
879
|
- More graceful writing of default config (~/.doingrc) on first run
|
732
880
|
- Repaired testing setup. Needs moar tests.
|
733
881
|
|
734
882
|
### 1.0.26
|
735
883
|
|
884
|
+
#### IMPROVED
|
885
|
+
|
736
886
|
- Add `--at` flag for `doing done`, e.g. `doing done --at=1:35pm --took=15m A new task I already finished`
|
737
887
|
- Allow decimal quantities when using natural language for hours or days, e.g. `--took=2.5h`
|
738
888
|
- Add `did` as a synonym for `done` subcommand
|
739
889
|
|
740
890
|
### 1.0.25
|
741
891
|
|
892
|
+
#### IMPROVED
|
893
|
+
|
894
|
+
#### IMPROVED
|
895
|
+
|
742
896
|
- Smarter method of getting user $HOME
|
743
897
|
- Improved avoiding duplicate tags when autotagging
|
744
898
|
- Improved autotag reporting
|
745
899
|
|
746
900
|
### 1.0.24
|
747
901
|
|
902
|
+
#### IMPROVED
|
903
|
+
|
748
904
|
- `doing note` operates on whatever is most recent, not just the last note in Currently
|
749
905
|
- `doing tag` with no count specified operates on most recent entry in any section, not just Currently
|
750
906
|
- `doing tag` with a count greater than 1 requires a section to be specified
|
@@ -753,6 +909,8 @@ presented
|
|
753
909
|
|
754
910
|
### 1.0.23
|
755
911
|
|
912
|
+
#### IMPROVED
|
913
|
+
|
756
914
|
- Apply default_tags after autotagging to avoid tags triggering tags
|
757
915
|
- Set `doing recent` to default to All sections instead of Currently
|
758
916
|
- Fix error in time reporting
|
@@ -760,25 +918,42 @@ presented
|
|
760
918
|
|
761
919
|
### 1.0.22
|
762
920
|
|
763
|
-
|
921
|
+
#### IMPROVED
|
922
|
+
|
764
923
|
- Allow cascading of local config files
|
765
924
|
- Allow `doing today` and `yesterday` to specify a section
|
766
925
|
|
926
|
+
#### FIXED
|
927
|
+
|
928
|
+
- Fix handling of "local" config files, allowing per-project configurations
|
929
|
+
|
767
930
|
### 1.0.21
|
768
931
|
|
932
|
+
#### NEW
|
933
|
+
|
769
934
|
- Add legitimate regex search capabilities
|
770
935
|
- Synonyms for grep (search) and now (next)
|
936
|
+
|
937
|
+
#### FIXED
|
938
|
+
|
771
939
|
- CSS fix
|
772
940
|
|
773
941
|
### 1.0.20
|
774
942
|
|
775
|
-
|
776
|
-
|
943
|
+
#### NEW
|
944
|
+
|
777
945
|
- New command `doing templates` to export default templates for HAML and CSS
|
778
946
|
- New config options under `html_template` for `haml` and `css`
|
779
947
|
|
948
|
+
#### IMPROVED
|
949
|
+
|
950
|
+
- Rewrite HTML export templates with responsive layout and typography
|
951
|
+
- Ability to customize the HTML output using HAML and CSS
|
952
|
+
|
780
953
|
### 1.0.19
|
781
954
|
|
955
|
+
#### IMPROVED
|
956
|
+
|
782
957
|
- For `doing note -e` include the entry title so you know what you're adding a note to
|
783
958
|
- For any other command that allows `-e` include a comment noting that anything after the first line creates a note
|
784
959
|
- Ignore # comments when parsing editor results
|
@@ -786,25 +961,36 @@ presented
|
|
786
961
|
|
787
962
|
### 1.0.18
|
788
963
|
|
789
|
-
|
964
|
+
#### IMPROVED
|
965
|
+
|
790
966
|
- Loosened up the template color resetting a bit more
|
791
967
|
|
968
|
+
#### FIXED
|
969
|
+
|
970
|
+
- Fix `undefined method [] for nil class` error in `doing view`
|
971
|
+
|
792
972
|
### 1.0.17
|
793
973
|
|
974
|
+
#### NEW
|
975
|
+
|
794
976
|
- Add `--stdout` global option to send reporting to STDOUT instead of STDERR (for use with LaunchBar et al)
|
795
977
|
|
796
978
|
### 1.0.16
|
797
979
|
|
980
|
+
#### FIXED
|
981
|
+
|
798
982
|
- Fixes overzealous color resetting
|
799
983
|
|
800
984
|
### 1.0.15
|
801
985
|
|
986
|
+
#### FIXED
|
987
|
+
|
802
988
|
- CLI/text totals block was outputting when HTML output was selected
|
803
989
|
- Have all template colors reset bold and background automatically when called
|
804
990
|
|
805
991
|
### 1.0.14
|
806
992
|
|
807
|
-
|
993
|
+
#### IMPROVED
|
808
994
|
|
809
995
|
- Fish completion
|
810
996
|
- views and sections subcommands have -c option to output single column
|
@@ -814,149 +1000,175 @@ Catching up on the changelog. Kind of. A lot has happened, mostly fixes.
|
|
814
1000
|
|
815
1001
|
### 1.0.13
|
816
1002
|
|
1003
|
+
#### FIXED
|
1004
|
+
|
817
1005
|
- Fix gsub error in doing meanwhile
|
818
1006
|
|
819
1007
|
### 1.0.8pre
|
820
1008
|
|
821
|
-
|
822
|
-
|
823
|
-
|
824
|
-
|
825
|
-
|
826
|
-
|
1009
|
+
#### NEW
|
1010
|
+
|
1011
|
+
- added doing on command
|
1012
|
+
- Added autotagging to tag command
|
1013
|
+
- JSON output option to view commands
|
1014
|
+
- date filtering, improved date language
|
1015
|
+
- let view templates define output format (csv, json, html, template)
|
1016
|
+
|
1017
|
+
#### IMPROVED
|
1018
|
+
|
1019
|
+
- add `%chompnote` template variable (item note with newlines and extra whitespace stripped)
|
827
1020
|
|
828
1021
|
### 1.0.7pre
|
829
1022
|
|
830
|
-
|
831
|
-
|
832
|
-
|
833
|
-
|
834
|
-
|
835
|
-
|
1023
|
+
#### IMPROVED
|
1024
|
+
|
1025
|
+
- Slightly fuzzier searching in the grep command
|
1026
|
+
- cleaner exits, `only_timed` key for view configs
|
1027
|
+
- making the note command append new notes better, and load existing notes in the editor if `-e` is called
|
1028
|
+
- handle multiple tag input in `show` tag filter
|
1029
|
+
- Global tag operations, better reporting
|
1030
|
+
|
1031
|
+
#### FIXED
|
1032
|
+
|
1033
|
+
- fix for `-v` option
|
836
1034
|
|
837
1035
|
### 1.0.4pre
|
838
1036
|
|
839
|
-
|
840
|
-
|
841
|
-
|
842
|
-
|
843
|
-
|
844
|
-
|
845
|
-
|
846
|
-
|
847
|
-
|
848
|
-
|
849
|
-
|
1037
|
+
#### IMPROVED
|
1038
|
+
|
1039
|
+
- Improved HTML output
|
1040
|
+
- `--only_timed` option for view/show commands that only outputs items with elapsed timers (interval between start and done dates)
|
1041
|
+
- add seconds for timed items in CSV output, run `--only_timed` before chopping off `--count #`
|
1042
|
+
- fix for 1.8.7 `Dir.home` issue
|
1043
|
+
- version bump
|
1044
|
+
- don't show tag totals with zero times
|
1045
|
+
- zsh completion for doing
|
1046
|
+
- HTML styling
|
1047
|
+
- `--only_timed` option
|
1048
|
+
- added zsh completion file to `README.md`
|
1049
|
+
- add zsh completion file
|
850
1050
|
|
851
1051
|
### 1.0.3pre
|
852
1052
|
|
853
|
-
|
854
|
-
|
855
|
-
|
856
|
-
|
1053
|
+
#### IMPROVED
|
1054
|
+
|
1055
|
+
- `done` command: making `--took` modify start time if `--back` isn't specified
|
1056
|
+
- Cleaned up time totals, improved HTML output
|
1057
|
+
- fixes for `--back` and `--took` parsing
|
1058
|
+
- Adding more complete terminal reporting to archive command
|
857
1059
|
|
858
1060
|
### 1.0.0pre
|
859
1061
|
|
860
|
-
|
861
|
-
* Added a `note` command and `--note` flags for entry creation commands
|
1062
|
+
#### IMPROVED
|
862
1063
|
|
863
|
-
|
1064
|
+
- Skipped ahead in the version numbering. Because I don't care.
|
1065
|
+
- Added a `note` command and `--note` flags for entry creation commands
|
864
1066
|
|
865
1067
|
### 0.2.6pre
|
866
1068
|
|
867
|
-
|
868
|
-
|
869
|
-
|
870
|
-
|
871
|
-
|
872
|
-
|
873
|
-
|
1069
|
+
#### IMPROVED
|
1070
|
+
|
1071
|
+
- `--totals`, `--[no-]times`, `--output [csv,html]` options for `yesterday` command.
|
1072
|
+
- Add tests for Darwin to hide OS X-only features on other systems
|
1073
|
+
- `-f` flag to `now` command for finishing last task when starting a new one (Looks back for the last unfinished task in the list)
|
1074
|
+
- `--took` option for `done` and `finish` for specifying intervals from the start date for the completion date
|
1075
|
+
- Basic command line reporting
|
1076
|
+
- `--auto` flag for `finish` and `done` that will automatically set the completion time to 1 minute before the next start time in the list. You can use it retroactively to add times to sequential todos.
|
1077
|
+
- `doing grep` for searching by text or regex
|
874
1078
|
|
875
1079
|
### 0.2.5
|
876
1080
|
|
877
|
-
|
878
|
-
|
879
|
-
|
880
|
-
|
881
|
-
|
882
|
-
|
883
|
-
|
884
|
-
|
885
|
-
|
886
|
-
|
887
|
-
|
888
|
-
|
889
|
-
|
890
|
-
|
891
|
-
|
892
|
-
|
1081
|
+
#### IMPROVED
|
1082
|
+
|
1083
|
+
- Default to showing times #26, show totals even if no tags exist #27, fix indentation #29
|
1084
|
+
- Add section label to archived tasks automatically, excepting `Currently` section
|
1085
|
+
- Today outputs and backdate for finish
|
1086
|
+
- HTML styling and fix for 1.8.7 HAML errors
|
1087
|
+
- Look, HTML output! (`--output html`)
|
1088
|
+
- Also, `--output csv`
|
1089
|
+
- let doing `archive` function on all sections
|
1090
|
+
- option to exclude date from _@done_,
|
1091
|
+
- output newlines in sections and views
|
1092
|
+
- Flagging (`doing mark`)
|
1093
|
+
- fix for view/section guess error
|
1094
|
+
- Adding tag filtering to archive command (`doing archive \@done`)
|
1095
|
+
- `doing yesterday`
|
1096
|
+
- `doing done -r` to remove last doing tag (optionally from `-s Section`)
|
1097
|
+
- Add `-f` flag to specify alternate doing file
|
1098
|
+
- `meanwhile` command
|
893
1099
|
|
894
1100
|
### 0.2.1
|
895
1101
|
|
1102
|
+
#### IMPROVED
|
1103
|
+
|
896
1104
|
- CSV output for show command (`--csv`)
|
897
1105
|
- HTML output for show command (`--output html`)
|
898
1106
|
- fuzzy searching for all commands that specify a view.
|
899
|
-
|
1107
|
+
- In the terminal, you'll see "Assume you meant XXX" to show what match it found, but this is output to STDERR (and won't show up if you're redirecting the output or using it in GeekTool, etc.)
|
900
1108
|
- `tags_color` in view config to highlight tags at the end of the lines. Can be set to any of the `%colors`.
|
901
1109
|
- Basic time tracking.
|
902
|
-
|
903
|
-
|
904
|
-
|
905
|
-
|
906
|
-
|
907
|
-
|
1110
|
+
- `-t` on `show` and `view` will turn on time calculations
|
1111
|
+
- Intervals between timestamps and dated _@done_ tags are calculated for each line, if the tag exists.
|
1112
|
+
- You must include a `%interval` token in the appropriate template for it to show
|
1113
|
+
- _@start(date)_ tags can optionally be used to override the timestamp in the calculation
|
1114
|
+
- Any other tags in the line have that line's total added to them
|
1115
|
+
- Totals for tags can be displayed at the end of output with `--totals`
|
908
1116
|
|
909
1117
|
|
910
1118
|
### 0.2.0
|
911
1119
|
|
1120
|
+
#### IMPROVED
|
1121
|
+
|
912
1122
|
- `doing done` without argument tags last entry done
|
913
|
-
|
1123
|
+
- `-a` archives them
|
914
1124
|
- `doing finish` or `doing finish X` marks last X entries done
|
915
|
-
|
1125
|
+
- `-a` archives them
|
916
1126
|
- `doing tag tag1 [tag2]` tags last entry or `-c X` entries
|
917
|
-
|
1127
|
+
- `doing tag -r tag1 [tag2]` removes said tag(s)
|
918
1128
|
- custom views additions
|
919
|
-
|
920
|
-
|
921
|
-
|
922
|
-
|
923
|
-
|
1129
|
+
- custom views can include `tags` and `tags_bool`
|
1130
|
+
- `tags` is a space-separated list of tags to filter the results by
|
1131
|
+
- `tags_bool` defines `AND` (all tags must exist), `OR` (any tag exists), or `NONE` (none of the tags exist)
|
1132
|
+
- `order` key (`asc` or `desc`) defines output sort order by date
|
1133
|
+
- section key can be set to `All` to combine sections
|
924
1134
|
- `doing show` updates
|
925
|
-
|
926
|
-
|
927
|
-
|
928
|
-
|
929
|
-
|
930
|
-
|
1135
|
+
- accepts `all` as a section
|
1136
|
+
- arguments following section name are tags to filter by
|
1137
|
+
- `-b` sets boolean (`AND`, `OR`, `NONE`) or (`ALL`, `ANY`, `NONE`) (default `OR`/`ANY`)
|
1138
|
+
- use `-c X` to limit results
|
1139
|
+
- use `-s` to set sort order (`asc` or `desc`)
|
1140
|
+
- use `-a` to set age (`newest` or `oldest`)
|
931
1141
|
- fuzzy section guessing when specified section isn't found
|
932
1142
|
- fuzzy view guessing for `doing view` command
|
933
1143
|
|
934
|
-
* * *
|
935
|
-
|
936
1144
|
### 0.1.9
|
937
1145
|
|
1146
|
+
#### IMPROVED
|
1147
|
+
|
938
1148
|
- colors in templated output
|
939
1149
|
- `open` command
|
940
|
-
|
941
|
-
|
942
|
-
|
1150
|
+
- opens in the default app for file type
|
1151
|
+
- `-a APPNAME` (`doing open -a TaskPaper`)
|
1152
|
+
- `-b bundle_id` (`doing open -b com.sublimetext.3`)
|
943
1153
|
- `-e` switch for `now`, `later` and `done` commands
|
944
|
-
|
945
|
-
|
946
|
-
|
1154
|
+
- save a tmp file and open it in an editor
|
1155
|
+
- allows multi-line entries, anything after first line is considered a note
|
1156
|
+
- assumed when no input is provided (`doing now`)
|
947
1157
|
- `doing views` shows all available custom views
|
948
1158
|
- `doing view` without a view name will let you choose a view from a menu
|
949
1159
|
- `doing archive` fixed so that `-k X` works to keep `X` number of entries in the section
|
950
1160
|
|
951
1161
|
### 0.1.7
|
952
1162
|
|
1163
|
+
#### IMPROVED
|
1164
|
+
|
953
1165
|
- colors in templated output
|
954
1166
|
- `open` command
|
955
|
-
|
956
|
-
|
957
|
-
|
1167
|
+
- opens in the default app for file type
|
1168
|
+
- `-a APPNAME` (`doing open -a TaskPaper`)
|
1169
|
+
- `-b bundle_id` (`doing open -b com.sublimetext.3`)
|
958
1170
|
- `-e` switch for `now`, `later`, and `done` commands
|
959
|
-
|
960
|
-
|
961
|
-
|
1171
|
+
- save a tmp file and open it in an editor
|
1172
|
+
- allows multi-line entries, anything after first line is considered a note
|
1173
|
+
- assumed when no input is provided (`doing now`)
|
962
1174
|
|