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 BOOBCOMING 1 "08 January 2014" "boobcoming 0\&.h"
|
||||
.TH BOOBCOMING 1 "19 May 2014" "boobcoming 0\&.i"
|
||||
.SH NAME
|
||||
boobcoming \- see upcoming events
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -21,11 +21,15 @@ Console application to see upcoming events.
|
|||
.br
|
||||
* pariskiwi (ParisKiwi website)
|
||||
.br
|
||||
* senscritique (senscritique website)
|
||||
.br
|
||||
* sueurdemetal (SueurDeMetal French concerts list website)
|
||||
.SH BOOBCOMING COMMANDS
|
||||
.TP
|
||||
\fBattends\fR \fIID\fR1 [\fIID\fR2 \fIID\fR3 ...]
|
||||
.br
|
||||
Register as participant of an event.
|
||||
.br
|
||||
ID is the identifier of the event.
|
||||
.TP
|
||||
\fBexport\fR \fIFILENAME\fR [\fIID\fR1 \fIID\fR2 \fIID\fR3 ...]
|
||||
|
|
@ -44,7 +48,7 @@ Export event in ICALENDAR format
|
|||
.br
|
||||
Get information about an event.
|
||||
.TP
|
||||
\fBlist\fR [\fIPATTERN\fR]List upcoming events, pattern can be an english or french week day, 'today' or a date (dd/mm/yy[yy])
|
||||
\fBlist\fR [\fIPATTERN\fR]List upcoming events, pattern can be an english or french week day, 'today' or a date (dd/mm/yy[yy])
|
||||
.br
|
||||
|
||||
.br
|
||||
|
|
@ -60,6 +64,8 @@ Default is limited to 10 results.
|
|||
.TP
|
||||
\fBunattends\fR \fIID\fR1 [\fIID\fR2 \fIID\fR3 ...]
|
||||
.br
|
||||
Unregister you participation for an event.
|
||||
.br
|
||||
ID is the identifier of the event.
|
||||
.SH WEBOOB COMMANDS
|
||||
.TP
|
||||
|
|
@ -171,7 +177,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
|
||||
|
|
@ -242,8 +256,8 @@ select result item keys to display (comma separated)
|
|||
.SH FORMATTING OPTIONS
|
||||
.TP
|
||||
\fB\-f FORMATTER\fR, \fB\-\-formatter=FORMATTER\fR
|
||||
select output formatter (csv, htmltable, ical_formatter, json, multiline,
|
||||
simple, simple_upcoming, table, upcoming, upcoming_list, webkit)
|
||||
select output formatter (csv, htmltable, ical_formatter, json, json_line,
|
||||
multiline, simple, simple_upcoming, table, upcoming, upcoming_list, webkit)
|
||||
.TP
|
||||
\fB\-\-no\-header\fR
|
||||
do not display header
|
||||
|
|
@ -255,7 +269,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.
|
||||
|
|
@ -295,7 +309,7 @@ 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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue