jkamdjou / tmux-weather

Display local weather in your status line.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tmux Weather Plugin

Display local weather in your status line.

tmux-weather

Results are cached in ~/.tmux-weather for 15 minutes by default.

Install

Make sure you have Tmux Plugin Manager and jq installed.

Then add the plugin to ~/.tmux.conf:

set -g @plugin 'dstokes/tmux-weather'

Load the plugin with prefix + I.

DarkSky API Key

Get a free API key from DarkSky: https://darksky.net/dev

Store it in ~/.config/tmux-weather/key

Usage

set -g status-right "#{weather}"

About

Display local weather in your status line.


Languages

Language:Shell 100.0%