diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2020-10-06 14:56:04 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2020-10-06 14:56:04 +0800 |
| commit | 55a8828ce7ba6255c29fbc6568ae96e9412d0c98 (patch) | |
| tree | d7610bb8b0d4f847aa704bffd148884cfef37265 /taskrc | |
| parent | 4aa91c532bfed6642d28444203ca0794a8cf9a13 (diff) | |
update
Diffstat (limited to 'taskrc')
| -rw-r--r-- | taskrc | 5 |
1 files changed, 4 insertions, 1 deletions
| @@ -30,7 +30,7 @@ include /usr/share/doc/task/rc/dark-256.theme | |||
| 30 | #include /usr/share/doc/task/rc/no-color.theme | 30 | #include /usr/share/doc/task/rc/no-color.theme |
| 31 | 31 | ||
| 32 | dateformat=b.d | 32 | dateformat=b.d |
| 33 | report.list.filter=status:pending -trivial | 33 | report.list.filter=status:pending |
| 34 | search.case.sensitive=no | 34 | search.case.sensitive=no |
| 35 | default.command=next | 35 | default.command=next |
| 36 | 36 | ||
| @@ -46,3 +46,6 @@ report.nchc.filter=project:geothings.graphql.nchc-report | |||
| 46 | report.nchc.labels=ID,Desc | 46 | report.nchc.labels=ID,Desc |
| 47 | report.nchc.columns=id,description.count | 47 | report.nchc.columns=id,description.count |
| 48 | report.nchc.sort=entry+ | 48 | report.nchc.sort=entry+ |
| 49 | context.work=+geothings | ||
| 50 | context.free=+trivial | ||
| 51 | context.none=-trivial | ||