mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
New alias
- Added export.vcalendar as an alias to export.ical. They are the same.
This commit is contained in:
parent
2161ffac2c
commit
cd648270ab
1 changed files with 1 additions and 0 deletions
|
@ -171,6 +171,7 @@ std::string Config::defaults =
|
|||
"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.csv # Prefer CSV over iCal export\n"
|
||||
"alias.export.vcalendar=export.ical # They are the same\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