1
0
Fork 0

Change headline formating

This commit is contained in:
Malte Brandy 2018-06-10 01:04:53 +02:00
parent bdffe31d62
commit 672bfd55b6
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -9,9 +9,9 @@ let
echo \
$(date "+%Y-%m-%d %a %H:%M") "|" \
$(cat ~/.kassandra_state | tail -n3 | sed "s/$/ | /") \
Inbox: $(task +PENDING -BLOCKED -TAGGED count) "|" \
Active Task: $(task rc.verbose=nothing active || echo "No task active") "|" \
Tags: $(task +PENDING -BLOCKED -project -optional -later rc.verbose=nothing tags | sed "s/\(.\)$/\1 |/" )
=inbox= $(task +PENDING -BLOCKED -TAGGED count) "|" \
=active task= $(task rc.verbose=nothing active || echo "none") "|" \
=tags= $(task +PENDING -BLOCKED -project -optional -later rc.verbose=nothing tags | sed "s/\(.\)$/\1 |/" )
sleep 10s;
done
'';