Commit graph

43 commits

Author SHA1 Message Date
Kyle Marek-Spartz
908d2cc38c Hide information by default in review
Originally submitted to taskwarrior-dev: https://groups.google.com/forum/#!topic/taskwarrior-dev/a8XizQmscl8
2018-06-02 19:57:22 -04:00
Paul Beckingham
32e27ecba4 Copyright 2018 2017-12-31 19:53:04 -05:00
Paul Beckingham
d5bd17cff0 Review: report now defaults to 6 days instead of 1 weeķ, which is more
convenient for those who review weekly

- Thanks to Dirk Deimeke.
2017-02-05 15:03:13 +01:00
Paul Beckingham
09032052d1 review: Greater Core Guidelines compliance 2017-01-08 14:40:39 -05:00
Paul Beckingham
0f9a8e3877 TS-34: Tasksh throw a warning at the end of a review command
- Thanks to bjonnh.
2017-01-07 09:46:58 -05:00
Paul Beckingham
008f183bd1 Copyright update 2017-01-01 12:35:12 -05:00
Paul Beckingham
01f8158405 Review: Fixed grammar 2016-09-05 10:35:54 -04:00
Paul Beckingham
bd7162f58d TS-28: Please add a (m)odify feature for review
- Thanks to Ian R. Learmonth.
2016-09-04 17:52:01 -04:00
Paul Beckingham
cbb7959833 TS-11: Autoclear in the Task Shell
- Thanks to Lars Kumbier.
2016-09-04 16:06:17 -04:00
Paul Beckingham
3695e3619e Review: Added local confirmation befor modifying Taskwarrior configuration 2016-09-04 13:02:12 -04:00
Paul Beckingham
0f13520551 Review: Added more spacing between tasks 2016-09-04 12:50:25 -04:00
Paul Beckingham
61886b29ef Review: Now stops after 'limit' tasks 2016-09-04 12:48:21 -04:00
Paul Beckingham
65604e9ff1 Build: Removed missign includes 2016-09-02 21:29:19 -04:00
Paul Beckingham
13cb3b92e2 review: Removed use of string defines 2016-09-02 18:12:17 -04:00
Paul Beckingham
22c42f9de3 libshared: Integrated 2016-09-02 18:10:54 -04:00
Paul Beckingham
205a3984d2 TS-24: add review option (m)odify
- Thanks to David Patrick.
2016-01-11 15:05:26 -05:00
Paul Beckingham
70d9870611 Copyright: Updated to 2016 2015-12-31 15:14:37 -05:00
Paul Beckingham
50c23bce15 Review: Input reassigned
- 's' to skip
- 'r' to review
- <enter> to review
2015-12-23 08:48:14 -05:00
Paul Beckingham
3b69fa0907 Review: When creating the '_reviewed' report, add a description 2015-10-18 01:28:17 -04:00
Paul Beckingham
88e015a371 Review: Added 'N' cutoff for short reviews 2015-10-18 00:31:36 -04:00
Paul Beckingham
766e16d22a Shell: Implemented the 'exec' (or '!') command 2015-10-18 00:18:05 -04:00
Paul Beckingham
6e34e57a78 Cleanup: Added comments 2015-10-17 23:13:14 -04:00
Paul Beckingham
30accb83b5 Review: The '_reviewed' report now sorts by reviewd and modified
- Sorting by 'reviewed+' means that the least recently reviewed tasks are seen
  first.
- Sorting then by 'modified+' means that the least recently modified tasks are
  seen next.
2015-10-17 22:52:45 -04:00
Paul Beckingham
8e5e294c68 Review: Added auto setup
- If the 'reviewed' UDA is not of type 'date', add the proper configuration.
- If the '_reviewed' report is not found, add the proper configuration.
2015-10-17 22:21:19 -04:00
Paul Beckingham
f99ba3c33b L10N: Localized the intro and prompt strings. 2015-10-17 21:02:10 -04:00
Paul Beckingham
da4fd02cc5 Cleanup: Eliminated unused arguments 2015-10-12 15:13:43 -04:00
Paul Beckingham
1dd60ccffe Review: Enabled filter that blocks the recently reviewed 2015-08-05 19:43:20 -04:00
Paul Beckingham
7ffbbd33b5 Review: Bug fixes
- Fixed bug where the wrong number of reviewed tasks was listed.
- Improved spacing around prompt.
2015-06-03 22:32:48 -04:00
Paul Beckingham
c1be4df9f7 Bug: Review was using an uninitialized variable to count tasks 2015-06-02 16:09:43 -04:00
Paul Beckingham
3b18b20d17 Review: Usability
- Added text banner when the review process begins.
- Changed the color scheme.
2015-06-02 16:02:43 -04:00
Paul Beckingham
4c052c5a95 Review: Improving use of white space. 2015-06-02 15:03:55 -04:00
Paul Beckingham
a4a46dba47 Review: Truncate long task descriptions in banner. 2015-06-02 14:27:03 -04:00
Paul Beckingham
5bd8886b9e Review: Show task description in banner. 2015-06-02 14:22:36 -04:00
Paul Beckingham
964d1aa93e Review: Usability/feedback improvements
- Added a full-width colored banner to track progress through the review set.
- Added a colored prompt for per-task actions.
- Removed debug output.
2015-06-02 13:03:19 -04:00
Paul Beckingham
077dd52787 Review: Now calculates terminal width, for banner display. 2015-05-31 13:24:50 -04:00
Paul Beckingham
1a4a19346e Build: One less missing include 2015-05-25 13:25:26 -04:00
Paul Beckingham
b783adca92 Cleanup: Migrated ::getResponse into main.cpp 2015-05-25 13:09:07 -04:00
Paul Beckingham
1494300e42 L10N: Localized review 2015-05-25 12:48:19 -04:00
Paul Beckingham
86687adb97 FS: L10N 2015-05-25 11:35:07 -04:00
Paul Beckingham
3c4b2162e1 Review: Snapshot 2015-05-25 11:31:27 -04:00
Paul Beckingham
9d0e051f51 Review: Snapshot 2015-05-25 10:54:32 -04:00
Paul Beckingham
6f9a4de3bf Review: Added stubbed functionality. 2015-05-24 01:22:32 -04:00
Paul Beckingham
7f712d0926 Review: Added framework
- Added 'review' command, which does nothing.
- Removed 'context' command, which now passes to Taskwarrior.
- Removed 'leave' command.
- Removed 'clear' command.
2015-05-23 22:42:03 -04:00
Renamed from src/context.cpp (Browse further)