LinuxCommandLibrary

rustormy

Neofetch-inspired weather CLI with ASCII art

TLDR

Display weather for your current location
$ rustormy
copy
Show weather for a specific city
$ rustormy -c [London]
copy
Display weather in imperial units with colors
$ rustormy -c [Austin] --colors -u imperial
copy
Output weather data as JSON
$ rustormy -c [Tokyo] -o json
copy

SYNOPSIS

rustormy [options]

DESCRIPTION

rustormy is a lightweight weather CLI tool that displays current conditions including temperature, wind, humidity, precipitation, pressure, and UV index with ASCII art weather icons. It supports multiple weather data providers (Open-Meteo by default, no API key required), multiple output formats, and automatic provider fallback on API limits.

PARAMETERS

-c, --city CITY

Specify the city name.
-u, --units UNITS
Unit system: metric or imperial.
-o, --format FORMAT
Output format: text or json.
-m, --text-mode MODE
Display mode: full, compact, or one_line.
-l, --live
Enable live mode with periodic updates.
--colors
Enable ANSI color output.

HISTORY

rustormy was created by Tairesh and is written in Rust.

SEE ALSO

stormy(1), curl(1), zeitfetch(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard