diff options
| author | Xiao Pan <gky44px1999@gmail.com> | 2024-03-08 22:45:40 -0800 | 
|---|---|---|
| committer | Xiao Pan <gky44px1999@gmail.com> | 2024-03-08 22:45:40 -0800 | 
| commit | 9de5fda992ac4c95571a2c77886c2b8289794f22 (patch) | |
| tree | 2f069ec363a9b1195631d38a88f56d4a38cb3179 /sh/news | |
| parent | ac62b86149a38fff34d99c5c6787bdde25c25539 (diff) | |
news script add discord
Diffstat (limited to 'sh/news')
| -rwxr-xr-x | sh/news | 2 | 
1 files changed, 2 insertions, 0 deletions
| @@ -3,6 +3,7 @@  daily () {  	# mail.yahoo.com/d/folders/6 is spam folder  	# ihostart announcements rss feed not working on newsboat, not sure why, so I put here instead +	# I disabled discord notification for some lab/project group, I prefer check manually everyday  	o "$BROWSER" \  		https://github.com/notifications \  		'https://mail.google.com/mail/u/0/#inbox' \ @@ -11,6 +12,7 @@ daily () {  		'https://mail.google.com/mail/u/1/#spam' \  		https://mail.yahoo.com \  		https://mail.yahoo.com/d/folders/6 \ +		https://discord.com/channels/@me \  		https://en.wikipedia.org/wiki/Portal:Current_events \  		https://panel.ihostart.com/index.php?rp=/announcements  	# alacritty --hold must be before -e | 
