diff options
Diffstat (limited to 'frontends/scripts')
| -rw-r--r-- | frontends/scripts/taskwarrior.sh.tpl | 4 | ||||
| -rw-r--r-- | frontends/scripts/warrior.sh.tpl | 11 |
2 files changed, 4 insertions, 11 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' diff --git a/frontends/scripts/warrior.sh.tpl b/frontends/scripts/warrior.sh.tpl deleted file mode 100644 index 3dd168e..0000000 --- a/frontends/scripts/warrior.sh.tpl +++ /dev/null @@ -1,11 +0,0 @@ -PATH=$PATH:/usr/local/bin - -# These .task.status files were synced by my Laptops to the server. -find /home -maxdepth 2 -mindepth 2 -type f -name .task.status \ - | while read file; do - echo $file: - cat $file - echo - stat $file - echo -done |
