/wfetch-rs

Wfetch-rs: A simple Rust command-line tool for fetching basic weather information.

Primary LanguageRustOtherNOASSERTION

wfetch

wfetch is a minimalistic command-line tool written in Rust for give your information about the current weather.

Usage

you need to have Cargo installed.

  1. Clone the wfetch repository:

    git clone https://github.com/EuCaue/wfetch.git
  2. Navigate to the project directory:

    cd wfetch
  3. Build the project using Cargo:

    cargo build --release
  4. Run wfetch --api-key, to setup the api key:

    ./target/release/wfetch --api-key=<API_KEY>
  5. Run wfetch --setup, to setup the location:

    ./target/release/wfetch --setup
  6. Run wfetch to get the current weather:

    ./target/release/wfetch

Contribution

Contributions are welcome! (since I'm learning rust, probably has a lot of things to improve) Fork this repository, make your changes, and submit a pull request.

License

wfetch is licensed under the GPL3 License.

Thank you for using wfetch for your terminal theme customization needs!