mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Bug #1150
- Fixed bug #1150, which referenced deprecated features in the tutorial man page (thanks to Benjamin Weber).
This commit is contained in:
parent
b515111f2b
commit
5d0e4249e3
3 changed files with 3 additions and 44 deletions
2
AUTHORS
2
AUTHORS
|
@ -163,4 +163,4 @@ suggestions:
|
|||
Thomas Sullivan
|
||||
Tim None
|
||||
trHD
|
||||
|
||||
Benjamin Weber
|
||||
|
|
|
@ -56,6 +56,8 @@ Bugs
|
|||
pending task (thanks to Aikido Guy).
|
||||
+ Fixed bug #1123, which caused the undo of a 'log' command to corrupt the data
|
||||
file (thanks to Tim None).
|
||||
+ Fixed bug #1150, which referenced deprecated features in the tutorial man
|
||||
page (thanks to Benjamin Weber).
|
||||
+ Improved hyphenation by splitting on commas (even if no whitespace after).
|
||||
Leads to better output of, for example, 'task show', where comma-separated
|
||||
lists are common.
|
||||
|
|
|
@ -1096,49 +1096,6 @@ ID Project Pri Due Active Age Description
|
|||
What you see is the result of a set of color rules being applied to the tasks.
|
||||
There is a hierarchy of color rules that colorize a task based on the metadata.
|
||||
|
||||
Here is an example of an explicit override to the color rules where a specific
|
||||
task is given a red background.
|
||||
|
||||
.RS
|
||||
$ task 1 modify bg:on_red
|
||||
.br
|
||||
modified 1 task.
|
||||
.br
|
||||
$ task list
|
||||
.br
|
||||
|
||||
.br
|
||||
ID Project Pri Due Active Age Description
|
||||
.br
|
||||
-- ------- --- --- ------ ------- ----------------------------------
|
||||
.br
|
||||
1 party H 1 hr Select a free weekend in November
|
||||
.br
|
||||
10/16/2010 the 13th looks good
|
||||
.br
|
||||
2 party H 1 hr Select and book a venue
|
||||
.br
|
||||
5 party H 59 mins Design invitations
|
||||
.br
|
||||
8 33 mins Select some Music for after dinner
|
||||
.br
|
||||
7 home 50 mins Pay rent at the end of the month
|
||||
.br
|
||||
3 party 1 hr Mail invitations
|
||||
.br
|
||||
4 party 1 hr Select a caterer
|
||||
.br
|
||||
6 party 59 mins Print invitations
|
||||
.br
|
||||
|
||||
.br
|
||||
8 tasks
|
||||
.br
|
||||
$ task 1 modify bg:
|
||||
.br
|
||||
Modified 1 task.
|
||||
.RE
|
||||
|
||||
Taskwarrior supports 256 colors on certain terminal emulators, and this shows
|
||||
the range of colors available. Note that your terminal may show fewer colors.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue