← 返回命令列表

Linux command

rustormy 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Display weather for your current location

rustormy

Show weather for a specific city

rustormy -c [London]

Display weather in imperial units with colors

rustormy -c [Austin] --colors -u imperial

Output weather data as JSON

rustormy -c [Tokyo] -o json

说明

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.

参数

-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.

FAQ

What is the rustormy command used for?

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.

How do I run a basic rustormy example?

Run `rustormy` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -c, --city _CITY_ do in rustormy?

Specify the city name.