Include private reminders in daily query

This commit is contained in:
c47 2024-03-24 23:42:18 +01:00
parent 302279ef6b
commit fc598286e1
Signed by: c47
SSH key fingerprint: SHA256:FIo5G1VJnESaIB/8N5lcc2IDuZ02Sl2Qyye15i4w7jQ

View file

@ -1,7 +1,7 @@
if [[ ! $(grep `date +'%Y-%m-%d'` ~/.today) ]]; then
if [[ `rem` != "No reminders." ]]; then
rem | sed '1 d' | sed '/^$/d' | gxmessage -file -
rem -b1 -iprivate=1 | sed '1 d' | sed '/^$/d' | gxmessage -file -
fi
date +'%Y-%m-%d' > ~/.today