wip
This commit is contained in:
parent
d0930f097a
commit
92cb83258f
5 changed files with 330 additions and 9 deletions
|
@ -1,18 +1,31 @@
|
|||
data.location={{ .chezmoi.homeDir }}/.task
|
||||
news.version=3.4.1
|
||||
|
||||
default.command=act
|
||||
alias.next=next limit:1
|
||||
alias.log=add +inbox
|
||||
alias.inbox=list project: +inbox
|
||||
|
||||
# must be specified bc taskrc not in default ~/.taskrc location
|
||||
data.location=~/.local/share/task
|
||||
hooks.location=~/.config/task/hooks
|
||||
|
||||
include solarized-dark-256.theme
|
||||
|
||||
report.list.columns=id,start.age,depends.indicator,priority,project,tags,recur.indicator,scheduled.countdown,due,until.remaining,description.count
|
||||
report.list.labels=id,active,d,p,project,tags,r,sch,due,until,description
|
||||
report.list.columns=id,start.age,depends.indicator,priority,project,tags,recur.indicator,scheduled,due,until.remaining,description.count
|
||||
report.list.labels=id,active,deps,pri,proj,tags,recur,sched,due,until,desc
|
||||
|
||||
report.next.columns=id,start.age,depends,priority,project,tags,recur,scheduled.countdown,due.relative,until.remaining,description
|
||||
report.next.labels=id,active,deps,p,project,tag,recur,s,due,until,description
|
||||
report.act.description=unblocked tasks
|
||||
report.act.columns=id,start.age,depends,priority,project,tags,recur,scheduled,due,until.remaining,description.count
|
||||
report.act.labels=id,active,deps,pri,proj,tags,recur,sched,due,until,desc
|
||||
report.act.filter=status:pending -WAITING -BLOCKED -inbox
|
||||
report.act.sort=project+/,due+,entry+
|
||||
|
||||
sync.server.url={{ .task_url }}
|
||||
sync.server.client_id={{ .task_client_id }}
|
||||
sync.encryption_secret={{ .task_encryption_secret }}
|
||||
|
||||
uda.estimate.type=numeric
|
||||
uda.estimate.label=estimated_hrs
|
||||
|
||||
context.work.read=-personal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue