Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdx/tmux-weather
Show weather in tmux status line. No powerline needed.
https://github.com/jdx/tmux-weather
Last synced: 6 days 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
- Created: 2016-02-19T02:48:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-12T20:56:21.000Z (10 months ago)
- Last Synced: 2024-04-13T21:05:08.024Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 186 KB
- Stars: 34
- Watchers: 3
- Forks: 1
- Open Issues: 8
-
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.
![tmux-weather](./img/screenshot.png)
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)