16 |
17 |
30 |
31 |
35 |
42 |
43 |
44 |
Data
45 |
Board
46 |
47 |
48 |
49 |
51 |
52 |
53 |
55 |
69 |
70 |
71 |
72 |
74 |
87 |
113 |
114 |
227 |
228 |
229 |
234 |
258 |
--------------------------------------------------------------------------------
/tasks.timeline.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
Taskwarrior: SIMILE Timeline Widget
4 |
5 |
6 |
7 |
8 |
9 |
10 |
66 |
72 |
73 |
74 |
75 |
78 |
79 |
80 |
81 |
--------------------------------------------------------------------------------
/tasks.weekly.txt:
--------------------------------------------------------------------------------
1 | ###[ Weekly Review Steps & Commands ]###
2 |
3 | #[ Markdown Source ]
4 | #]#### Weekly Review
5 | #]
6 | #] * [System](#system)
7 | #] * Taskwarrior ('.view')
8 | #] * Reminders (`calendar`, `mind`)
9 | #] * Past, for missed
10 | #] * Future, for upcoming
11 | #] * Todos (`todo`)
12 | #] * Overview (`fail`, `data`, `meta status:pending`)
13 | #] * Recurring (`read status:recurring`, `+task-recur status:recurring`, `read status.isnt:recurring mask.any:`, `+task-recur status.isnt:recurring mask.any:`)
14 | #] * Projects (`projects`)
15 | #] * Active (`projects status:pending`)
16 | #] * Iterate (`+for FILE in $(task status:pending _unique project); do task read project.is:${FILE} -PARENT -CHILD; task-depends -r project.is:${FILE} -PARENT -CHILD; done`)
17 | #] * Tasks (`view status:pending project.none:; task-depends -r status:pending project.none:`)
18 | #] * UDAs (`udas`)
19 | #] * Kinds (`+for FILE in $(task status:pending _unique kind); do task read status:pending kind.is:${FILE}; done`)
20 | #] * Areas (`+for FILE in $(task status:pending _unique area); do task tags status:pending area.is:${FILE}; task read status:pending area.is:${FILE}; done`)
21 | #] * Tags (`tags`)
22 | #] * Active (`tags status:pending`)
23 | #] * Iterate (`+for FILE in $(task status:pending _unique tags); do task read status:pending tags.is:${FILE}; done`)
24 | #] * Report (`.repo`)
25 |
26 | #[ _task_parse_cmd :: impersonate_command ]
27 | #|calendar
28 | #|mind
29 | #|todo
30 | #|fail
31 | #|data
32 | #|meta status:pending
33 | #|read status:recurring
34 | #|+task-recur status:recurring
35 | #|read status.isnt:recurring mask.any:
36 | #|+task-recur status.isnt:recurring mask.any:
37 | #|projects
38 | #|projects status:pending
39 | #|+for FILE in $(task status:pending _unique project); do task read project.is:${FILE} -PARENT -CHILD; task-depends -r project.is:${FILE} -PARENT -CHILD; done
40 | #|view status:pending project.none:; task-depends -r status:pending project.none:
41 | #|udas
42 | #|+for FILE in $(task status:pending _unique kind); do task read status:pending kind.is:${FILE}; done
43 | #|+for FILE in $(task status:pending _unique area); do task tags status:pending area.is:${FILE}; task read status:pending area.is:${FILE}; done
44 | #|tags
45 | #|tags status:pending
46 | #|+for FILE in $(task status:pending _unique tags); do task read status:pending tags.is:${FILE}; done
47 | #|.repo
48 |
49 | #[ _task_parse_cmd_bash :: bash]
50 | task calendar;
51 | task mind;
52 | task todo;
53 | task fail;
54 | task data;
55 | task meta status:pending;
56 | task read status:recurring;
57 | eval ${MARKER}; IMPERSONATE_NAME=task .bashrc task-recur status:recurring;
58 | task read status.isnt:recurring mask.any:;
59 | eval ${MARKER}; IMPERSONATE_NAME=task .bashrc task-recur status.isnt:recurring mask.any:;
60 | task projects;
61 | task projects status:pending;
62 | for FILE in $(task status:pending _unique project); do task read project.is:${FILE} -PARENT -CHILD; eval ${MARKER}; IMPERSONATE_NAME=task .bashrc task-depends -r project.is:${FILE} -PARENT -CHILD; done;
63 | task view status:pending project.none:; eval ${MARKER}; IMPERSONATE_NAME=task .bashrc task-depends -r status:pending project.none:;
64 | task udas;
65 | for FILE in $(task status:pending _unique kind); do task read status:pending kind.is:${FILE}; done;
66 | for FILE in $(task status:pending _unique area); do task tags status:pending area.is:${FILE}; task read status:pending area.is:${FILE}; done;
67 | task tags;
68 | task tags status:pending;
69 | for FILE in $(task status:pending _unique tags); do task read status:pending tags.is:${FILE}; done;
70 | eval ${MARKER}; IMPERSONATE_NAME=task .bashrc impersonate_command repo;
71 |
72 | #[ Markdown Source ]
73 | #]#### Weekly Report
74 | #]
75 | #] * Taskwarrior ('.repo')
76 | #] * Integrity (`diagnostics`)
77 | #] * Projects (`summary`)
78 | #] * History
79 | #] * Numerical (`rc.defaultwidth=120 history.monthly`)
80 | #] * Graphical (`rc.defaultwidth=120 ghistory.monthly`)
81 | #] * Trending
82 | #] * Weekly (`rc.defaultwidth=120 rc.defaultheight=40 burndown.weekly`)
83 | #] * Daily (`rc.defaultwidth=120 rc.defaultheight=40 burndown.daily`)
84 | #] * Activity
85 | #] * Custom (`+SINCE="$(date --date="@$(calc $(date +%s)-$(calc 60*60*24*7))" --iso=s)"; task sort rc.color.completed=green rc.color.deleted=red \( \( end.after:${SINCE} \) or \( modified.after:${SINCE} kind.any: \) \)`)
86 | #] * Default (`timesheet 2`)
87 | #] * Statistics (`stats`)
88 |
89 | #[ _task_parse_cmd :: impersonate_command ]
90 | #|diagnostics
91 | #|summary
92 | #|rc.defaultwidth=120 history.monthly
93 | #|rc.defaultwidth=120 ghistory.monthly
94 | #|rc.defaultwidth=120 rc.defaultheight=40 burndown.weekly
95 | #|rc.defaultwidth=120 rc.defaultheight=40 burndown.daily
96 | #|+SINCE="$(date --date="@$(calc $(date +%s)-$(calc 60*60*24*7))" --iso=s)"; task sort rc.color.completed=green rc.color.deleted=red \( \( end.after:${SINCE} \) or \( modified.after:${SINCE} kind.any: \) \)
97 | #|timesheet 2
98 | #|stats
99 |
100 | #[ _task_parse_cmd_bash :: bash]
101 | task diagnostics;
102 | task summary;
103 | task rc.defaultwidth=120 history.monthly;
104 | task rc.defaultwidth=120 ghistory.monthly;
105 | task rc.defaultwidth=120 rc.defaultheight=40 burndown.weekly;
106 | task rc.defaultwidth=120 rc.defaultheight=40 burndown.daily;
107 | SINCE="$(date --date="@$(calc $(date +%s)-$(calc 60*60*24*7))" --iso=s)"; task sort rc.color.completed=green rc.color.deleted=red \( \( end.after:${SINCE} \) or \( modified.after:${SINCE} kind.any: \) \);
108 | task timesheet 2;
109 | task stats;
110 |
--------------------------------------------------------------------------------
/tasks.xltx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/garybgenett/tasks/e63c290d86fa47b5a1f8a89cd86b5a6854e14fd2/tasks.xltx
--------------------------------------------------------------------------------