Fix functionality.
This commit is contained in:
parent
258b532a91
commit
fd80eebc4c
@ -5,4 +5,4 @@ tasks=$(task status:pending -notified due export | jq -r '.[].description')
|
|||||||
for task in $tasks; do
|
for task in $tasks; do
|
||||||
notify-send 'A task is due.' "$task"
|
notify-send 'A task is due.' "$task"
|
||||||
done
|
done
|
||||||
task status:pending -notified due modify +notified
|
task rc.bulk=0 rc.confirmation=off status:pending -notified due modify +notified
|
||||||
|
Loading…
Reference in New Issue
Block a user