1
0
Fork 0

Show more state in headstatus

This commit is contained in:
Malte Brandy 2018-06-10 14:13:59 +02:00
parent 297ac4b77c
commit 10e4fb328c
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -8,7 +8,7 @@ let
do
echo \
$(date "+%Y-%m-%d %a %H:%M") "|" \
$(cat ~/.kassandra_state | tail -n3 | sed "s/$/ | /") \
$(cat ~/.kassandra_state | tail -n4 | sed "s/$/ | /") \
=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 |/" )