From 68e19cff8cbf70889f8c54eed3c45640a2f1cb52 Mon Sep 17 00:00:00 2001 From: Namilskyy Date: Sun, 23 Nov 2025 14:53:51 +0300 Subject: Created PKGBUILD and SRCINFO --- src/WeatherFetch-0.0.4/README.md | 61 ---------------------------------------- 1 file changed, 61 deletions(-) delete mode 100644 src/WeatherFetch-0.0.4/README.md (limited to 'src/WeatherFetch-0.0.4/README.md') diff --git a/src/WeatherFetch-0.0.4/README.md b/src/WeatherFetch-0.0.4/README.md deleted file mode 100644 index b2c7705..0000000 --- a/src/WeatherFetch-0.0.4/README.md +++ /dev/null @@ -1,61 +0,0 @@ -

WeatherFetch πŸ“ΊοΈ

-
- - Telegram - - - rust.yml - - - -
-
- -**WeaterFetch: Written on rust fetch tool like Neofetch or FastFetch but with Weather.** -This is my pet project, but I think someone might like it. I am the sole developer, so if you encounter any issues or bugs, please inform me or create a pull request. Stil in development, no work version. - -
- -

Tech details πŸ—οΈ

- -> [!WARNING] -> Not all of this fns can be implemented with openmeteo API - -- Uses the free open-meteo API, which requires coordinates or configuration to function properly. -- Displays images in the terminal. (WIP) -- Provides various time intervals, including daily, hourly, and minute-by-minute updates, as well as current information. -- Can send alerts. (WIP) -- In case of internet connectivity issues, it can download information from a cache. - -WIP - work in progress. Its much more harder with free open-meteo API. - -

Using ⛽️

- ->[!WARNING] ->Coordinates and an internet connection are required if cache not builded properly. ->To cache weather data you cah run `wfetch rebuild-cache` - -`wfetch -h` - -

Installation πŸ”

- -**Build from source:** -```shell -git clone https://github.com/Nam4ik/WeatherFetch -cd WeatherFetch -cargo build -rv -sudo mv ./target/release/wfetch /usr/local/bin -cargo clean -wfetch config && cp src/arts.yaml ~/.config/WeatherFetch/ -``` -And dont forget switch coords in config to your! -
- -**Or just download release and move it to one of** `$PATH` **dirs.** - -
- -> [!TIP] -> **Soon in aur.** - - -- cgit v1.2.3