Weboob 0.i released

This commit is contained in:
Florent 2014-05-19 22:41:33 +02:00
commit 1aee7f984e
42 changed files with 980 additions and 222 deletions

View file

@ -1,5 +1,5 @@
.\" -*- coding: utf-8 -*-
.TH BOOBANK 1 "08 January 2014" "boobank 0\&.h"
.TH BOOBANK 1 "19 May 2014" "boobank 0\&.i"
.SH NAME
boobank \- manage bank accounts
.SH SYNOPSIS
@ -15,6 +15,8 @@ boobank \- manage bank accounts
Console application allowing to list your bank accounts and get their balance, display accounts history and coming bank operations, and transfer money from an account to another (if available).
.SS Supported websites:
* alloresto (Allo Resto)
.br
* americanexpress (American Express)
.br
* apivie (Apivie)
@ -61,6 +63,8 @@ Console application allowing to list your bank accounts and get their balance, d
.br
* ganassurances (Groupama)
.br
* groupamaes (Groupama Épargne Salariale)
.br
* hellobank (Hello Bank!)
.br
* hsbc (HSBC France)
@ -235,7 +239,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
@ -307,8 +319,8 @@ select result item keys to display (comma separated)
.TP
\fB\-f FORMATTER\fR, \fB\-\-formatter=FORMATTER\fR
select output formatter (account_list, csv, htmltable, investment_list, json,
multiline, ofx, ops_list, pretty_qif, qif, recipient_list, simple, table,
transfer, webkit)
json_line, multiline, ofx, ops_list, pretty_qif, qif, recipient_list, simple,
table, transfer, webkit)
.TP
\fB\-\-no\-header\fR
do not display header
@ -320,7 +332,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.
@ -360,7 +372,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.