From d623fde1f79fe3d0704c94a9b3114df172d3cf49 Mon Sep 17 00:00:00 2001 From: Joerg Woelke Date: Sat, 31 Jul 2010 13:15:27 +0200 Subject: [PATCH] grmlzshrc.t2t: Doc for functions whatwhen() and weather() --- doc/grmlzshrc.t2t | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/grmlzshrc.t2t b/doc/grmlzshrc.t2t index 384078f..bba28c0 100644 --- a/doc/grmlzshrc.t2t +++ b/doc/grmlzshrc.t2t @@ -792,6 +792,17 @@ line options, she always wants, in her .zshrc.local. : **vman()** Use vim(1) as manpage reader. +: **whatwhen()** +Searches the history for a given pattern and lists the results by date. +The first argument is the search pattern. The second and third ones are +optional and denote a search range (default: -100). + +: **weather()** +Retrieves and prints weather information from "http://weather.noaa.gov". +The first and only argument is the ICAO code for the desired station. +For a list of ICAO codes see +"http://en.wikipedia.org/wiki/List_of_airports_by_ICAO_code". + : **xcat()** Tries to cat(1) file(s) given as parameter(s). Always returns true. See also xunfunction() below. -- 2.1.4