From acf1c93b7fab3fb5cd5383adf8771b098ae2c734 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 9 Jul 2023 21:22:13 +0300 Subject: add warrior --- frontends/scripts/taskwarrior.sh.tpl | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 frontends/scripts/taskwarrior.sh.tpl (limited to 'frontends/scripts') diff --git a/frontends/scripts/taskwarrior.sh.tpl b/frontends/scripts/taskwarrior.sh.tpl new file mode 100644 index 0000000..f02cbc3 --- /dev/null +++ b/frontends/scripts/taskwarrior.sh.tpl @@ -0,0 +1,7 @@ +PATH=$PATH:/usr/local/bin + +find /home -maxdepth 2 -mindepth 2 -type f -name .task.status \ + | while read file; do + echo $file: + cat $file +done -- cgit v1.2.3