diff options
| author | Paul Buetow <paul@buetow.org> | 2023-07-09 22:13:55 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-07-09 22:13:55 +0300 |
| commit | ca3dc8f1aec00f862094bd75324149a20b579465 (patch) | |
| tree | 77cbfb5bcdc190340baa4251f66e7a3a00b2f0d1 /frontends/scripts/taskwarrior.sh.tpl | |
| parent | 5c0d59f773d686ee7415d145dfcdea46fc0f57a4 (diff) | |
use full task db
Diffstat (limited to 'frontends/scripts/taskwarrior.sh.tpl')
| -rw-r--r-- | frontends/scripts/taskwarrior.sh.tpl | 4 |
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' |
