Compare commits
3 Commits
3824bd663c
...
1cdd9ecb81
| Author | SHA1 | Date | |
|---|---|---|---|
| 1cdd9ecb81 | |||
| 7540945509 | |||
| 6d3ab7e6b9 |
@@ -3,6 +3,7 @@ hooks.location=$XDG_DATA_HOME/task/hooks
|
||||
|
||||
include /usr/share/doc/task/rc/light-256.theme
|
||||
include ./taskrc.d/$HOSTNAME
|
||||
include ./taskrc.d/aliases
|
||||
include ./taskrc.d/sync
|
||||
include ./taskrc.d/urgency
|
||||
include ./taskrc.d/reports
|
||||
|
||||
4
.config/task/taskrc.d/aliases
Normal file
4
.config/task/taskrc.d/aliases
Normal file
@@ -0,0 +1,4 @@
|
||||
alias.burndown=burndown.daily
|
||||
alias.a=add
|
||||
alias.rm=delete
|
||||
alias.e=modify
|
||||
@@ -10,8 +10,3 @@ color.uda.priority.L=
|
||||
color.due=
|
||||
color.due.today=
|
||||
color.overdue=
|
||||
|
||||
alias.burndown=burndown.daily
|
||||
alias.a=add
|
||||
alias.rm=delete
|
||||
alias.e=modify
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
# 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.labels=ID,Description
|
||||
report.in.description=Inbox (tasks with no project)
|
||||
|
||||
1
.config/task/taskrc.d/z-arch
Normal file
1
.config/task/taskrc.d/z-arch
Normal file
@@ -0,0 +1 @@
|
||||
recurrence=off
|
||||
Reference in New Issue
Block a user