summaryrefslogtreecommitdiff
path: root/frontends/scripts/taskwarrior.sh.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/scripts/taskwarrior.sh.tpl')
-rw-r--r--frontends/scripts/taskwarrior.sh.tpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/frontends/scripts/taskwarrior.sh.tpl b/frontends/scripts/taskwarrior.sh.tpl
new file mode 100644
index 0000000..c97b940
--- /dev/null
+++ b/frontends/scripts/taskwarrior.sh.tpl
@@ -0,0 +1,4 @@
+PATH=$PATH:/usr/local/bin
+
+echo "Any tasks due before the next 14 days?"
+su - git -c '/usr/local/bin/task rc:/etc/taskrc due.before:14day long 2>/dev/null'