Dependencies

- Added a new 'unblocked' report to complement the 'blocked' report.
- Updated docs.
This commit is contained in:
Paul Beckingham 2010-10-09 12:24:57 -04:00
parent a75c018106
commit bde1e0dd9a
4 changed files with 13 additions and 2 deletions

View file

@ -292,6 +292,14 @@ Shows all recurring tasks matching the specified criteria.
.B waiting [tags] [attrs] [description]
Shows all waiting tasks matching the specified criteria.
.TP
.B blocked [tags] [attrs] [description]
Shows all blocked tasks, that are dependent on other tasks.
.TP
.B unblocked [tags] [attrs] [description]
Shows all tasks that are not blocked by dependencies.
.TP
.B next [tags] [attrs] [description]
Shows all tasks with upcoming due dates matching the specified criteria.