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 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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH BOOBATHON 1 "08 January 2014" "boobathon 0\&.h"
|
||||
.TH BOOBATHON 1 "19 May 2014" "boobathon 0\&.i"
|
||||
.SH NAME
|
||||
boobathon \- participate in a Boobathon
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -185,7 +185,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
|
||||
|
|
@ -256,7 +264,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
|
||||
|
|
@ -268,7 +277,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.
|
||||
|
|
@ -308,7 +317,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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH BOOBILL 1 "08 January 2014" "boobill 0\&.h"
|
||||
.TH BOOBILL 1 "19 May 2014" "boobill 0\&.i"
|
||||
.SH NAME
|
||||
boobill \- get and download bills
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -205,7 +205,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
|
||||
|
|
@ -276,8 +284,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, subscriptions,
|
||||
table, webkit)
|
||||
select output formatter (csv, htmltable, json, json_line, multiline, simple,
|
||||
subscriptions, table, webkit)
|
||||
.TP
|
||||
\fB\-\-no\-header\fR
|
||||
do not display header
|
||||
|
|
@ -289,7 +297,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.
|
||||
|
|
@ -329,7 +337,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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH BOOBLYRICS 1 "08 January 2014" "booblyrics 0\&.h"
|
||||
.TH BOOBLYRICS 1 "19 May 2014" "booblyrics 0\&.i"
|
||||
.SH NAME
|
||||
booblyrics \- search and display song lyrics
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -145,7 +145,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
|
||||
|
|
@ -216,8 +224,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, lyrics_get, lyrics_list,
|
||||
multiline, simple, table, webkit)
|
||||
select output formatter (csv, htmltable, json, json_line, lyrics_get,
|
||||
lyrics_list, multiline, simple, table, webkit)
|
||||
.TP
|
||||
\fB\-\-no\-header\fR
|
||||
do not display header
|
||||
|
|
@ -229,7 +237,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.
|
||||
|
|
@ -269,7 +277,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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH BOOBMSG 1 "08 January 2014" "boobmsg 0\&.h"
|
||||
.TH BOOBMSG 1 "19 May 2014" "boobmsg 0\&.i"
|
||||
.SH NAME
|
||||
boobmsg \- send and receive message threads
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -25,6 +25,8 @@ Console application allowing to send messages on various websites and to display
|
|||
.br
|
||||
* fourchan (4chan image board)
|
||||
.br
|
||||
* guerrillamail (GuerrillaMail temp mailbox)
|
||||
.br
|
||||
* hds (Histoires de Sexe French erotic novels)
|
||||
.br
|
||||
* hellobank (Hello Bank!)
|
||||
|
|
@ -35,6 +37,8 @@ Console application allowing to send messages on various websites and to display
|
|||
.br
|
||||
* liberation (Libération newspaper website)
|
||||
.br
|
||||
* mailinator (mailinator temp mailbox)
|
||||
.br
|
||||
* minutes20 (2 Minutes French newspaper website)
|
||||
.br
|
||||
* newsfeed (Loads RSS and Atom feeds from any website)
|
||||
|
|
@ -52,6 +56,8 @@ Console application allowing to send messages on various websites and to display
|
|||
* sfr (SFR French mobile phone provider)
|
||||
.br
|
||||
* taz (Taz newspaper website)
|
||||
.br
|
||||
* tinder (Tinder dating mobile application)
|
||||
.SH BOOBMSG COMMANDS
|
||||
.TP
|
||||
\fBexport_all\fR
|
||||
|
|
@ -205,7 +211,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
|
||||
|
|
@ -284,8 +298,8 @@ select result item keys to display (comma separated)
|
|||
.SH FORMATTING OPTIONS
|
||||
.TP
|
||||
\fB\-f FORMATTER\fR, \fB\-\-formatter=FORMATTER\fR
|
||||
select output formatter (atom, csv, htmltable, json, msg, msglist, multiline,
|
||||
profile, simple, table, webkit, xhtml)
|
||||
select output formatter (atom, csv, htmltable, json, json_line, msg, msglist,
|
||||
multiline, profile, simple, table, webkit, xhtml)
|
||||
.TP
|
||||
\fB\-\-no\-header\fR
|
||||
do not display header
|
||||
|
|
@ -297,7 +311,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.
|
||||
|
|
@ -337,7 +351,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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH BOOBOOKS 1 "08 January 2014" "boobooks 0\&.h"
|
||||
.TH BOOBOOKS 1 "19 May 2014" "boobooks 0\&.i"
|
||||
.SH NAME
|
||||
boobooks \- manage rented books
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -133,7 +133,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
|
||||
|
|
@ -204,8 +212,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, rented_list, simple,
|
||||
table, webkit)
|
||||
select output formatter (csv, htmltable, json, json_line, multiline,
|
||||
rented_list, simple, table, webkit)
|
||||
.TP
|
||||
\fB\-\-no\-header\fR
|
||||
do not display header
|
||||
|
|
@ -217,7 +225,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.
|
||||
|
|
@ -257,7 +265,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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH BOOBSIZE 1 "08 January 2014" "boobsize 0\&.h"
|
||||
.TH BOOBSIZE 1 "19 May 2014" "boobsize 0\&.i"
|
||||
.SH NAME
|
||||
boobsize \- display sensors and gauges values
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -150,7 +150,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,8 +229,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, gauge_list, htmltable, json, multiline, simple,
|
||||
table, webkit)
|
||||
select output formatter (csv, gauge_list, htmltable, json, json_line, multiline,
|
||||
simple, table, webkit)
|
||||
.TP
|
||||
\fB\-\-no\-header\fR
|
||||
do not display header
|
||||
|
|
@ -234,7 +242,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.
|
||||
|
|
@ -274,7 +282,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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH BOOBTRACKER 1 "08 January 2014" "boobtracker 0\&.h"
|
||||
.TH BOOBTRACKER 1 "19 May 2014" "boobtracker 0\&.i"
|
||||
.SH NAME
|
||||
boobtracker \- manage bug tracking issues
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -207,7 +207,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
|
||||
|
|
@ -256,9 +264,17 @@ do not validate SSL
|
|||
.TP
|
||||
\fB\-\-target\-version=VERSION\fR
|
||||
.TP
|
||||
\fB\-\-tracker=TRACKER\fR
|
||||
.TP
|
||||
\fB\-\-category=CATEGORY\fR
|
||||
.TP
|
||||
\fB\-\-status=STATUS\fR
|
||||
.TP
|
||||
\fB\-\-priority=PRIORITY\fR
|
||||
.TP
|
||||
\fB\-\-start=START\fR
|
||||
.TP
|
||||
\fB\-\-due=DUE\fR
|
||||
|
||||
.SH LOGGING OPTIONS
|
||||
.TP
|
||||
|
|
@ -293,7 +309,7 @@ select result item keys to display (comma separated)
|
|||
.TP
|
||||
\fB\-f FORMATTER\fR, \fB\-\-formatter=FORMATTER\fR
|
||||
select output formatter (csv, htmltable, issue_info, issues_list, json,
|
||||
multiline, simple, table, webkit)
|
||||
json_line, multiline, simple, table, webkit)
|
||||
.TP
|
||||
\fB\-\-no\-header\fR
|
||||
do not display header
|
||||
|
|
@ -305,7 +321,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.
|
||||
|
|
@ -345,7 +361,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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH CINEOOB 1 "08 January 2014" "cineoob 0\&.h"
|
||||
.TH CINEOOB 1 "19 May 2014" "cineoob 0\&.i"
|
||||
.SH NAME
|
||||
cineoob \- search movies and persons around cinema
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -315,7 +315,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
|
||||
|
|
@ -386,9 +394,9 @@ 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, movie_info, movie_list,
|
||||
movie_releases, multiline, person_bio, person_info, person_list, simple,
|
||||
subtitle_info, subtitle_list, table, torrent_info, torrent_list, webkit)
|
||||
select output formatter (csv, htmltable, json, json_line, movie_info,
|
||||
movie_list, movie_releases, multiline, person_bio, person_info, person_list,
|
||||
simple, subtitle_info, subtitle_list, table, torrent_info, torrent_list, webkit)
|
||||
.TP
|
||||
\fB\-\-no\-header\fR
|
||||
do not display header
|
||||
|
|
@ -400,7 +408,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.
|
||||
|
|
@ -440,7 +448,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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH COMPAROOB 1 "08 January 2014" "comparoob 0\&.h"
|
||||
.TH COMPAROOB 1 "19 May 2014" "comparoob 0\&.i"
|
||||
.SH NAME
|
||||
comparoob \- compare products
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -15,6 +15,8 @@ comparoob \- compare products
|
|||
Console application to compare products.
|
||||
|
||||
.SS Supported websites:
|
||||
* lacentrale (Vehicule prices at LaCentrale.fr)
|
||||
.br
|
||||
* prixcarburants (French governement website to compare fuel prices)
|
||||
.SH COMPAROOB COMMANDS
|
||||
.TP
|
||||
|
|
@ -137,7 +139,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
|
||||
|
|
@ -208,8 +218,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, price, prices, simple,
|
||||
table, webkit)
|
||||
select output formatter (csv, htmltable, json, json_line, multiline, price,
|
||||
prices, simple, table, webkit)
|
||||
.TP
|
||||
\fB\-\-no\-header\fR
|
||||
do not display header
|
||||
|
|
@ -221,7 +231,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.
|
||||
|
|
@ -261,7 +271,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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH COOKBOOB 1 "08 January 2014" "cookboob 0\&.h"
|
||||
.TH COOKBOOB 1 "19 May 2014" "cookboob 0\&.i"
|
||||
.SH NAME
|
||||
cookboob \- search and consult recipes
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -155,7 +155,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
|
||||
|
|
@ -226,8 +234,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, recipe_info,
|
||||
recipe_list, simple, table, webkit)
|
||||
select output formatter (csv, htmltable, json, json_line, multiline,
|
||||
recipe_info, recipe_list, simple, table, webkit)
|
||||
.TP
|
||||
\fB\-\-no\-header\fR
|
||||
do not display header
|
||||
|
|
@ -239,7 +247,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.
|
||||
|
|
@ -279,7 +287,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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH FLATBOOB 1 "08 January 2014" "flatboob 0\&.h"
|
||||
.TH FLATBOOB 1 "19 May 2014" "flatboob 0\&.i"
|
||||
.SH NAME
|
||||
flatboob \- search for housing
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -141,7 +141,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
|
||||
|
|
@ -212,8 +220,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, housing, housing_list, htmltable, json, multiline,
|
||||
simple, table, webkit)
|
||||
select output formatter (csv, housing, housing_list, htmltable, json, json_line,
|
||||
multiline, simple, table, webkit)
|
||||
.TP
|
||||
\fB\-\-no\-header\fR
|
||||
do not display header
|
||||
|
|
@ -225,7 +233,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.
|
||||
|
|
@ -265,7 +273,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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH GALLEROOB 1 "08 January 2014" "galleroob 0\&.h"
|
||||
.TH GALLEROOB 1 "19 May 2014" "galleroob 0\&.i"
|
||||
.SH NAME
|
||||
galleroob \- browse and download web image galleries
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -163,7 +163,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
|
||||
|
|
@ -234,8 +242,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, gallery_list, htmltable, json, multiline, simple,
|
||||
table, webkit)
|
||||
select output formatter (csv, gallery_list, htmltable, json, json_line,
|
||||
multiline, simple, table, webkit)
|
||||
.TP
|
||||
\fB\-\-no\-header\fR
|
||||
do not display header
|
||||
|
|
@ -247,7 +255,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.
|
||||
|
|
@ -287,7 +295,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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH GEOLOOC 1 "08 January 2014" "geolooc 0\&.h"
|
||||
.TH GEOLOOC 1 "19 May 2014" "geolooc 0\&.i"
|
||||
.SH NAME
|
||||
geolooc \- geolocalize IP addresses
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -128,7 +128,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
|
||||
|
|
@ -199,7 +207,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
|
||||
|
|
@ -211,7 +220,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.
|
||||
|
|
@ -251,7 +260,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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH HANDJOOB 1 "08 January 2014" "handjoob 0\&.h"
|
||||
.TH HANDJOOB 1 "19 May 2014" "handjoob 0\&.i"
|
||||
.SH NAME
|
||||
handjoob \- search for a job
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -225,7 +225,7 @@ select result item keys to display (comma separated)
|
|||
.TP
|
||||
\fB\-f FORMATTER\fR, \fB\-\-formatter=FORMATTER\fR
|
||||
select output formatter (csv, htmltable, job_advert, job_advert_list, json,
|
||||
multiline, simple, table, webkit)
|
||||
json_line, multiline, simple, table, webkit)
|
||||
.TP
|
||||
\fB\-\-no\-header\fR
|
||||
do not display header
|
||||
|
|
@ -237,7 +237,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.
|
||||
|
|
@ -277,7 +277,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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH HAVEDATE 1 "08 January 2014" "havedate 0\&.h"
|
||||
.TH HAVEDATE 1 "19 May 2014" "havedate 0\&.i"
|
||||
.SH NAME
|
||||
havedate \- interact with dating websites
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -16,6 +16,10 @@ Console application allowing to interact with various dating websites and to opt
|
|||
|
||||
.SS Supported websites:
|
||||
* aum ("Adopte un Mec" French dating website)
|
||||
.br
|
||||
* okc (OkCupid dating website)
|
||||
.br
|
||||
* tinder (Tinder dating mobile application)
|
||||
.SH HAVEDATE COMMANDS
|
||||
.TP
|
||||
\fBevents\fR
|
||||
|
|
@ -197,7 +201,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
|
||||
|
|
@ -276,8 +288,8 @@ select result item keys to display (comma separated)
|
|||
.SH FORMATTING OPTIONS
|
||||
.TP
|
||||
\fB\-f FORMATTER\fR, \fB\-\-formatter=FORMATTER\fR
|
||||
select output formatter (atom, csv, events, htmltable, json, msg, msglist,
|
||||
multiline, profile, simple, table, webkit, xhtml)
|
||||
select output formatter (atom, csv, events, htmltable, json, json_line, msg,
|
||||
msglist, multiline, profile, simple, table, webkit, xhtml)
|
||||
.TP
|
||||
\fB\-\-no\-header\fR
|
||||
do not display header
|
||||
|
|
@ -289,7 +301,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.
|
||||
|
|
@ -329,7 +341,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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH MONBOOB 1 "08 January 2014" "monboob 0\&.h"
|
||||
.TH MONBOOB 1 "19 May 2014" "monboob 0\&.i"
|
||||
.SH NAME
|
||||
monboob \- daemon to send and check messages
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -25,6 +25,8 @@ Daemon allowing to regularly check for new messages on various websites, and sen
|
|||
.br
|
||||
* fourchan (4chan image board)
|
||||
.br
|
||||
* guerrillamail (GuerrillaMail temp mailbox)
|
||||
.br
|
||||
* hds (Histoires de Sexe French erotic novels)
|
||||
.br
|
||||
* hellobank (Hello Bank!)
|
||||
|
|
@ -35,6 +37,8 @@ Daemon allowing to regularly check for new messages on various websites, and sen
|
|||
.br
|
||||
* liberation (Libération newspaper website)
|
||||
.br
|
||||
* mailinator (mailinator temp mailbox)
|
||||
.br
|
||||
* minutes20 (2 Minutes French newspaper website)
|
||||
.br
|
||||
* newsfeed (Loads RSS and Atom feeds from any website)
|
||||
|
|
@ -52,6 +56,8 @@ Daemon allowing to regularly check for new messages on various websites, and sen
|
|||
* sfr (SFR French mobile phone provider)
|
||||
.br
|
||||
* taz (Taz newspaper website)
|
||||
.br
|
||||
* tinder (Tinder dating mobile application)
|
||||
.SH MONBOOB COMMANDS
|
||||
.TP
|
||||
\fBonce\fR
|
||||
|
|
@ -120,7 +126,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
|
||||
|
|
@ -132,7 +139,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.
|
||||
|
|
@ -172,7 +179,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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH PARCELOOB 1 "08 January 2014" "parceloob 0\&.h"
|
||||
.TH PARCELOOB 1 "19 May 2014" "parceloob 0\&.i"
|
||||
.SH NAME
|
||||
parceloob \- manage your parcels
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -17,6 +17,8 @@ Console application to track your parcels.
|
|||
.SS Supported websites:
|
||||
* chronopost (Chronopost website)
|
||||
.br
|
||||
* colisprive (Colisprive parcel tracking website)
|
||||
.br
|
||||
* colissimo (Colissimo parcel tracking website)
|
||||
.br
|
||||
* ups (UPS website)
|
||||
|
|
@ -147,7 +149,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
|
||||
|
|
@ -218,8 +228,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, history, htmltable, json, multiline, simple,
|
||||
status, table, webkit)
|
||||
select output formatter (csv, history, htmltable, json, json_line, multiline,
|
||||
simple, status, table, webkit)
|
||||
.TP
|
||||
\fB\-\-no\-header\fR
|
||||
do not display header
|
||||
|
|
@ -231,7 +241,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.
|
||||
|
|
@ -271,7 +281,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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH QBOOBMSG 1 "08 January 2014" "qboobmsg 0\&.h"
|
||||
.TH QBOOBMSG 1 "19 May 2014" "qboobmsg 0\&.i"
|
||||
.SH NAME
|
||||
qboobmsg \- send and receive message threads
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -25,6 +25,8 @@ Qt application allowing to read messages on various websites and reply to them.
|
|||
.br
|
||||
* fourchan (4chan image board)
|
||||
.br
|
||||
* guerrillamail (GuerrillaMail temp mailbox)
|
||||
.br
|
||||
* hds (Histoires de Sexe French erotic novels)
|
||||
.br
|
||||
* hellobank (Hello Bank!)
|
||||
|
|
@ -35,6 +37,8 @@ Qt application allowing to read messages on various websites and reply to them.
|
|||
.br
|
||||
* liberation (Libération newspaper website)
|
||||
.br
|
||||
* mailinator (mailinator temp mailbox)
|
||||
.br
|
||||
* minutes20 (2 Minutes French newspaper website)
|
||||
.br
|
||||
* newsfeed (Loads RSS and Atom feeds from any website)
|
||||
|
|
@ -52,6 +56,8 @@ Qt application allowing to read messages on various websites and reply to them.
|
|||
* sfr (SFR French mobile phone provider)
|
||||
.br
|
||||
* taz (Taz newspaper website)
|
||||
.br
|
||||
* tinder (Tinder dating mobile application)
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
\fB\-\-version\fR
|
||||
|
|
@ -87,7 +93,7 @@ file to save logs
|
|||
save every response
|
||||
|
||||
.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.
|
||||
|
|
@ -127,7 +133,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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH QCINEOOB 1 "08 January 2014" "qcineoob 0\&.h"
|
||||
.TH QCINEOOB 1 "19 May 2014" "qcineoob 0\&.i"
|
||||
.SH NAME
|
||||
qcineoob \- search movies, people, torrent and subtitles
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -49,7 +49,7 @@ file to save logs
|
|||
save every response
|
||||
|
||||
.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.
|
||||
|
|
@ -89,7 +89,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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH QCOOKBOOB 1 "08 January 2014" "qcookboob 0\&.h"
|
||||
.TH QCOOKBOOB 1 "19 May 2014" "qcookboob 0\&.i"
|
||||
.SH NAME
|
||||
qcookboob \- search recipes
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -59,7 +59,7 @@ file to save logs
|
|||
save every response
|
||||
|
||||
.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.
|
||||
|
|
@ -99,7 +99,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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH QFLATBOOB 1 "08 January 2014" "qflatboob 0\&.h"
|
||||
.TH QFLATBOOB 1 "19 May 2014" "qflatboob 0\&.i"
|
||||
.SH NAME
|
||||
qflatboob \- search for housing
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -53,7 +53,7 @@ file to save logs
|
|||
save every response
|
||||
|
||||
.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.
|
||||
|
|
@ -93,7 +93,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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH QHANDJOOB 1 "08 January 2014" "qhandjoob 0\&.h"
|
||||
.TH QHANDJOOB 1 "19 May 2014" "qhandjoob 0\&.i"
|
||||
.SH NAME
|
||||
qhandjoob \- search for job
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -65,7 +65,7 @@ file to save logs
|
|||
save every response
|
||||
|
||||
.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.
|
||||
|
|
@ -105,7 +105,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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH QHAVEDATE 1 "08 January 2014" "qhavedate 0\&.h"
|
||||
.TH QHAVEDATE 1 "19 May 2014" "qhavedate 0\&.i"
|
||||
.SH NAME
|
||||
qhavedate \- interact with dating websites
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -16,6 +16,10 @@ Qt application allowing to interact with various dating websites.
|
|||
|
||||
.SS Supported websites:
|
||||
* aum ("Adopte un Mec" French dating website)
|
||||
.br
|
||||
* okc (OkCupid dating website)
|
||||
.br
|
||||
* tinder (Tinder dating mobile application)
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
\fB\-\-version\fR
|
||||
|
|
@ -51,7 +55,7 @@ file to save logs
|
|||
save every response
|
||||
|
||||
.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.
|
||||
|
|
@ -91,7 +95,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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH QVIDEOOB 1 "08 January 2014" "qvideoob 0\&.h"
|
||||
.TH QVIDEOOB 1 "19 May 2014" "qvideoob 0\&.i"
|
||||
.SH NAME
|
||||
qvideoob \- search and play videos
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -85,7 +85,7 @@ file to save logs
|
|||
save every response
|
||||
|
||||
.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.
|
||||
|
|
@ -125,7 +125,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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH QWEBCONTENTEDIT 1 "08 January 2014" "qwebcontentedit 0\&.h"
|
||||
.TH QWEBCONTENTEDIT 1 "19 May 2014" "qwebcontentedit 0\&.i"
|
||||
.SH NAME
|
||||
qwebcontentedit \- manage websites content
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -55,7 +55,7 @@ file to save logs
|
|||
save every response
|
||||
|
||||
.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.
|
||||
|
|
@ -95,7 +95,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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH RADIOOB 1 "08 January 2014" "radioob 0\&.h"
|
||||
.TH RADIOOB 1 "19 May 2014" "radioob 0\&.i"
|
||||
.SH NAME
|
||||
radioob \- search, show or listen to radio stations
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -220,8 +220,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, radio_list, simple,
|
||||
table, webkit)
|
||||
select output formatter (csv, htmltable, json, json_line, multiline, radio_list,
|
||||
simple, table, webkit)
|
||||
.TP
|
||||
\fB\-\-no\-header\fR
|
||||
do not display header
|
||||
|
|
@ -233,7 +233,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 +273,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.
|
||||
|
||||
|
|
|
|||
20
man/suboob.1
20
man/suboob.1
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH SUBOOB 1 "08 January 2014" "suboob 0\&.h"
|
||||
.TH SUBOOB 1 "19 May 2014" "suboob 0\&.i"
|
||||
.SH NAME
|
||||
suboob \- search and download subtitles
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -193,7 +193,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
|
||||
|
|
@ -264,8 +272,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, subtitle_info,
|
||||
subtitle_list, table, webkit)
|
||||
select output formatter (csv, htmltable, json, json_line, multiline, simple,
|
||||
subtitle_info, subtitle_list, table, webkit)
|
||||
.TP
|
||||
\fB\-\-no\-header\fR
|
||||
do not display header
|
||||
|
|
@ -277,7 +285,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.
|
||||
|
|
@ -317,7 +325,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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH TRANSLABOOB 1 "08 January 2014" "translaboob 0\&.h"
|
||||
.TH TRANSLABOOB 1 "19 May 2014" "translaboob 0\&.i"
|
||||
.SH NAME
|
||||
translaboob \- translate text from one language to another
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -30,7 +30,7 @@ Translate from one language to another.
|
|||
.br
|
||||
* TO : destination language
|
||||
.br
|
||||
* TEXT : language to translate, standart input if \- is given
|
||||
* TEXT : language to translate, standard input if \- is given
|
||||
.br
|
||||
|
||||
.br
|
||||
|
|
@ -181,7 +181,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
|
||||
|
|
@ -252,8 +260,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,
|
||||
translation, webkit, xmltrans)
|
||||
select output formatter (csv, htmltable, json, json_line, multiline, simple,
|
||||
table, translation, webkit, xmltrans)
|
||||
.TP
|
||||
\fB\-\-no\-header\fR
|
||||
do not display header
|
||||
|
|
@ -265,7 +273,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.
|
||||
|
|
@ -305,7 +313,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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH TRAVELOOB 1 "08 January 2014" "traveloob 0\&.h"
|
||||
.TH TRAVELOOB 1 "19 May 2014" "traveloob 0\&.i"
|
||||
.SH NAME
|
||||
traveloob \- search for train stations and departures
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -28,6 +28,8 @@ Console application allowing to search for train stations and get departure time
|
|||
.br
|
||||
List all departures for a given station.
|
||||
.br
|
||||
The format for the date is "yyyy\-mm\-dd HH:MM" or "HH:MM".
|
||||
.br
|
||||
|
||||
.br
|
||||
Default is limited to 10 results.
|
||||
|
|
@ -171,7 +173,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
|
||||
|
|
@ -248,8 +258,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, departures, htmltable, json, multiline, simple,
|
||||
stations, table, webkit)
|
||||
select output formatter (csv, departures, htmltable, json, json_line, multiline,
|
||||
simple, stations, table, webkit)
|
||||
.TP
|
||||
\fB\-\-no\-header\fR
|
||||
do not display header
|
||||
|
|
@ -261,7 +271,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.
|
||||
|
|
@ -301,7 +311,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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH VIDEOOB 1 "08 January 2014" "videoob 0\&.h"
|
||||
.TH VIDEOOB 1 "19 May 2014" "videoob 0\&.i"
|
||||
.SH NAME
|
||||
videoob \- search and play videos
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -55,8 +55,18 @@ Console application allowing to search for videos on various websites, play and
|
|||
\fBdownload\fR \fIID\fR [\fIFILENAME\fR]
|
||||
.br
|
||||
Download a video
|
||||
.br
|
||||
|
||||
.br
|
||||
Braces\-enclosed tags are replaced with data fields. Use the 'info'
|
||||
.br
|
||||
command to see what fields are available on a given video.
|
||||
.br
|
||||
|
||||
.br
|
||||
Example: download KdRRge4XYIo@youtube '{title}.{ext}'
|
||||
.TP
|
||||
\fBinfo\fR \fIID\fR
|
||||
\fBinfo\fR \fIID\fR [\fIID\fR2 [...]]
|
||||
.br
|
||||
Get information about a video.
|
||||
.TP
|
||||
|
|
@ -72,13 +82,19 @@ If no argument is given, print the current behavior.
|
|||
.br
|
||||
Play a video with a found player.
|
||||
.TP
|
||||
\fBplaylist\fR cmd [args]playlist add ID [ID2 ID3 ...]
|
||||
\fBplaylist\fR cmd [args]
|
||||
.br
|
||||
playlist add ID [ID2 ID3 ...]
|
||||
.br
|
||||
playlist remove ID [ID2 ID3 ...]
|
||||
.br
|
||||
playlist export [FILENAME]
|
||||
.br
|
||||
playlist display
|
||||
.br
|
||||
playlist download [PATH]
|
||||
.br
|
||||
playlist play
|
||||
.TP
|
||||
\fBsearch\fR \fIPATTERN\fR
|
||||
.br
|
||||
|
|
@ -197,7 +213,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
|
||||
|
|
@ -268,8 +292,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,
|
||||
video_list, webkit)
|
||||
select output formatter (csv, htmltable, json, json_line, multiline, simple,
|
||||
table, video_list, webkit)
|
||||
.TP
|
||||
\fB\-\-no\-header\fR
|
||||
do not display header
|
||||
|
|
@ -281,7 +305,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.
|
||||
|
|
@ -321,7 +345,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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH WEBCONTENTEDIT 1 "08 January 2014" "webcontentedit 0\&.h"
|
||||
.TH WEBCONTENTEDIT 1 "19 May 2014" "webcontentedit 0\&.i"
|
||||
.SH NAME
|
||||
webcontentedit \- manage websites content
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -26,7 +26,7 @@ Console application allowing to display and edit contents on various websites.
|
|||
.br
|
||||
Edit a content with $EDITOR, then push it on the website.
|
||||
.TP
|
||||
\fBget\fR \fIID\fR [revision]
|
||||
\fBget\fR \fIID\fR [\-r revision]
|
||||
.br
|
||||
Get page contents
|
||||
.TP
|
||||
|
|
@ -147,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
|
||||
|
|
@ -218,7 +226,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
|
||||
|
|
@ -230,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.
|
||||
|
|
@ -270,7 +279,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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH WEBOOB-CLI 1 "08 January 2014" "weboob-cli 0\&.h"
|
||||
.TH WEBOOB-CLI 1 "19 May 2014" "weboob-cli 0\&.i"
|
||||
.SH NAME
|
||||
weboob-cli \- call a method on backends
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -64,7 +64,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
|
||||
|
|
@ -76,7 +77,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.
|
||||
|
|
@ -116,7 +117,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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH WEBOOB-CONFIG-QT 1 "08 January 2014" "weboob-config-qt 0\&.h"
|
||||
.TH WEBOOB-CONFIG-QT 1 "19 May 2014" "weboob-config-qt 0\&.i"
|
||||
.SH NAME
|
||||
weboob-config-qt \- manage backends or register new accounts
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -49,7 +49,7 @@ file to save logs
|
|||
save every response
|
||||
|
||||
.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.
|
||||
|
|
@ -89,7 +89,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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH WEBOOB-CONFIG 1 "08 January 2014" "weboob-config 0\&.h"
|
||||
.TH WEBOOB-CONFIG 1 "19 May 2014" "weboob-config 0\&.i"
|
||||
.SH NAME
|
||||
weboob-config \- manage backends or register new accounts
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -121,7 +121,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
|
||||
|
|
@ -133,7 +134,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.
|
||||
|
|
@ -173,7 +174,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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH WEBOOB-DEBUG 1 "08 January 2014" "weboob-debug 0\&.h"
|
||||
.TH WEBOOB-DEBUG 1 "19 May 2014" "weboob-debug 0\&.i"
|
||||
.SH NAME
|
||||
weboob-debug \- debug backends
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -54,7 +54,7 @@ save every response
|
|||
Prefer bpython over ipython
|
||||
|
||||
.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.
|
||||
|
|
@ -94,7 +94,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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH WEBOOB-REPOS 1 "08 January 2014" "weboob-repos 0\&.h"
|
||||
.TH WEBOOB-REPOS 1 "19 May 2014" "weboob-repos 0\&.i"
|
||||
.SH NAME
|
||||
weboob-repos \- manage a weboob repository
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -107,7 +107,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
|
||||
|
|
@ -119,7 +120,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.
|
||||
|
|
@ -159,7 +160,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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH WEBOORRENTS 1 "08 January 2014" "weboorrents 0\&.h"
|
||||
.TH WEBOORRENTS 1 "19 May 2014" "weboorrents 0\&.i"
|
||||
.SH NAME
|
||||
weboorrents \- search and download torrents
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -15,6 +15,8 @@ weboorrents \- search and download torrents
|
|||
Console application allowing to search for torrents on various trackers and download .torrent files.
|
||||
|
||||
.SS Supported websites:
|
||||
* btdigg (The BitTorrent DHT search engine.)
|
||||
.br
|
||||
* btmon (BTMon BitTorrent database)
|
||||
.br
|
||||
* gazelle (Gazelle\-based BitTorrent trackers)
|
||||
|
|
@ -153,7 +155,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
|
||||
|
|
@ -224,8 +234,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,
|
||||
torrent_info, torrent_list, webkit)
|
||||
select output formatter (csv, htmltable, json, json_line, multiline, simple,
|
||||
table, torrent_info, torrent_list, webkit)
|
||||
.TP
|
||||
\fB\-\-no\-header\fR
|
||||
do not display header
|
||||
|
|
@ -237,7 +247,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.
|
||||
|
|
@ -277,7 +287,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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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