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 PASTOOB 1 "08 January 2014" "pastoob 0\&.h"
.TH PASTOOB 1 "19 May 2014" "pastoob 0\&.i"
.SH NAME
pastoob \- post and get pastes from pastebins
.SH SYNOPSIS
@ -15,20 +15,48 @@ pastoob \- post and get pastes from pastebins
Console application allowing to post and get pastes from pastebins.
.SS Supported websites:
* imgur (imgur image upload service)
.br
* lutim (LUTIm website)
.br
* pastealacon (Paste à la con text sharing tool)
.br
* pastebin (Pastebin text sharing service)
.br
* pixtoilelibre (toile\-libre image hosting website)
.br
* unsee (unsee.cc expiring image hosting)
.SH PASTOOB COMMANDS
.TP
\fBget\fR \fIID\fR
.br
Get a paste contents.
.TP
\fBget_bin\fR \fIID\fR
.br
Get a paste contents.
.br
File will be downloaded from binary services.
.TP
\fBinfo\fR \fIID\fR [\fIID\fR2 [...]]
.br
Get information about pastes.
.TP
\fBpost\fR [\fIFILENAME\fR]
.br
Submit a new paste.
.br
The filename can be '\-' for reading standard input (pipe).
.br
If 'bin' is passed, file will be uploaded to binary services.
.TP
\fBpost_bin\fR [\fIFILENAME\fR]
.br
Submit a new paste.
.br
The filename can be '\-' for reading standard input (pipe).
.br
File will be uploaded to binary services.
.SH WEBOOB COMMANDS
.TP
\fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]...
@ -139,7 +167,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
@ -221,7 +257,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, json, multiline, simple, table, webkit)
select output formatter (csv, htmltable, json, json_line, multiline, simple,
table, webkit)
.TP
\fB\-\-no\-header\fR
do not display header
@ -233,7 +270,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.
@ -273,7 +310,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.