1.0.1 • Published 7 years ago

tmux-weather v1.0.1

Weekly downloads
5
License
ISC
Repository
github
Last release
7 years ago

tmux-weather

Show weather in tmux status line. No powerline needed.

tmux-weather

Installation

Copy tmux-weather into PATH.

cp ./tmux-weather /usr/local/bin/tmux-weather

Create 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)'

Other Tmux Plugins