doing 2.1.25 → 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 +4 -4
- data/.yardoc/object_types +0 -0
- data/.yardoc/objects/root.dat +0 -0
- data/CHANGELOG.md +283 -108
- data/Gemfile.lock +1 -1
- data/README.md +1 -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 +39 -3641
- data/docs/doc/Array.html +1 -1
- data/docs/doc/BooleanTermParser/Clause.html +1 -1
- data/docs/doc/BooleanTermParser/Operator.html +1 -1
- data/docs/doc/BooleanTermParser/Query.html +1 -1
- data/docs/doc/BooleanTermParser/QueryParser.html +1 -1
- data/docs/doc/BooleanTermParser/QueryTransformer.html +1 -1
- data/docs/doc/BooleanTermParser.html +1 -1
- data/docs/doc/Doing/Color.html +1 -1
- data/docs/doc/Doing/Completion.html +1 -1
- data/docs/doc/Doing/Configuration.html +2 -1
- data/docs/doc/Doing/Errors/DoingNoTraceError.html +1 -1
- data/docs/doc/Doing/Errors/DoingRuntimeError.html +1 -1
- data/docs/doc/Doing/Errors/DoingStandardError.html +1 -1
- data/docs/doc/Doing/Errors/EmptyInput.html +1 -1
- data/docs/doc/Doing/Errors/NoResults.html +1 -1
- data/docs/doc/Doing/Errors/PluginException.html +1 -1
- data/docs/doc/Doing/Errors/UserCancelled.html +1 -1
- data/docs/doc/Doing/Errors/WrongCommand.html +1 -1
- data/docs/doc/Doing/Errors.html +1 -1
- data/docs/doc/Doing/Hooks.html +1 -1
- data/docs/doc/Doing/Item.html +1 -1
- data/docs/doc/Doing/Items.html +1 -1
- data/docs/doc/Doing/LogAdapter.html +1 -1
- data/docs/doc/Doing/Note.html +1 -1
- data/docs/doc/Doing/Pager.html +1 -1
- data/docs/doc/Doing/Plugins.html +1 -1
- data/docs/doc/Doing/Prompt.html +46 -1
- data/docs/doc/Doing/Section.html +1 -1
- data/docs/doc/Doing/TemplateString.html +1 -1
- data/docs/doc/Doing/Types.html +1 -1
- data/docs/doc/Doing/Util/Backup.html +1 -1
- data/docs/doc/Doing/Util.html +1 -1
- data/docs/doc/Doing/WWID.html +1 -1
- data/docs/doc/Doing.html +2 -2
- data/docs/doc/FalseClass.html +201 -0
- data/docs/doc/GLI/Commands/Help.html +1 -1
- data/docs/doc/GLI/Commands/MarkdownDocumentListener.html +1 -1
- data/docs/doc/GLI/Commands.html +1 -1
- data/docs/doc/GLI.html +1 -1
- data/docs/doc/Hash.html +1 -1
- data/docs/doc/Numeric.html +1 -1
- data/docs/doc/Object.html +203 -0
- data/docs/doc/PhraseParser/Operator.html +1 -1
- data/docs/doc/PhraseParser/PhraseClause.html +1 -1
- data/docs/doc/PhraseParser/Query.html +1 -1
- data/docs/doc/PhraseParser/QueryParser.html +1 -1
- data/docs/doc/PhraseParser/QueryTransformer.html +1 -1
- data/docs/doc/PhraseParser/TermClause.html +1 -1
- data/docs/doc/PhraseParser.html +1 -1
- data/docs/doc/Status.html +1 -1
- data/docs/doc/String.html +1 -1
- data/docs/doc/Symbol.html +1 -1
- data/docs/doc/Time.html +1 -1
- data/docs/doc/TrueClass.html +201 -0
- data/docs/doc/_index.html +1 -1
- data/docs/doc/file.README.html +2 -2
- data/docs/doc/index.html +2 -2
- data/docs/doc/method_list.html +374 -366
- data/docs/doc/top-level-namespace.html +1 -1
- data/doing.rdoc +15 -5
- data/lib/completion/_doing.zsh +3 -3
- data/lib/completion/doing.fish +1 -1
- data/lib/doing/changelog/changes.rb +1 -1
- data/lib/doing/configuration.rb +1 -0
- data/lib/doing/pager.rb +1 -0
- data/lib/doing/prompt.rb +8 -0
- data/lib/doing/version.rb +1 -1
- data/lib/examples/commands/wiki.rb +6 -7
- data/lib/helpers/threaded_tests.rb +25 -19
- metadata +45 -1
data/CHANGELOG.md
CHANGED
@@ -1,19 +1,23 @@
|
|
1
|
-
### 2.1.
|
1
|
+
### 2.1.26
|
2
2
|
|
3
|
-
2022-01-23
|
3
|
+
2022-01-23 16:14
|
4
4
|
|
5
5
|
#### NEW
|
6
6
|
|
7
|
-
-
|
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
|
8
9
|
|
9
10
|
#### IMPROVED
|
10
11
|
|
11
|
-
-
|
12
|
+
- Moved all commands into separate files for management
|
12
13
|
|
13
14
|
#### FIXED
|
14
15
|
|
15
|
-
-
|
16
|
-
|
16
|
+
- Changelog command regex too greedy when parsing changelog
|
17
|
+
|
18
|
+
### 2.1.25
|
19
|
+
|
20
|
+
2022-01-23 09:25
|
17
21
|
|
18
22
|
### 2.1.24
|
19
23
|
|
@@ -25,7 +29,7 @@
|
|
25
29
|
|
26
30
|
#### FIXED
|
27
31
|
|
28
|
-
- Changelog formatting issue
|
32
|
+
- Changelog formatting issue
|
29
33
|
|
30
34
|
### 2.1.23
|
31
35
|
|
@@ -460,10 +464,14 @@ Build automation test
|
|
460
464
|
|
461
465
|
### 1.0.93
|
462
466
|
|
467
|
+
#### FIXED
|
468
|
+
|
463
469
|
- Gemfile error
|
464
470
|
|
465
471
|
### 1.0.91
|
466
472
|
|
473
|
+
#### NEW
|
474
|
+
|
467
475
|
- "taskpaper" format available for all output options
|
468
476
|
- "markdown" format available for all output commands (GFM-style task list, customizable template)
|
469
477
|
- `--rename` option for tag command to replace tags
|
@@ -471,23 +479,34 @@ Build automation test
|
|
471
479
|
|
472
480
|
### 1.0.90
|
473
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
|
+
|
474
488
|
- Minor fix for shell command in doing select
|
475
489
|
- Fix for doing finish `--auto` when matched item is last in list
|
476
|
-
- doing finish `--auto` now pulls from all sections, not just the section of the target entry
|
477
490
|
|
478
491
|
### 1.0.89
|
479
492
|
|
493
|
+
#### NEW
|
494
|
+
|
480
495
|
- Pretty print JSON output
|
481
496
|
- `--no-menu` option for select command to use `--query` as a filter and act on matching entries without displaying menu
|
482
497
|
|
483
498
|
### 1.0.88
|
484
499
|
|
500
|
+
#### IMPROVED
|
501
|
+
|
485
502
|
- Add `--before` and `--after` time search to yesterday command
|
486
503
|
- Add `--before` and `--after` date search to search/grep command
|
487
504
|
- Add `--tag_order` to yesterday command
|
488
505
|
|
489
506
|
### 1.0.87
|
490
507
|
|
508
|
+
#### IMPROVED
|
509
|
+
|
491
510
|
- Add leading spaces to make %shortdate align properly, at least for the last week
|
492
511
|
- Add `--tag`, `--bool`, and `--search` to view command
|
493
512
|
- Add `--before` and `--after` date search to view command
|
@@ -498,44 +517,73 @@ Build automation test
|
|
498
517
|
|
499
518
|
### 1.0.86
|
500
519
|
|
520
|
+
#### IMPROVED
|
521
|
+
|
501
522
|
- Add `count` config option for templates->recent
|
502
523
|
|
503
524
|
### 1.0.85
|
504
525
|
|
505
|
-
|
526
|
+
#### IMPROVED
|
527
|
+
|
506
528
|
- Add `--before` DATE_STRING to archive and rotate commands
|
507
529
|
- Only create on rotate file per day, merge new entries into existing file
|
508
530
|
|
531
|
+
#### FIXED
|
532
|
+
|
533
|
+
- Fix `--auto` for finish command
|
534
|
+
|
509
535
|
### 1.0.84
|
510
536
|
|
537
|
+
#### NEW
|
538
|
+
|
511
539
|
- `rotate` command for archiving entries to new file
|
540
|
+
|
541
|
+
#### FIXED
|
542
|
+
|
512
543
|
- Fixed current_section config key not being honored in some commands
|
513
544
|
|
514
545
|
### 1.0.83
|
515
546
|
|
547
|
+
#### FIXED
|
548
|
+
|
516
549
|
- Fixes for `doing view` options, additional config keys for views
|
517
550
|
|
518
551
|
### 1.0.82
|
519
552
|
|
553
|
+
#### FIXED
|
554
|
+
|
520
555
|
- Bugfixes
|
521
556
|
|
522
557
|
### 1.0.81
|
523
558
|
|
559
|
+
#### IMPROVED
|
560
|
+
|
524
561
|
- fzf menu improvements
|
525
562
|
- allow multiple selections `doing select` action menu
|
526
563
|
|
527
564
|
### 1.0.80
|
528
565
|
|
566
|
+
#### IMPROVED
|
567
|
+
|
529
568
|
- Convert all menus to fzf screens
|
530
569
|
|
531
570
|
### 1.0.79
|
532
571
|
|
533
|
-
|
572
|
+
#### IMPROVED
|
573
|
+
|
534
574
|
- Wildcard tag removal using `doing select -t "tag*" -r`
|
535
575
|
- fzf menu display polish
|
536
576
|
|
577
|
+
#### FIXED
|
578
|
+
|
579
|
+
#### FIXED
|
580
|
+
|
581
|
+
- Gem missing fzf
|
582
|
+
|
537
583
|
### 1.0.78
|
538
584
|
|
585
|
+
#### IMPROVED
|
586
|
+
|
539
587
|
- If no action is specified with select command, an interactive menu is
|
540
588
|
presented
|
541
589
|
- add output action select command with formatting and save options
|
@@ -543,66 +591,98 @@ presented
|
|
543
591
|
|
544
592
|
### 1.0.76
|
545
593
|
|
594
|
+
#### IMPROVED
|
595
|
+
|
546
596
|
- Refine editing multiple selections (doing select)
|
547
597
|
|
548
598
|
### 1.0.74
|
549
599
|
|
600
|
+
#### NEW
|
601
|
+
|
550
602
|
- Add `--tag` and `--search` flags to tag command to tag all entries matching search terms
|
551
603
|
- Add since command, which is the same as `doing on tuesday to now` but `doing since tuesday` just feels more intuitive.
|
552
604
|
|
553
605
|
### 1.0.73
|
554
606
|
|
607
|
+
#### FIXED
|
608
|
+
|
555
609
|
- Fix for timeline output
|
556
610
|
|
557
611
|
### 1.0.72
|
558
612
|
|
613
|
+
#### NEW
|
614
|
+
|
559
615
|
- Add `doing select` to show menu of all tasks, searchable with fuzzy matching and the ability to perform certain tasks on multiple selections.
|
560
616
|
|
561
617
|
### 1.0.71
|
562
618
|
|
619
|
+
#### FIXED
|
620
|
+
|
563
621
|
- Fix for template command not working at all
|
564
622
|
|
565
623
|
### 1.0.70
|
566
624
|
|
625
|
+
#### FIXED
|
626
|
+
|
567
627
|
- Fix for `doing done --took 30m` setting the wrong @done timestamp when completing previous item
|
568
628
|
|
569
629
|
### 1.0.69
|
570
630
|
|
631
|
+
#### IMPROVED
|
632
|
+
|
571
633
|
- Add `--unfinished` option to finish and cancel commands
|
572
634
|
|
573
635
|
### 1.0.68
|
574
636
|
|
637
|
+
#### FIXED
|
638
|
+
|
575
639
|
- Fix error in `doing show --sort` argument parsing
|
576
640
|
|
577
641
|
### 1.0.67
|
578
642
|
|
643
|
+
#### FIXED
|
644
|
+
|
579
645
|
- Gem packaging error
|
580
646
|
|
581
647
|
### 1.0.66
|
582
648
|
|
583
|
-
|
649
|
+
#### IMPROVED
|
650
|
+
|
584
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
|
585
656
|
- Fix for archive command not removing original entries from archived section
|
586
657
|
|
587
658
|
### 1.0.65
|
588
659
|
|
660
|
+
#### IMPROVED
|
661
|
+
|
589
662
|
- Prevent duplicates/overlapping entries when importing
|
590
663
|
|
591
664
|
### 1.0.64
|
592
665
|
|
666
|
+
#### NEW
|
667
|
+
|
593
668
|
- Initial import feature for Timing.app reports
|
594
669
|
|
595
670
|
### 1.0.63
|
596
671
|
|
597
|
-
|
672
|
+
#### IMPROVED
|
673
|
+
|
598
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
|
599
675
|
|
600
676
|
### 1.0.62
|
601
677
|
|
602
|
-
|
678
|
+
#### FIXED
|
679
|
+
|
680
|
+
- `doing done` with `--took=` and without `--back=` should set end time to start date plus `--took` value
|
603
681
|
|
604
682
|
### 1.0.61
|
605
683
|
|
684
|
+
#### IMPROVED
|
685
|
+
|
606
686
|
- Add `--search` filter to `doing archive`
|
607
687
|
|
608
688
|
### 1.0.60
|
@@ -675,7 +755,7 @@ presented
|
|
675
755
|
- `--tag` and `--bool` filtering for again/resume, cancel
|
676
756
|
- `--in` flag for `again`/`resume` to specify to which section the new
|
677
757
|
- Finish command accepts `--tag=` flag, finishing last entry
|
678
|
-
- `doing cancel` to end X tasks without completion date
|
758
|
+
- `doing cancel` to end X tasks without completion date
|
679
759
|
|
680
760
|
#### IMPROVED
|
681
761
|
|
@@ -692,7 +772,6 @@ presented
|
|
692
772
|
#### NEW
|
693
773
|
|
694
774
|
- Finish command accepts `--tag=` flag, finishing last entry
|
695
|
-
- `doing cancel` to end X tasks without completion date (alias for
|
696
775
|
|
697
776
|
#### FIXED
|
698
777
|
|
@@ -700,88 +779,128 @@ presented
|
|
700
779
|
|
701
780
|
### 1.0.49
|
702
781
|
|
782
|
+
#### FIXED
|
783
|
+
|
703
784
|
- Fix for missing date on @done tags
|
704
785
|
|
705
786
|
### 1.0.48
|
706
787
|
|
788
|
+
#### FIXED
|
789
|
+
|
707
790
|
- Fix confirmation dialog for `doing tag -a -c 0` (autotag all)
|
708
791
|
|
709
792
|
### 1.0.47
|
710
793
|
|
794
|
+
#### IMPROVED
|
795
|
+
|
711
796
|
- Remove check for file existence before attempting to run run_after script
|
712
797
|
- Don't autotag entries restarted with `again/resume`
|
713
798
|
- Add short flags (`-b`) for `--back` on all commands that support it
|
714
799
|
|
715
800
|
### 1.0.46
|
716
801
|
|
802
|
+
#### IMPROVED
|
803
|
+
|
717
804
|
- Code cleanup
|
718
805
|
|
719
806
|
### 1.0.45
|
720
807
|
|
808
|
+
#### IMPROVED
|
809
|
+
|
721
810
|
- Only execute run_after script if changes are written
|
722
811
|
|
723
812
|
### 1.0.44
|
724
813
|
|
814
|
+
#### IMPROVED
|
815
|
+
|
725
816
|
- Remove unnecessary console logging
|
726
817
|
|
727
818
|
### 1.0.43
|
728
819
|
|
820
|
+
#### NEW
|
821
|
+
|
729
822
|
- Add `again` command to repeat last entry without @done tag
|
730
823
|
- Add `run_after` configuration option to execute external script after any change
|
731
824
|
|
732
825
|
### 1.0.42
|
733
826
|
|
827
|
+
#### FIXED
|
828
|
+
|
734
829
|
- Fix note indentation in doing file
|
735
830
|
|
736
831
|
### 1.0.41
|
737
832
|
|
833
|
+
#### FIXED
|
834
|
+
|
738
835
|
- Fix for repeated backreferences in tag transform
|
739
836
|
|
740
837
|
### 1.0.40
|
741
838
|
|
839
|
+
#### IMPROVED
|
840
|
+
|
742
841
|
- Add `--tag_sort` to all subcommands with `--totals` option
|
743
842
|
|
744
843
|
### 1.0.39
|
745
844
|
|
845
|
+
#### NEW
|
846
|
+
|
746
847
|
- Tag transforms
|
747
848
|
- Option to sort tags by name in `--totals`
|
748
849
|
|
749
850
|
### 1.0.33
|
750
851
|
|
852
|
+
#### FIXED
|
853
|
+
|
751
854
|
- Gem dependency updates
|
752
855
|
|
753
856
|
### 1.0.30
|
754
857
|
|
858
|
+
#### FIXED
|
859
|
+
|
755
860
|
- Fix for array comparison error
|
756
861
|
|
757
862
|
### 1.0.29
|
758
863
|
|
864
|
+
#### FIXED
|
865
|
+
|
759
866
|
- Bugfixes
|
760
867
|
|
761
868
|
### 1.0.28
|
762
869
|
|
870
|
+
#### IMPROVED
|
871
|
+
|
763
872
|
- Global option `-x` to skip autotags and default_tags from global/local .doingrc
|
764
873
|
- Remove extra spaces when creating entry
|
765
874
|
|
766
875
|
### 1.0.27
|
767
876
|
|
877
|
+
#### IMPROVED
|
878
|
+
|
768
879
|
- More graceful writing of default config (~/.doingrc) on first run
|
769
880
|
- Repaired testing setup. Needs moar tests.
|
770
881
|
|
771
882
|
### 1.0.26
|
772
883
|
|
884
|
+
#### IMPROVED
|
885
|
+
|
773
886
|
- Add `--at` flag for `doing done`, e.g. `doing done --at=1:35pm --took=15m A new task I already finished`
|
774
887
|
- Allow decimal quantities when using natural language for hours or days, e.g. `--took=2.5h`
|
775
888
|
- Add `did` as a synonym for `done` subcommand
|
776
889
|
|
777
890
|
### 1.0.25
|
778
891
|
|
892
|
+
#### IMPROVED
|
893
|
+
|
894
|
+
#### IMPROVED
|
895
|
+
|
779
896
|
- Smarter method of getting user $HOME
|
780
897
|
- Improved avoiding duplicate tags when autotagging
|
781
898
|
- Improved autotag reporting
|
782
899
|
|
783
900
|
### 1.0.24
|
784
901
|
|
902
|
+
#### IMPROVED
|
903
|
+
|
785
904
|
- `doing note` operates on whatever is most recent, not just the last note in Currently
|
786
905
|
- `doing tag` with no count specified operates on most recent entry in any section, not just Currently
|
787
906
|
- `doing tag` with a count greater than 1 requires a section to be specified
|
@@ -790,6 +909,8 @@ presented
|
|
790
909
|
|
791
910
|
### 1.0.23
|
792
911
|
|
912
|
+
#### IMPROVED
|
913
|
+
|
793
914
|
- Apply default_tags after autotagging to avoid tags triggering tags
|
794
915
|
- Set `doing recent` to default to All sections instead of Currently
|
795
916
|
- Fix error in time reporting
|
@@ -797,25 +918,42 @@ presented
|
|
797
918
|
|
798
919
|
### 1.0.22
|
799
920
|
|
800
|
-
|
921
|
+
#### IMPROVED
|
922
|
+
|
801
923
|
- Allow cascading of local config files
|
802
924
|
- Allow `doing today` and `yesterday` to specify a section
|
803
925
|
|
926
|
+
#### FIXED
|
927
|
+
|
928
|
+
- Fix handling of "local" config files, allowing per-project configurations
|
929
|
+
|
804
930
|
### 1.0.21
|
805
931
|
|
932
|
+
#### NEW
|
933
|
+
|
806
934
|
- Add legitimate regex search capabilities
|
807
935
|
- Synonyms for grep (search) and now (next)
|
936
|
+
|
937
|
+
#### FIXED
|
938
|
+
|
808
939
|
- CSS fix
|
809
940
|
|
810
941
|
### 1.0.20
|
811
942
|
|
812
|
-
|
813
|
-
|
943
|
+
#### NEW
|
944
|
+
|
814
945
|
- New command `doing templates` to export default templates for HAML and CSS
|
815
946
|
- New config options under `html_template` for `haml` and `css`
|
816
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
|
+
|
817
953
|
### 1.0.19
|
818
954
|
|
955
|
+
#### IMPROVED
|
956
|
+
|
819
957
|
- For `doing note -e` include the entry title so you know what you're adding a note to
|
820
958
|
- For any other command that allows `-e` include a comment noting that anything after the first line creates a note
|
821
959
|
- Ignore # comments when parsing editor results
|
@@ -823,25 +961,36 @@ presented
|
|
823
961
|
|
824
962
|
### 1.0.18
|
825
963
|
|
826
|
-
|
964
|
+
#### IMPROVED
|
965
|
+
|
827
966
|
- Loosened up the template color resetting a bit more
|
828
967
|
|
968
|
+
#### FIXED
|
969
|
+
|
970
|
+
- Fix `undefined method [] for nil class` error in `doing view`
|
971
|
+
|
829
972
|
### 1.0.17
|
830
973
|
|
974
|
+
#### NEW
|
975
|
+
|
831
976
|
- Add `--stdout` global option to send reporting to STDOUT instead of STDERR (for use with LaunchBar et al)
|
832
977
|
|
833
978
|
### 1.0.16
|
834
979
|
|
980
|
+
#### FIXED
|
981
|
+
|
835
982
|
- Fixes overzealous color resetting
|
836
983
|
|
837
984
|
### 1.0.15
|
838
985
|
|
986
|
+
#### FIXED
|
987
|
+
|
839
988
|
- CLI/text totals block was outputting when HTML output was selected
|
840
989
|
- Have all template colors reset bold and background automatically when called
|
841
990
|
|
842
991
|
### 1.0.14
|
843
992
|
|
844
|
-
|
993
|
+
#### IMPROVED
|
845
994
|
|
846
995
|
- Fish completion
|
847
996
|
- views and sections subcommands have -c option to output single column
|
@@ -851,149 +1000,175 @@ Catching up on the changelog. Kind of. A lot has happened, mostly fixes.
|
|
851
1000
|
|
852
1001
|
### 1.0.13
|
853
1002
|
|
1003
|
+
#### FIXED
|
1004
|
+
|
854
1005
|
- Fix gsub error in doing meanwhile
|
855
1006
|
|
856
1007
|
### 1.0.8pre
|
857
1008
|
|
858
|
-
|
859
|
-
|
860
|
-
|
861
|
-
|
862
|
-
|
863
|
-
|
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)
|
864
1020
|
|
865
1021
|
### 1.0.7pre
|
866
1022
|
|
867
|
-
|
868
|
-
|
869
|
-
|
870
|
-
|
871
|
-
|
872
|
-
|
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
|
873
1034
|
|
874
1035
|
### 1.0.4pre
|
875
1036
|
|
876
|
-
|
877
|
-
|
878
|
-
|
879
|
-
|
880
|
-
|
881
|
-
|
882
|
-
|
883
|
-
|
884
|
-
|
885
|
-
|
886
|
-
|
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
|
887
1050
|
|
888
1051
|
### 1.0.3pre
|
889
1052
|
|
890
|
-
|
891
|
-
|
892
|
-
|
893
|
-
|
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
|
894
1059
|
|
895
1060
|
### 1.0.0pre
|
896
1061
|
|
897
|
-
|
898
|
-
* Added a `note` command and `--note` flags for entry creation commands
|
1062
|
+
#### IMPROVED
|
899
1063
|
|
900
|
-
|
1064
|
+
- Skipped ahead in the version numbering. Because I don't care.
|
1065
|
+
- Added a `note` command and `--note` flags for entry creation commands
|
901
1066
|
|
902
1067
|
### 0.2.6pre
|
903
1068
|
|
904
|
-
|
905
|
-
|
906
|
-
|
907
|
-
|
908
|
-
|
909
|
-
|
910
|
-
|
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
|
911
1078
|
|
912
1079
|
### 0.2.5
|
913
1080
|
|
914
|
-
|
915
|
-
|
916
|
-
|
917
|
-
|
918
|
-
|
919
|
-
|
920
|
-
|
921
|
-
|
922
|
-
|
923
|
-
|
924
|
-
|
925
|
-
|
926
|
-
|
927
|
-
|
928
|
-
|
929
|
-
|
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
|
930
1099
|
|
931
1100
|
### 0.2.1
|
932
1101
|
|
1102
|
+
#### IMPROVED
|
1103
|
+
|
933
1104
|
- CSV output for show command (`--csv`)
|
934
1105
|
- HTML output for show command (`--output html`)
|
935
1106
|
- fuzzy searching for all commands that specify a view.
|
936
|
-
|
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.)
|
937
1108
|
- `tags_color` in view config to highlight tags at the end of the lines. Can be set to any of the `%colors`.
|
938
1109
|
- Basic time tracking.
|
939
|
-
|
940
|
-
|
941
|
-
|
942
|
-
|
943
|
-
|
944
|
-
|
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`
|
945
1116
|
|
946
1117
|
|
947
1118
|
### 0.2.0
|
948
1119
|
|
1120
|
+
#### IMPROVED
|
1121
|
+
|
949
1122
|
- `doing done` without argument tags last entry done
|
950
|
-
|
1123
|
+
- `-a` archives them
|
951
1124
|
- `doing finish` or `doing finish X` marks last X entries done
|
952
|
-
|
1125
|
+
- `-a` archives them
|
953
1126
|
- `doing tag tag1 [tag2]` tags last entry or `-c X` entries
|
954
|
-
|
1127
|
+
- `doing tag -r tag1 [tag2]` removes said tag(s)
|
955
1128
|
- custom views additions
|
956
|
-
|
957
|
-
|
958
|
-
|
959
|
-
|
960
|
-
|
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
|
961
1134
|
- `doing show` updates
|
962
|
-
|
963
|
-
|
964
|
-
|
965
|
-
|
966
|
-
|
967
|
-
|
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`)
|
968
1141
|
- fuzzy section guessing when specified section isn't found
|
969
1142
|
- fuzzy view guessing for `doing view` command
|
970
1143
|
|
971
|
-
* * *
|
972
|
-
|
973
1144
|
### 0.1.9
|
974
1145
|
|
1146
|
+
#### IMPROVED
|
1147
|
+
|
975
1148
|
- colors in templated output
|
976
1149
|
- `open` command
|
977
|
-
|
978
|
-
|
979
|
-
|
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`)
|
980
1153
|
- `-e` switch for `now`, `later` and `done` commands
|
981
|
-
|
982
|
-
|
983
|
-
|
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`)
|
984
1157
|
- `doing views` shows all available custom views
|
985
1158
|
- `doing view` without a view name will let you choose a view from a menu
|
986
1159
|
- `doing archive` fixed so that `-k X` works to keep `X` number of entries in the section
|
987
1160
|
|
988
1161
|
### 0.1.7
|
989
1162
|
|
1163
|
+
#### IMPROVED
|
1164
|
+
|
990
1165
|
- colors in templated output
|
991
1166
|
- `open` command
|
992
|
-
|
993
|
-
|
994
|
-
|
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`)
|
995
1170
|
- `-e` switch for `now`, `later`, and `done` commands
|
996
|
-
|
997
|
-
|
998
|
-
|
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`)
|
999
1174
|
|