summaryrefslogtreecommitdiff
path: root/home/.selfconfigs/newsboat/open-nb-unread
blob: ff4809dea2fa1aa1618ea1323f23f928a01d42c5 (plain)
1
2
3
4
5
6
7
#!/bin/bash -eu

newsboat -x reload
unread=$(newsboat -x print-unread)
if ! [[ "$unread" == 0* ]]; then
	newsboat
fi