1.0.1 • Published 8 years ago
tmux-weather v1.0.1
tmux-weather
Show weather in tmux status line. No powerline needed.

Installation
Copy tmux-weather into PATH.
cp ./tmux-weather /usr/local/bin/tmux-weatherCreate a file at ~/.config/forecastio.json with a forecast.io API key:
{
"token": "YOURAPIKEY"
}Add this (or something like it) to ~/.tmux.conf:
set -g status-right '#(~/bin/tmux-weather)'