Helper Command

- Added _query helper command for script writers, which accepts a filter like
  any other report, but returns raw JSON.
This commit is contained in:
Paul Beckingham 2010-12-26 10:00:41 -05:00
parent 126a3d88b5
commit 7f32435ce9
8 changed files with 72 additions and 0 deletions

2
NEWS
View file

@ -11,6 +11,8 @@ New Features in taskwarrior 1.9.4
- The first month in the calendar report can now be changed with an offset
value.
- No more dependency on ncurses.
- New '_query helper command for script writers, which accepts a filter like
any other report, but returns unformatted JSON.
- Assorted bug fixes.
Please refer to the ChangeLog file for full details. There are too many to