Crates.io | weather-tui |
lib.rs | weather-tui |
version | 0.1.0 |
source | src |
created_at | 2022-09-06 03:27:09.423319 |
updated_at | 2022-09-06 03:27:09.423319 |
description | Weather in the terminal. |
homepage | https://github.com/Xithrius/weather-tui |
repository | https://github.com/Xithrius/weather-tui |
max_upload_size | |
id | 659250 |
size | 90,506 |
Key | Description |
Esc / q | Quit out of the entire application once in the base chat view. |
Ctrl + r | Refresh the data, making a new API request. |
Ctrl + p | Manually trigger a panic, so the application crashes. |
~/.cargo/bin
is in your PATH
environment variable.weather-tui
through cargo install weather-tui
.wt
, and the application will run first-time setup, generating a config at the following locations across different operating systems: - Linux/MacOS
: ~/.config/twt/config.toml
- Windows
: %appdata%\twt\config.toml
api_key
with your api key from step (3), and area
with the location you'd like to grab data from, such as London. The default config can be seen hereIf you have any problems, do not hesitate to submit an issue.