🌦️ Minimal neofetch-like weather CLI

ascii-art cli openmeteo-api openweathermap-api rust tui weather weather-cli worldweatheronline-api
2 Open Issues Need Help Last updated: Sep 12, 2025

Open Issues Need Help

View All on GitHub
bug good first issue

🌦️ Minimal neofetch-like weather CLI

Rust
#ascii-art#cli#openmeteo-api#openweathermap-api#rust#tui#weather#weather-cli#worldweatheronline-api

AI Summary: The `rustormy` tool incorrectly parses negative latitude/longitude values as new arguments when passed directly, resulting in an "unexpected argument" error. While a workaround exists using an equals sign (e.g., `-x=-111.967066`), the expected behavior is for negative numbers to be parsed correctly without it. The issue is likely resolvable by enabling `allow_negative_numbers` in the `clap` argument configuration.

Complexity: 1/5
bug good first issue

🌦️ Minimal neofetch-like weather CLI

Rust
#ascii-art#cli#openmeteo-api#openweathermap-api#rust#tui#weather#weather-cli#worldweatheronline-api