https://github.com/jdx/tmux-weather
Show weather in tmux status line. No powerline needed.
https://github.com/jdx/tmux-weather
Last synced: 8 months ago
JSON representation
Show weather in tmux status line. No powerline needed.
- Host: GitHub
- URL: https://github.com/jdx/tmux-weather
- Owner: jdx
- License: isc
- Archived: true
- Created: 2016-02-19T02:48:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-01-12T20:56:21.000Z (almost 2 years ago)
- Last Synced: 2025-03-10T16:03:17.470Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 186 KB
- Stars: 34
- Watchers: 2
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-tmux - tmux-weather
README
tmux-weather
============
Show weather in tmux status line. No powerline needed.

Installation
============
Install [latlon](https://github.com/jdxcode/latlon).
```
$ brew install jdxcode/brew/latlon
```
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:
```json
{
"token": "YOURAPIKEY"
}
```
Add this (or something like it) to `~/.tmux.conf`:
```
set -g status-right '#(~/bin/tmux-weather)'
```
Other Tmux Plugins
==================
* [tmux-cpu-info](https://github.com/dickeyxxx/tmux-cpu-info)
* [tmux-spotify-info](https://github.com/dickeyxxx/tmux-spotify-info)