Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1 KB

README.md

File metadata and controls

19 lines (14 loc) · 1 KB

Wtt.rs

A simple wttr.in wrapper for Unix terminals, written in Rust. Has the possibility to save the used city location.

Usage

Program arguments:

  • -c or --City to specify the located city
  • -s or --Save for saving the located city into a config file
  • -m or --Moon for getting information about the current mondphase
  • -n or --Now for displaying only the current weather data
  • -h or --Help for printing the command list

Licence

Copyright 2018, Tim F. Rieck

Licensed under the GLP, Version 3.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:

https://www.gnu.org/licenses/gpl-3.0.en.html

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.