https://github.com/terror/wtr
đŠī¸
https://github.com/terror/wtr
Last synced: 11 months ago
JSON representation
đŠī¸
- Host: GitHub
- URL: https://github.com/terror/wtr
- Owner: terror
- Created: 2021-06-26T17:45:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-27T22:25:08.000Z (over 4 years ago)
- Last Synced: 2025-02-15T09:37:18.620Z (11 months ago)
- Language: Rust
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## wtr đŠī¸
A simple command-line tool for displaying current **w**ea**t**he**r** information.
### Usage
```
wtr 0.0.1
USAGE:
wtr
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
SUBCOMMANDS:
display Main subcommand, display weather information in the terminal
help Prints this message or the help of the given subcommand(s)
```
### Installation
You can install `wtr` using cargo:
```bash
$ cargo install wtr
```