Compare commits
No commits in common. "1cdd9ecb81c7710644d1fc121f3c572b24715cfc" and "3824bd663ca3df56196d527e940bfe6ca2d2e9bb" have entirely different histories.
1cdd9ecb81
...
3824bd663c
|
@ -3,7 +3,6 @@ hooks.location=$XDG_DATA_HOME/task/hooks
|
||||||
|
|
||||||
include /usr/share/doc/task/rc/light-256.theme
|
include /usr/share/doc/task/rc/light-256.theme
|
||||||
include ./taskrc.d/$HOSTNAME
|
include ./taskrc.d/$HOSTNAME
|
||||||
include ./taskrc.d/aliases
|
|
||||||
include ./taskrc.d/sync
|
include ./taskrc.d/sync
|
||||||
include ./taskrc.d/urgency
|
include ./taskrc.d/urgency
|
||||||
include ./taskrc.d/reports
|
include ./taskrc.d/reports
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
alias.burndown=burndown.daily
|
|
||||||
alias.a=add
|
|
||||||
alias.rm=delete
|
|
||||||
alias.e=modify
|
|
|
@ -10,3 +10,8 @@ color.uda.priority.L=
|
||||||
color.due=
|
color.due=
|
||||||
color.due.today=
|
color.due.today=
|
||||||
color.overdue=
|
color.overdue=
|
||||||
|
|
||||||
|
alias.burndown=burndown.daily
|
||||||
|
alias.a=add
|
||||||
|
alias.rm=delete
|
||||||
|
alias.e=modify
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
# The default report is `next`, to obtain details on a report
|
|
||||||
# (e.g. the columns used), the following command can be used:
|
|
||||||
#
|
|
||||||
# `task _get rc.report.<report_name>.columns`
|
|
||||||
|
|
||||||
report.next.columns=id,start.age,entry.age,depends,project,tags,scheduled.countdown,due.relative,until.remaining,description
|
|
||||||
report.next.labels=ID,Active,Age,Deps,Project,Tag,S,Due,Until,Description
|
|
||||||
report.next.filter=status:pending -WAITING -BLOCKED limit:page
|
|
||||||
|
|
||||||
report.in.columns=id,description
|
report.in.columns=id,description
|
||||||
report.in.labels=ID,Description
|
report.in.labels=ID,Description
|
||||||
report.in.description=Inbox (tasks with no project)
|
report.in.description=Inbox (tasks with no project)
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
recurrence=off
|
|
Loading…
Reference in New Issue