diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2019-08-25 06:45:30 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2019-08-25 06:45:30 +0200 |
commit | aa29ce5a243320559f8f83d9434bc55f20ae9aec (patch) | |
tree | cbf8fbfc079d36cbd25291950b5b2606d54b430a /remote/todo.sh | |
parent | 16e27beaa24c6c551eaa0d3e6d115017939593a1 (diff) | |
download | conky-aa29ce5a243320559f8f83d9434bc55f20ae9aec.tar.gz conky-aa29ce5a243320559f8f83d9434bc55f20ae9aec.tar.bz2 conky-aa29ce5a243320559f8f83d9434bc55f20ae9aec.tar.xz conky-aa29ce5a243320559f8f83d9434bc55f20ae9aec.zip |
Overview screens also ported to remote mode
Diffstat (limited to 'remote/todo.sh')
-rwxr-xr-x | remote/todo.sh | 28 |
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 + + |