summaryrefslogtreecommitdiffstats
path: root/remote/todo.sh
diff options
context:
space:
mode:
Diffstat (limited to 'remote/todo.sh')
-rwxr-xr-xremote/todo.sh28
1 files changed, 28 insertions, 0 deletions
diff --git a/remote/todo.sh b/remote/todo.sh
new file mode 100755
index 0000000..863498a
--- /dev/null
+++ b/remote/todo.sh
@@ -0,0 +1,28 @@
+#! /bin/bash
+
+. lib/status.sh
+
+
+
+decorate "ToDo:" purple; echo
+t -p listpri "A-D" -@ "- x " | head -n -2 | cut -d ' ' -f 2- | fmt -t -w $fold
+
+echo
+echo
+
+decorate "Work:" purple; echo
+t -@ -p listpri "A-D" @work "- x " | head -n -2 | cut -d ' ' -f 2- | fmt -t -w $fold
+
+echo
+echo
+
+decorate "Buy:" purple; echo
+t -@ -p listpri "A-D" @buy "- x " | head -n -2 | cut -d ' ' -f 2- | fmt -t -w $fold
+
+echo
+echo
+
+decorate "Travel:" purple; echo
+t -@ -p listpri "A-D" @travel "- x " | head -n -2 | cut -d ' ' -f 2- | fmt -t -w $fold
+
+