Comment by ๐ stack
Here is how to get it right on gemini:
For a different location, append `?Moscow` or whatever place you want...
2023-10-10 ยท 3 years ago
Original Post
commandline weather โ Querying an online service for the current weather can easily be replaced by looking outside the window _but_ regardless, I found this one quirky enough to share. curl -sm 3 "wttr.in/New+York?m" | sed 's/w+Y/w Y/' | head -n 7 ...and no, I don't live in New York :P