LinuxCommandLibrary

outside

Multi-purpose weather client for the terminal

TLDR

Show current weather
$ outside
copy
Show weather for a specific location
$ outside -l "[city]"
copy
Show weather in metric units
$ outside -u metric
copy
Output as JSON
$ outside -f json
copy

SYNOPSIS

outside [options]

DESCRIPTION

outside is a multi-purpose weather client for the terminal. It supports automatic location detection via IP, multiple output formats, 7-day forecasts, and customizable templates for data presentation.

PARAMETERS

-l, --location LOCATION

Specify a location (auto-detected via IP by default).
-u, --units UNITS
Units of measurement (metric or imperial).
-f, --format FORMAT
Output format (tui, simple, detailed, json, waybar).

CAVEATS

Requires an internet connection. Location detection accuracy depends on IP geolocation.

HISTORY

outside was created by BaconIsAVeg and is written in Rust.

SEE ALSO

curl(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard