mirror of
https://github.com/GothenburgBitFactory/taskshell.git
synced 2025-06-26 10:54:29 +02:00
Docs: Wrote a high-level overview of 'review'
- With a pointer to a (nonexistend) online doc.
This commit is contained in:
parent
88e015a371
commit
9cd0f95242
2 changed files with 14 additions and 2 deletions
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
- Implemented 'review' command.
|
- Implemented 'review' command.
|
||||||
- Implemented 'diag' command.
|
- Implemented 'diag' command.
|
||||||
|
- Added 'review N' option, to specify the number of tasks you would like to
|
||||||
|
review.
|
||||||
|
|
||||||
------ current release ---------------------------
|
------ current release ---------------------------
|
||||||
|
|
||||||
|
|
|
@ -34,8 +34,18 @@ These commands cause tasksh to terminate, returning you to your system shell.
|
||||||
Shows how to obtain help.
|
Shows how to obtain help.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B review
|
.B review [N]
|
||||||
Begins an interactive review session. Note: requires Taskwarrior 2.5.0 or later.
|
Begins an interactive review session, where you can mark tasks as reviewed,
|
||||||
|
modify them using your text editor, or skip them. You can terminate a review
|
||||||
|
session at any time.
|
||||||
|
Finds your pending and waiting tasks that need to be reviewed. By default this
|
||||||
|
means any task with a missing 'reviewed' date, or with a 'reviewed' date that
|
||||||
|
is older than a week. This means if you run the 'review' command to completion,
|
||||||
|
a subsequent 'review' command will find no tasks to review, until a week has
|
||||||
|
elapsed.
|
||||||
|
If 'N' is provided, the session is limited to reviewing only N tasks.
|
||||||
|
|
||||||
|
Note: requires Taskwarrior 2.5.0 or later.
|
||||||
For full details, see:
|
For full details, see:
|
||||||
<https://taskwarrior.org/docs/review.html>
|
<https://taskwarrior.org/docs/review.html>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue