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:
1
NEWS
1
NEWS
@@ -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.
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user