taskworrior使用教程00

taskworrior v 2.6.0 命令说明
说明文档地址:http://taskwarrior.org
经常使用的问答地址:http://answers.tasktools.org
社区支持:[email protected]

syntax: task

这里只是 选项,这个很有意思

帮助指令
task help
man task
man taskrc 
man task-color
man task-sync
基本使用指令
task add 
task list
task  modify due:Friday
task  done
task  delete
应该避开的shell字符
task add John\'s birthday
引述时使用的字符
task add "John`s birthday"
应该避开这些东西
$ ! ` ” () ; \ ` * ?
{ } [ ] < > | & % # ~  
调试
task rc.debug=1
task diagnostics
task rc.debug.tls=
task rc.debuge.parser=
task rc.debuge.hooks=
task rc.hooks=0 | 1
运行时覆盖的文件
rc.=
配置文件覆盖
rc:
分析器覆盖
task  -- 
配置文件
task show []
task config  
task config 
task config   ""
UDA配置
uda.NAME.type=TYPE
uda.NAME.label=LABEL
uda.NAME.value=VAL,VAL,..
类型
srting, date, duration, numeric
同步配置
taskd.server
taskd.ca or taskd.trust
taskd.certificate
taskd.key
taskd.credenticals
taskd.ciphers
日期格式
写时间
rc.dateformmat =YMD_HNS

只是时间
rc.dateformat =YMD



我的分割线


注释配置:
Add: task  annotate foo
Remove: task  denotate foo
英语注释助手
task  done Finished it
task  delete Not Needed
同步
task sync init (fist time)
task sync
导入/导出
task [] exprt
task import 

你可能感兴趣的:(taskworrior使用教程)