From c0e9b908e4209b16cdd0c19fac9335e1d01baa72 Mon Sep 17 00:00:00 2001 From: David Date: Mon, 5 Nov 2018 22:58:01 +0100 Subject: [PATCH] ansiweather: add page (#2539) --- pages/common/ansiweather.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pages/common/ansiweather.md diff --git a/pages/common/ansiweather.md b/pages/common/ansiweather.md new file mode 100644 index 000000000..b15a74709 --- /dev/null +++ b/pages/common/ansiweather.md @@ -0,0 +1,15 @@ +# ansiweather + +> A shell script for displaying the current weather conditions in your terminal. + +- Display a forecast using metric units for the next five days for Rzeszow, Poland: + +`ansiweather -u {{metric}} -f {{5}} -l {{Rzeszow,PL}}` + +- Display a forecast showing symbols and daylight data for your current location: + +`ansiweather -s {{true}} -d {{true}}` + +- Display a forecast showing wind and humidity data for your current location: + +`ansiweather -w {{true}} -h {{true}}`