Open terminal with weather info and a quote 2

Описание к видео Open terminal with weather info and a quote 2

Weather info from: https://wttr.in/
The quote part uses a Go binary that executes on a new terminal session.

Since I first uploaded the video, I have added caching to make it faster. You can see the code for the quote of the day here: https://github.com/exismys/HelloWorld...

For weather info, I am just using cron to cache the response from wttr.in and reading it on a new terminal session from the cached data:
In .zshrc/.bashrc:
cat /tmp/weather # Cached weather data from wttr
echo "\n"

#linux #golang #coding #kitty


Music credits:
Echo of Sadness
Music I use: Bensound.com
License code: 76CRHRY1LLQ7V9DP

Комментарии

Информация по комментариям в разработке