mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
- Added features #36 and #37, providing annual versions of the 'history' and 'ghistory' command as 'history.annual' and 'ghistory.annual'. - Uses new canonical names history.monthly, history.annual, ghistory.monthly and ghistory.annual, with aliases providing original history and ghistory commands. - Updated man pages.
This commit is contained in:
parent
fcbc8a2ee2
commit
d92e80e289
11 changed files with 542 additions and 108 deletions
|
@ -161,6 +161,8 @@ std::string Config::defaults =
|
|||
"\n"
|
||||
"# Aliases - alternate names for commands\n"
|
||||
"alias.rm=delete # Alias for the delete command\n"
|
||||
"alias.history=history.monthly # Prefer monthly history reports\n"
|
||||
"alias.ghistory=ghistory.monthly # Prefer monthly graphical history reports\n"
|
||||
"\n"
|
||||
"# Fields: id,uuid,project,priority,priority_long,entry,entry_time,\n" // TODO
|
||||
"# start,entry_time,due,recur,recurrence_indicator,age,\n" // TODO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue