Default Command - next

- The new 'next' report is now the default command.  It was 'list', but
  'next' is much better.
This commit is contained in:
Paul Beckingham
2011-08-14 13:14:12 -04:00
parent ef35a0cc18
commit d59cddcc6c
2 changed files with 2 additions and 1 deletions

1
NEWS
View File

@@ -15,6 +15,7 @@ New Features in taskwarrior 2.0.0
project, due date and description sorted by urgency).
- Performance enhancements.
- New 'next' report, that gauges urgency and reports the most urgent tasks.
- The 'next' report is now the default command.
- Fine control of verbosity through the 'verbose=' configuration variable.
- New 'execute' command that runs external scripts/programs.
- JSON is the new default export format.

View File

@@ -267,7 +267,7 @@ std::string Config::defaults =
"#default.project=foo # Default project for 'add' command\n"
"#default.priority=M # Default priority for 'add' command\n"
"#default.due=eom # Default due date for 'add' command\n"
"default.command=list # When no arguments are specified\n"
"default.command=next # When no arguments are specified\n"
"\n"
"_forcecolor=no # Forces color to be on, even for non TTY output\n"
"complete.all.projects=no # Include old project names in '_projects' command\n"