mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-30 20:37:20 +02:00
Documentation
- Added sections on the task shell and advanced filters.
This commit is contained in:
parent
d85579d69f
commit
e26f29537a
2 changed files with 51 additions and 4 deletions
|
@ -168,6 +168,11 @@ task rc:x list
|
|||
|
||||
# Shell
|
||||
echo Shell
|
||||
#task rc:x shell
|
||||
#> projects
|
||||
#> tags
|
||||
#> list
|
||||
#> quit
|
||||
|
||||
# Special tags
|
||||
echo Special tags
|
||||
|
@ -226,6 +231,17 @@ task rc:x rc.color.summary.background:"on gray3" summary
|
|||
|
||||
# Advanced filters
|
||||
echo Advanced filters
|
||||
task rc:x list
|
||||
task rc:x list invit
|
||||
task rc:x list description.contains:invit
|
||||
task rc:x list pro:party
|
||||
task rc:x list pro.is:party
|
||||
task rc:x list pro.not:party
|
||||
task rc:x list pro:party priority.over:L
|
||||
task rc:x list pro:party limit:2
|
||||
task rc:x list limit:page
|
||||
task rc:x all status:pending
|
||||
task rc:x all status:waiting
|
||||
|
||||
# Import/export
|
||||
echo Import/export
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue