mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 19:17:19 +02:00
Commands - export
- The default export format is now JSON, with an alias that maps 'export' to '_query'.
This commit is contained in:
parent
6cf7644e02
commit
37b48c56d5
8 changed files with 4 additions and 255 deletions
|
@ -295,7 +295,7 @@ std::string Config::defaults =
|
|||
"alias.rm=delete # Alias for the delete command\n"
|
||||
"alias.history=history.monthly # Prefer monthly over annual history reports\n"
|
||||
"alias.ghistory=ghistory.monthly # Prefer monthly graphical over annual history reports\n"
|
||||
"alias.export=export.yaml # Prefer YAML over CSV or iCal export\n"
|
||||
"alias.export=_query # Prefer JSON as the prime format\n"
|
||||
"alias.export.vcalendar=export.ical # They are the same\n"
|
||||
"alias.export.json=_query # The _query command will be used for all export\n"
|
||||
"alias.burndown=burndown.weekly # Prefer the weekly burndown chart\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue