mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Documentation
- Fixed rc.nag documentation (thanks to Jeroen Budts).
This commit is contained in:
parent
42d0c110cf
commit
c6032d99f9
4 changed files with 7 additions and 5 deletions
1
AUTHORS
1
AUTHORS
|
@ -92,6 +92,7 @@ The following submitted code, packages or analysis, and deserve special thanks:
|
||||||
jasper
|
jasper
|
||||||
Aaron Bieber
|
Aaron Bieber
|
||||||
John West
|
John West
|
||||||
|
Jeroen Budts
|
||||||
|
|
||||||
Thanks to the following, who submitted detailed bug reports and excellent
|
Thanks to the following, who submitted detailed bug reports and excellent
|
||||||
suggestions:
|
suggestions:
|
||||||
|
|
|
@ -96,6 +96,7 @@ Bugs
|
||||||
+ Fixed bug so that 'limit:page' now considers footnote messages.
|
+ Fixed bug so that 'limit:page' now considers footnote messages.
|
||||||
+ Fixed bug where specifying an ID of 0 yielded all completed/deleted tasks
|
+ Fixed bug where specifying an ID of 0 yielded all completed/deleted tasks
|
||||||
(thanks to greenskeleton).
|
(thanks to greenskeleton).
|
||||||
|
+ Fixed rc.nag documentation (thanks to Jeroen Budts).
|
||||||
|
|
||||||
------ old releases ------------------------------
|
------ old releases ------------------------------
|
||||||
|
|
||||||
|
|
|
@ -91,7 +91,7 @@ You can edit your .taskrc file by hand if you wish, or you can use the 'config'
|
||||||
command. To permanently set a value in your .taskrc file, use this command:
|
command. To permanently set a value in your .taskrc file, use this command:
|
||||||
|
|
||||||
.RS
|
.RS
|
||||||
$ task config nag "You have higher priority tasks!"
|
$ task config nag "You have more urgent tasks."
|
||||||
.RE
|
.RE
|
||||||
|
|
||||||
To delete an entry, use this command:
|
To delete an entry, use this command:
|
||||||
|
@ -319,11 +319,11 @@ variable is "no".
|
||||||
This is useful for preventing large-scale unintended changes.
|
This is useful for preventing large-scale unintended changes.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B nag=You have higher priority tasks.
|
.B nag=You have more urgent tasks.
|
||||||
This may be a string of text, or blank. It is used as a prompt when a task is
|
This may be a string of text, or blank. It is used as a prompt when a task is
|
||||||
started or completed that is not considered high priority. Default value is:
|
started or completed that is not considered high priority. Default value is:
|
||||||
You have higher priority tasks. It is a gentle reminder that you are
|
You have more urgent tasks. It is a gentle reminder that you are contradicting
|
||||||
contradicting your own priority settings.
|
your own priority settings.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B complete.all.projects=yes
|
.B complete.all.projects=yes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue