From aa29ce5a243320559f8f83d9434bc55f20ae9aec Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Sun, 25 Aug 2019 06:45:30 +0200 Subject: Overview screens also ported to remote mode --- remote/todo.sh | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100755 remote/todo.sh (limited to 'remote/todo.sh') 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 + + -- cgit v1.2.3