Weboob 0.i released
This commit is contained in:
parent
5c8982e5e9
commit
1aee7f984e
42 changed files with 980 additions and 222 deletions
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH WETBOOBS 1 "08 January 2014" "wetboobs 0\&.h"
|
||||
.TH WETBOOBS 1 "19 May 2014" "wetboobs 0\&.i"
|
||||
.SH NAME
|
||||
wetboobs \- display weather and forecasts
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -14,6 +14,12 @@ wetboobs \- display weather and forecasts
|
|||
|
||||
Console application allowing to display weather and forecasts in your city.
|
||||
|
||||
.SS Supported websites:
|
||||
* meteofrance (Get forecasts from the MeteoFrance website)
|
||||
.br
|
||||
* weather (Get forecasts from weather.com)
|
||||
.br
|
||||
* yahoo (Yahoo!)
|
||||
.SH WETBOOBS COMMANDS
|
||||
.TP
|
||||
\fBcities\fR \fIPATTERN\fR
|
||||
|
|
@ -31,22 +37,6 @@ Get current weather for specified city. Use the 'cities' command to find them.
|
|||
\fBforecasts\fR \fICITY_ID\fR
|
||||
.br
|
||||
Get forecasts for specified city. Use the 'cities' command to find them.
|
||||
.TP
|
||||
\fBgauge\fR \fIGAUGE_ID\fR
|
||||
.br
|
||||
Get history of a specific gauge (use 'gauges' to find them).
|
||||
.TP
|
||||
\fBgauges\fR [\fIPATTERN\fR]
|
||||
.br
|
||||
List all rivers. If PATTERN is specified, search on a pattern.
|
||||
.TP
|
||||
\fBlast_sensor_measure\fR \fIGAUGE_ID\fR
|
||||
.br
|
||||
Get last measure of a sensor.
|
||||
.TP
|
||||
\fBsensors\fR \fIGAUGE_ID\fR
|
||||
.br
|
||||
Iter sensors of a gauge.
|
||||
.SH WEBOOB COMMANDS
|
||||
.TP
|
||||
\fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]...
|
||||
|
|
@ -157,7 +147,15 @@ List objects in current path.
|
|||
.br
|
||||
If an argument is given, list the specified path.
|
||||
.br
|
||||
Use \-U option to not sort results.
|
||||
Use \-U option to not sort results. It allows to use a "fast path" to
|
||||
.br
|
||||
return results as soon as possible.
|
||||
.br
|
||||
Use \-d option to display informations about a collection (and to not
|
||||
.br
|
||||
display the content of it). It has the same behavior than the well
|
||||
.br
|
||||
know UNIX "ls" command.
|
||||
.br
|
||||
|
||||
.br
|
||||
|
|
@ -229,7 +227,7 @@ select result item keys to display (comma separated)
|
|||
.TP
|
||||
\fB\-f FORMATTER\fR, \fB\-\-formatter=FORMATTER\fR
|
||||
select output formatter (cities, csv, current, forecasts, htmltable, json,
|
||||
multiline, simple, table, webkit)
|
||||
json_line, multiline, simple, table, webkit)
|
||||
.TP
|
||||
\fB\-\-no\-header\fR
|
||||
do not display header
|
||||
|
|
@ -241,7 +239,7 @@ do not display item keys
|
|||
file to export result
|
||||
|
||||
.SH CONDITION
|
||||
The -c and --condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY-MM-DD format.
|
||||
The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format.
|
||||
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
||||
.LP
|
||||
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
||||
|
|
@ -281,12 +279,12 @@ Display accounts with a lot of money.
|
|||
Get transactions containing "rewe".
|
||||
.PP
|
||||
.nf
|
||||
.B boobank history account@backend \-\-condition 'date>2013-12-01 AND date<2013-12-09'
|
||||
.B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09'
|
||||
.fi
|
||||
Get transactions betweens the 2th December and 8th December 2013.
|
||||
|
||||
.SH COPYRIGHT
|
||||
Copyright(C) 2010-2011 Romain Bignon
|
||||
Copyright(C) 2010-2014 Romain Bignon
|
||||
.LP
|
||||
For full COPYRIGHT see COPYING file with weboob package.
|
||||
.LP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue