- Task now supports "default.command" configuration variable (for example

it could contain "list due:tomorrow") that is the command that is run
  whenever task is invoked with no arguments.
This commit is contained in:
Paul Beckingham
2008-09-12 16:07:50 -04:00
parent e9a71b7db9
commit fb87039d8c
6 changed files with 71 additions and 3 deletions

View File

@@ -104,6 +104,9 @@
the new "default.project" and "default.priority" configuration variables
(thanks to Vincent Fleuranceau).
<li>Task supports improved word-wrapping to the terminal width.
<li>Task now supports "default.command" configuration variable (for example
it could contain "list due:tomorrow") which is the command that is run
whenever task is invoked with no arguments.
<li>Fixed bug so that relative dates in filters (task list due:eom,
task list due:tomorrow, task list due:23rd ...) are now properly
supported.