mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Documentation
- Documented the 'inverse' color attribute.
This commit is contained in:
parent
9c53810d3e
commit
0231a6c412
3 changed files with 6 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
||||||
+ New 'indent.annotation' for the 'description.default' field format.
|
+ New 'indent.annotation' for the 'description.default' field format.
|
||||||
|
|
||||||
# Tracked Features, sorted by ID.
|
# Tracked Features, sorted by ID.
|
||||||
|
+ Added feature #330, which supports the 'inverse' color attribute.
|
||||||
+ Added feature #523 & #659, adding 'status' as a reportable field (thanks to
|
+ Added feature #523 & #659, adding 'status' as a reportable field (thanks to
|
||||||
Peter De Poorter and Bryce Harrington).
|
Peter De Poorter and Bryce Harrington).
|
||||||
+ Added feature #657 & #658, using the 'ids' command, tasks matching a filter
|
+ Added feature #657 & #658, using the 'ids' command, tasks matching a filter
|
||||||
|
|
1
NEWS
1
NEWS
|
@ -10,6 +10,7 @@ New Features in taskwarrior 2.0.0
|
||||||
- Status attribute can now be used in report.
|
- Status attribute can now be used in report.
|
||||||
- Project names may now contain spaces.
|
- Project names may now contain spaces.
|
||||||
- New export-html.pl script.
|
- New export-html.pl script.
|
||||||
|
- Now supports the 'inverse' color attribute.
|
||||||
|
|
||||||
Please refer to the ChangeLog file for full details. There are too many to
|
Please refer to the ChangeLog file for full details. There are too many to
|
||||||
list here.
|
list here.
|
||||||
|
|
|
@ -106,6 +106,10 @@ There is an additional 'underline' attribute that may be used:
|
||||||
|
|
||||||
underline bright red on black
|
underline bright red on black
|
||||||
|
|
||||||
|
And an 'inverse' attribute:
|
||||||
|
|
||||||
|
inverse red
|
||||||
|
|
||||||
Taskwarrior has a command that helps you visualize these color combinations.
|
Taskwarrior has a command that helps you visualize these color combinations.
|
||||||
Try this:
|
Try this:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue