diff options
| author | Xiao Pan <gky44px1999@gmail.com> | 2024-03-15 01:22:59 -0700 | 
|---|---|---|
| committer | Xiao Pan <gky44px1999@gmail.com> | 2024-03-15 01:22:59 -0700 | 
| commit | 62d40e1be29dfb4aa33ce173770681e4a4ec10d6 (patch) | |
| tree | 3c4a811d727e7b5096e6af0b4f5a99cb25d8a45b /sh/news | |
| parent | 20bfe1dc1d72a9b3eecf285714e98e98e7fd0a4c (diff) | |
update
Diffstat (limited to 'sh/news')
| -rwxr-xr-x | sh/news | 4 | 
1 files changed, 3 insertions, 1 deletions
| @@ -6,6 +6,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 +	# track tinygrad twitter see if AMD open source GPU firmware or not  	o "$BROWSER" \  		https://github.com/notifications \  		'https://mail.google.com/mail/u/0/#inbox' \ @@ -17,7 +18,8 @@ daily () {  		https://discord.com/channels/@me \  		https://en.wikipedia.org/wiki/Portal:Current_events \  		https://panel.ihostart.com/index.php?rp=/announcements \ -		https://flylightning.xyz +		https://flylightning.xyz \ +		https://twitter.com/__tinygrad__  	# alacritty --hold must be before -e  	# full window: -w156, am and pm in one line: -w114  	o alacritty --hold -e rem -cu+2 -@ -w114 | 
