Crates.io | wttr |
lib.rs | wttr |
version | 0.2.0 |
source | src |
created_at | 2020-07-31 23:33:49.36841 |
updated_at | 2020-07-31 23:33:49.36841 |
description | a cli app to interact with https://wttr.in/ via the CLI |
homepage | |
repository | https://github.com/fyko/wttr |
max_upload_size | |
id | 271761 |
size | 43,911 |
a cli app to interact with https://wttr.in/ via the CLI -- super bare-bones
# make sure you have the rust toolchain installed
# curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
cargo install --git https://github.com/fyko/wttr --branch main
CLI tool for listing the weather
USAGE:
wttr [FLAGS]
FLAGS:
-h, --help Prints help information
-p, --pretty Wether or not to display a prettier view
-s, --short Wether or not to display a smaller view
-V, --version Prints version information
wttr --pretty
wttr --short
wttr -V