this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

add contexts to taskrc

+10 -1
+10 -1
home/profiles/task/taskrc
··· 40 40 uda.priority.values=H,M,,L 41 41 news.version=2.6.0 42 42 43 + ## Contexts 44 + context.poor.read=-purchase 45 + context.dev.read=+dev 46 + context.ops.read=+ops 47 + context.bucket.read=+in 48 + context.focused=(priority:H or priority:M) -idea -backlog -finances urgency > 5.0 49 + # context.work=+Work -idea -personal 50 + # context.offwork=-Work 51 + 43 52 ## Reports 44 53 45 54 # List ··· 57 66 report.unblocked.columns=id,depends,project,tags,due,start.active,description 58 67 59 68 # Next 60 - report.next.filter=(status:pending -Waiting -in -backlog pro.not:ideas limit:0) 69 + report.next.filter=(status:pending -in -backlog pro.not:ideas limit:0) 61 70 report.next.labels=ID,Active,Deps,P,Project,Tag,Recur,S,Due,Until,Description 62 71 report.next.columns=id,start.age,depends,priority,project,tags,recur,scheduled.countdown,due.relative,until.remaining,description 63 72