summaryrefslogtreecommitdiff
path: root/frontends/scripts
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-07-09 21:22:13 +0300
committerPaul Buetow <paul@buetow.org>2023-07-09 21:22:13 +0300
commitacf1c93b7fab3fb5cd5383adf8771b098ae2c734 (patch)
tree5215b4f8d600bdd090b7fda495ed04f8a45a9ff0 /frontends/scripts
parentc08fb369ac86b1d4ba34a3b554f7b5240d82dff8 (diff)
add warrior
Diffstat (limited to 'frontends/scripts')
-rw-r--r--frontends/scripts/taskwarrior.sh.tpl7
1 files changed, 7 insertions, 0 deletions
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