mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 19:03:07 +02:00
Feature #546
- Added feature #546, which is a 'count' command that counts tasks, and is intended to help scripts that manipulate task output. - Added unit tests. - Added man page description.
This commit is contained in:
parent
4c40784328
commit
d7de67d242
10 changed files with 129 additions and 0 deletions
3
NEWS
3
NEWS
|
|
@ -2,6 +2,7 @@
|
|||
New Features in taskwarrior 1.9.4
|
||||
|
||||
- New burndown charts.
|
||||
- New 'count' helper command.
|
||||
|
||||
Please refer to the ChangeLog file for full details. There are too many to
|
||||
list here.
|
||||
|
|
@ -10,6 +11,8 @@ New commands in taskwarrior 1.9.4
|
|||
|
||||
- 'burndown.daily', 'burndown.weekly', 'burndown.monthly', also with
|
||||
'burndown' that is an alias to burndown.weekly.
|
||||
- 'count' accepts a filter, and simply returns a count of the tasks
|
||||
matching the filter. Used as a helper command by scripts.
|
||||
|
||||
New configuration options in taskwarrior 1.9.4
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue