diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2020-10-12 10:48:37 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2020-10-12 10:53:38 +0800 |
| commit | b5bf9eb44d283109f86c390865b524eaa97ef0ea (patch) | |
| tree | 9af372c690f704c9e2472fe865eae1aa3769b375 | |
| parent | 9fb62125182c8f47935ed2916f2164978d7db147 (diff) | |
update
| -rw-r--r-- | taskrc | 59 |
1 files changed, 38 insertions, 21 deletions
| @@ -37,9 +37,45 @@ default.command=next | |||
| 37 | 37 | ||
| 38 | calendar.holidays=full | 38 | calendar.holidays=full |
| 39 | calendar.details=full | 39 | calendar.details=full |
| 40 | holiday.double-ten_2020.name=雙十補假 | ||
| 41 | holiday.double-ten_2020.date=20201009 | ||
| 42 | holiday.new-year_2020.name=元旦 | ||
| 43 | holiday.new-year_2020.date=20210101 | ||
| 44 | holiday.ch_1.name=春節 | ||
| 45 | holiday.ch_1.date=20210210 | ||
| 46 | holiday.ch_2.name=春節 | ||
| 47 | holiday.ch_2.date=20210211 | ||
| 48 | holiday.ch_3.name=春節 | ||
| 49 | holiday.ch_3.date=20210212 | ||
| 50 | holiday.ch_4.name=春節 | ||
| 51 | holiday.ch_4.date=20210215 | ||
| 52 | holiday.ch_5.name=春節 | ||
| 53 | holiday.ch_5.date=20210216 | ||
| 54 | holiday.ch_6.name=春節補上班 | ||
| 55 | holiday.ch_6.date=20210220 | ||
| 56 | holiday.228.name=228補假 | ||
| 57 | holiday.228.date=20210301 | ||
| 58 | holiday.grave.name=清明節補假 | ||
| 59 | holiday.grave.date=20210402 | ||
| 60 | holiday.child.name=兒童節補假 | ||
| 61 | holiday.child.date=20210405 | ||
| 62 | holiday.dragon.name=端午節 | ||
| 63 | holiday.dragon.date=20210614 | ||
| 64 | holiday.moon_1.name=中秋補上班 | ||
| 65 | holiday.moon_1.date=20210911 | ||
| 66 | holiday.moon_2.name=中秋節彈性放假 | ||
| 67 | holiday.moon_2.date=20210920 | ||
| 68 | holiday.moon_3.name=中秋節 | ||
| 69 | holiday.moon_3.date=20210921 | ||
| 70 | holiday.double-ten_2021.name=雙十補假 | ||
| 71 | holiday.double-ten_2021.date=20211011 | ||
| 72 | holiday.new-year_2021.name=元旦 | ||
| 73 | holiday.new-year_2021.date=20211231 | ||
| 40 | 74 | ||
| 41 | uda.reviewed.type=date | 75 | uda.reviewed.type=date |
| 42 | uda.reviewed.label=Reviewed | 76 | uda.reviewed.label=Reviewed |
| 77 | uda.weight.type=numeric | ||
| 78 | |||
| 43 | report._reviewed.description=Tasksh review report. Adjust the filter to your needs. | 79 | report._reviewed.description=Tasksh review report. Adjust the filter to your needs. |
| 44 | report._reviewed.columns=uuid | 80 | report._reviewed.columns=uuid |
| 45 | report._reviewed.sort=reviewed+,modified+ | 81 | report._reviewed.sort=reviewed+,modified+ |
| @@ -52,27 +88,8 @@ report.nchc.columns=id,description.count | |||
| 52 | report.nchc.sort=entry+ | 88 | report.nchc.sort=entry+ |
| 53 | 89 | ||
| 54 | context.geothings=( +geothings or project:geothings ) | 90 | context.geothings=( +geothings or project:geothings ) |
| 55 | context.office=-trivial -home -not.office +office | 91 | context.office=-trivial -home -not.office |
| 56 | context.foo=-home -office | 92 | context.foo=-home -office |
| 57 | context.home=-trivial -office | 93 | context.home=-trivial -office |
| 58 | context.dev=-trivial -office project:dev | 94 | context.dev=-trivial -office project:dev |
| 59 | 95 | context=office | |
| 60 | holiday.double-ten.name=雙十補假 | ||
| 61 | holiday.double-ten.date=20201009 | ||
| 62 | holiday.new-year.name=元旦 | ||
| 63 | holiday.new-year.date=20210101 | ||
| 64 | holiday.new-year.name=元旦 | ||
| 65 | holiday.new-year.date=20210101 | ||
| 66 | holiday.ch_1.name=春節 | ||
| 67 | holiday.ch_1.date=20210210 | ||
| 68 | holiday.ch_2.name=春節 | ||
| 69 | holiday.ch_2.date=20210211 | ||
| 70 | holiday.ch_3.name=春節 | ||
| 71 | holiday.ch_3.date=20210212 | ||
| 72 | holiday.ch_4.name=春節 | ||
| 73 | holiday.ch_4.date=20210215 | ||
| 74 | holiday.ch_5.name=春節 | ||
| 75 | holiday.ch_5.date=20210216 | ||
| 76 | holiday.ch_6.name=補上班 | ||
| 77 | holiday.ch_6.date=20210220 | ||
| 78 | context=foo | ||