Fix functionality.
This commit is contained in:
parent
258b532a91
commit
fd80eebc4c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue