Linux command
outside 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Show current weather
outside
Show weather for a specific location
outside -l "[city]"
Show weather in metric units
outside -u metric
Output as JSON
outside -f json
说明
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.
参数
- -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).
FAQ
What is the outside command used for?
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.
How do I run a basic outside example?
Run `outside` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -l, --location _LOCATION_ do in outside?
Specify a location (auto-detected via IP by default).