Weboob 0.g released
This commit is contained in:
parent
d97d31063b
commit
4f58d73014
40 changed files with 1225 additions and 102 deletions
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH BOOBANK 1 "26 mars 2013" "boobank 0\&.f"
|
||||
.TH BOOBANK 1 "03 August 2013" "boobank 0\&.g"
|
||||
.SH NAME
|
||||
boobank \- manage bank accounts
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -29,7 +29,7 @@ Console application allowing to list your bank accounts and get their balance, d
|
|||
.br
|
||||
* bp (La Banque Postale French bank website)
|
||||
.br
|
||||
* bred (Bred French bank website)
|
||||
* bred (BRED French bank website)
|
||||
.br
|
||||
* caissedepargne (Caisse d'Épargne French bank website)
|
||||
.br
|
||||
|
|
@ -37,22 +37,28 @@ Console application allowing to list your bank accounts and get their balance, d
|
|||
.br
|
||||
* cic (CIC French bank website)
|
||||
.br
|
||||
* citelis (citelis website)
|
||||
.br
|
||||
* cmb (Crédit Mutuel de Bretagne French bank website)
|
||||
.br
|
||||
* cmso (Credit Mutuel Sud Ouest French bank website)
|
||||
* cmso (Crédit Mutuel Sud\-Ouest French bank website)
|
||||
.br
|
||||
* cragr (Crédit Agricole French bank website)
|
||||
.br
|
||||
* creditcooperatif (Credit Cooperatif French bank website)
|
||||
* creditcooperatif (Crédit Coopératif French bank website)
|
||||
.br
|
||||
* creditdunord (Crédit du Nord French bank website)
|
||||
* creditdunord (Crédit du Nord, Banque Courtois, Kolb, Tarneaud French bank website)
|
||||
.br
|
||||
* creditmutuel (Crédit Mutuel French bank website)
|
||||
.br
|
||||
* delubac (Banque Delubac & Cie)
|
||||
.br
|
||||
* fortuneo (Fortuneo French bank website)
|
||||
.br
|
||||
* ganassurances (Groupama Assurances French bank website)
|
||||
.br
|
||||
* hellobank (Hello Bank ! website)
|
||||
.br
|
||||
* hsbc (HSBC France bank website)
|
||||
.br
|
||||
* ing (ING Direct French bank website)
|
||||
|
|
@ -64,13 +70,33 @@ Console application allowing to list your bank accounts and get their balance, d
|
|||
* societegenerale (Société Générale French bank website)
|
||||
.SH BOOBANK COMMANDS
|
||||
.TP
|
||||
\fBcoming\fR \fIID\fR
|
||||
\fBcoming\fR \fIID\fR [\fIEND_DATE\fR]
|
||||
.br
|
||||
Display future transactions.
|
||||
.br
|
||||
|
||||
.br
|
||||
If END_DATE is supplied, show all transactions until this date.
|
||||
.br
|
||||
|
||||
.br
|
||||
Default is limited to 10 results.
|
||||
.TP
|
||||
\fBhistory\fR \fIID\fR
|
||||
\fBhistory\fR \fIID\fR [\fIEND_DATE\fR]
|
||||
.br
|
||||
Display history of transactions.
|
||||
.br
|
||||
|
||||
.br
|
||||
If END_DATE is supplied, list all transactions until this date.
|
||||
.br
|
||||
|
||||
.br
|
||||
Default is limited to 10 results.
|
||||
.TP
|
||||
\fBinvestment\fR \fIID\fR
|
||||
.br
|
||||
Display investments of an account.
|
||||
.TP
|
||||
\fBlist\fR
|
||||
.br
|
||||
|
|
@ -259,7 +285,7 @@ save every response
|
|||
filter result items to display given a boolean expression
|
||||
.TP
|
||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||
get a maximum number of results (all backends merged)
|
||||
limit number of results (from each backends)
|
||||
.TP
|
||||
\fB\-s SELECT\fR, \fB\-\-select=SELECT\fR
|
||||
select result item keys to display (comma separated)
|
||||
|
|
@ -267,8 +293,9 @@ select result item keys to display (comma separated)
|
|||
.SH FORMATTING OPTIONS
|
||||
.TP
|
||||
\fB\-f FORMATTER\fR, \fB\-\-formatter=FORMATTER\fR
|
||||
select output formatter (account_list, csv, htmltable, json, multiline,
|
||||
ops_list, pretty_qif, qif, recipient_list, simple, table, transfer, webkit)
|
||||
select output formatter (account_list, csv, htmltable, investment_list, json,
|
||||
multiline, ops_list, pretty_qif, qif, recipient_list, simple, table, transfer,
|
||||
webkit)
|
||||
.TP
|
||||
\fB\-\-no\-header\fR
|
||||
do not display header
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH BOOBATHON 1 "26 mars 2013" "boobathon 0\&.f"
|
||||
.TH BOOBATHON 1 "03 August 2013" "boobathon 0\&.g"
|
||||
.SH NAME
|
||||
boobathon \- participate in a Boobathon
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -241,7 +241,7 @@ save every response
|
|||
filter result items to display given a boolean expression
|
||||
.TP
|
||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||
get a maximum number of results (all backends merged)
|
||||
limit number of results (from each backends)
|
||||
.TP
|
||||
\fB\-s SELECT\fR, \fB\-\-select=SELECT\fR
|
||||
select result item keys to display (comma separated)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH BOOBILL 1 "26 mars 2013" "boobill 0\&.f"
|
||||
.TH BOOBILL 1 "03 August 2013" "boobill 0\&.g"
|
||||
.SH NAME
|
||||
boobill \- get and download bills
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -15,8 +15,14 @@ boobill \- get and download bills
|
|||
Console application allowing to get and download bills.
|
||||
|
||||
.SS Supported websites:
|
||||
* ameli (Ameli website: French Health Insurance)
|
||||
.br
|
||||
* amelipro (Ameli website: French Health Insurance for Professionals)
|
||||
.br
|
||||
* freemobile (Free Mobile website)
|
||||
.br
|
||||
* gdfsuez (GdF\-Suez website)
|
||||
.br
|
||||
* ing (ING Direct French bank website)
|
||||
.br
|
||||
* leclercmobile (Leclerc Mobile website)
|
||||
|
|
@ -35,6 +41,10 @@ If no ID given, display balance of all backends
|
|||
Get the list of bills documents for subscriptions.
|
||||
.br
|
||||
If no ID given, display bills of all backends
|
||||
.br
|
||||
|
||||
.br
|
||||
Default is limited to 10 results.
|
||||
.TP
|
||||
\fBdetails\fR [\fIID\fR]
|
||||
.br
|
||||
|
|
@ -73,6 +83,10 @@ If Id not given, download bills of all subscriptions.
|
|||
Get the history of subscriptions.
|
||||
.br
|
||||
If no ID given, display histories of all backends
|
||||
.br
|
||||
|
||||
.br
|
||||
Default is limited to 10 results.
|
||||
.TP
|
||||
\fBsubscriptions\fR
|
||||
.br
|
||||
|
|
@ -243,7 +257,7 @@ save every response
|
|||
filter result items to display given a boolean expression
|
||||
.TP
|
||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||
get a maximum number of results (all backends merged)
|
||||
limit number of results (from each backends)
|
||||
.TP
|
||||
\fB\-s SELECT\fR, \fB\-\-select=SELECT\fR
|
||||
select result item keys to display (comma separated)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH BOOBLYRICS 1 "20 May 2013" "booblyrics 0\&.g"
|
||||
.TH BOOBLYRICS 1 "03 August 2013" "booblyrics 0\&.g"
|
||||
.SH NAME
|
||||
booblyrics \- search and display song lyrics
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -31,6 +31,10 @@ Display lyrics of the song.
|
|||
\fBsearch\fR [artist | song] [\fIPATTERN\fR]
|
||||
.br
|
||||
Search lyrics by artist name or by song title.
|
||||
.br
|
||||
|
||||
.br
|
||||
Default is limited to 10 results.
|
||||
.SH WEBOOB COMMANDS
|
||||
.TP
|
||||
\fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]...
|
||||
|
|
@ -197,7 +201,7 @@ save every response
|
|||
filter result items to display given a boolean expression
|
||||
.TP
|
||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||
get a maximum number of results (all backends merged)
|
||||
limit number of results (from each backends)
|
||||
.TP
|
||||
\fB\-s SELECT\fR, \fB\-\-select=SELECT\fR
|
||||
select result item keys to display (comma separated)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH BOOBMSG 1 "26 mars 2013" "boobmsg 0\&.f"
|
||||
.TH BOOBMSG 1 "03 August 2013" "boobmsg 0\&.g"
|
||||
.SH NAME
|
||||
boobmsg \- send and receive message threads
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -29,6 +29,8 @@ Console application allowing to send messages on various websites and to display
|
|||
.br
|
||||
* hds (Histoires de Sexe French erotic novels)
|
||||
.br
|
||||
* hellobank (Hello Bank ! website)
|
||||
.br
|
||||
* inrocks (Les Inrocks French news website)
|
||||
.br
|
||||
* lefigaro (Le Figaro French newspaper website)
|
||||
|
|
@ -61,6 +63,10 @@ Export the thread identified by ID
|
|||
\fBlist\fR
|
||||
.br
|
||||
Display all threads.
|
||||
.br
|
||||
|
||||
.br
|
||||
Default is limited to 10 results.
|
||||
.TP
|
||||
\fBphotos\fR \fIID\fR
|
||||
.br
|
||||
|
|
@ -261,7 +267,7 @@ save every response
|
|||
filter result items to display given a boolean expression
|
||||
.TP
|
||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||
get a maximum number of results (all backends merged)
|
||||
limit number of results (from each backends)
|
||||
.TP
|
||||
\fB\-s SELECT\fR, \fB\-\-select=SELECT\fR
|
||||
select result item keys to display (comma separated)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH BOOBOOKS 1 "26 mars 2013" "boobooks 0\&.f"
|
||||
.TH BOOBOOKS 1 "03 August 2013" "boobooks 0\&.g"
|
||||
.SH NAME
|
||||
boobooks \- manage rented books
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -189,7 +189,7 @@ save every response
|
|||
filter result items to display given a boolean expression
|
||||
.TP
|
||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||
get a maximum number of results (all backends merged)
|
||||
limit number of results (from each backends)
|
||||
.TP
|
||||
\fB\-s SELECT\fR, \fB\-\-select=SELECT\fR
|
||||
select result item keys to display (comma separated)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH BOOBTRACKER 1 "26 mars 2013" "boobtracker 0\&.f"
|
||||
.TH BOOBTRACKER 1 "03 August 2013" "boobtracker 0\&.g"
|
||||
.SH NAME
|
||||
boobtracker \- manage bug tracking issues
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -91,6 +91,10 @@ You can use these filters from command line:
|
|||
\-\-category CATEGORY
|
||||
.br
|
||||
\-\-status STATUS
|
||||
.br
|
||||
|
||||
.br
|
||||
Default is limited to 10 results.
|
||||
.SH WEBOOB COMMANDS
|
||||
.TP
|
||||
\fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]...
|
||||
|
|
@ -271,7 +275,7 @@ save every response
|
|||
filter result items to display given a boolean expression
|
||||
.TP
|
||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||
get a maximum number of results (all backends merged)
|
||||
limit number of results (from each backends)
|
||||
.TP
|
||||
\fB\-s SELECT\fR, \fB\-\-select=SELECT\fR
|
||||
select result item keys to display (comma separated)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH CINEOOB 1 "20 May 2013" "cineoob 0\&.g"
|
||||
.TH CINEOOB 1 "03 August 2013" "cineoob 0\&.g"
|
||||
.SH NAME
|
||||
cineoob \- search movies and persons around cinema
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -81,6 +81,10 @@ If COUNTRY is given, show release in this country.
|
|||
\fBsearch_movie\fR [\fIPATTERN\fR]
|
||||
.br
|
||||
Search movies.
|
||||
.br
|
||||
|
||||
.br
|
||||
Default is limited to 10 results.
|
||||
.TP
|
||||
\fBsearch_movie_subtitle\fR language movie\fI_ID\fR
|
||||
.br
|
||||
|
|
@ -125,14 +129,26 @@ Dutch nl Icelandic is Portuguese pt Welsh
|
|||
English en Indonesian id Romanian ro Yiddish yi
|
||||
.br
|
||||
\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-
|
||||
.br
|
||||
|
||||
.br
|
||||
Default is limited to 10 results.
|
||||
.TP
|
||||
\fBsearch_movie_torrent\fR movie\fI_ID\fR
|
||||
.br
|
||||
Search torrents of movie_ID.
|
||||
.br
|
||||
|
||||
.br
|
||||
Default is limited to 10 results.
|
||||
.TP
|
||||
\fBsearch_person\fR [\fIPATTERN\fR]
|
||||
.br
|
||||
Search persons.
|
||||
.br
|
||||
|
||||
.br
|
||||
Default is limited to 10 results.
|
||||
.TP
|
||||
\fBsearch_subtitle\fR language [\fIPATTERN\fR]
|
||||
.br
|
||||
|
|
@ -177,10 +193,18 @@ Dutch nl Icelandic is Portuguese pt Welsh
|
|||
English en Indonesian id Romanian ro Yiddish yi
|
||||
.br
|
||||
\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-
|
||||
.br
|
||||
|
||||
.br
|
||||
Default is limited to 10 results.
|
||||
.TP
|
||||
\fBsearch_torrent\fR [\fIPATTERN\fR]
|
||||
.br
|
||||
Search torrents.
|
||||
.br
|
||||
|
||||
.br
|
||||
Default is limited to 10 results.
|
||||
.SH WEBOOB COMMANDS
|
||||
.TP
|
||||
\fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]...
|
||||
|
|
@ -347,7 +371,7 @@ save every response
|
|||
filter result items to display given a boolean expression
|
||||
.TP
|
||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||
get a maximum number of results (all backends merged)
|
||||
limit number of results (from each backends)
|
||||
.TP
|
||||
\fB\-s SELECT\fR, \fB\-\-select=SELECT\fR
|
||||
select result item keys to display (comma separated)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH COMPAROOB 1 "26 mars 2013" "comparoob 0\&.f"
|
||||
.TH COMPAROOB 1 "03 August 2013" "comparoob 0\&.g"
|
||||
.SH NAME
|
||||
comparoob \- compare products
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -18,9 +18,15 @@ Console application to compare products.
|
|||
* prixcarburants (French governement website to compare fuel prices)
|
||||
.SH COMPAROOB COMMANDS
|
||||
.TP
|
||||
\fBinfo\fR
|
||||
\fBinfo\fR \fIID\fR
|
||||
.br
|
||||
Get information about a product.
|
||||
.TP
|
||||
\fBprices\fR
|
||||
\fBprices\fR [\fIPATTERN\fR]
|
||||
.br
|
||||
Display prices for a product. If a pattern is supplied, do not prompt
|
||||
.br
|
||||
what product to compare.
|
||||
.SH WEBOOB COMMANDS
|
||||
.TP
|
||||
\fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]...
|
||||
|
|
@ -187,7 +193,7 @@ save every response
|
|||
filter result items to display given a boolean expression
|
||||
.TP
|
||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||
get a maximum number of results (all backends merged)
|
||||
limit number of results (from each backends)
|
||||
.TP
|
||||
\fB\-s SELECT\fR, \fB\-\-select=SELECT\fR
|
||||
select result item keys to display (comma separated)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH COOKBOOB 1 "20 May 2013" "cookboob 0\&.g"
|
||||
.TH COOKBOOB 1 "03 August 2013" "cookboob 0\&.g"
|
||||
.SH NAME
|
||||
cookboob \- search and consult recipes
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -41,6 +41,10 @@ Get information about a recipe.
|
|||
\fBsearch\fR [\fIPATTERN\fR]
|
||||
.br
|
||||
Search recipes.
|
||||
.br
|
||||
|
||||
.br
|
||||
Default is limited to 10 results.
|
||||
.SH WEBOOB COMMANDS
|
||||
.TP
|
||||
\fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]...
|
||||
|
|
@ -207,7 +211,7 @@ save every response
|
|||
filter result items to display given a boolean expression
|
||||
.TP
|
||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||
get a maximum number of results (all backends merged)
|
||||
limit number of results (from each backends)
|
||||
.TP
|
||||
\fB\-s SELECT\fR, \fB\-\-select=SELECT\fR
|
||||
select result item keys to display (comma separated)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH FLATBOOB 1 "26 mars 2013" "flatboob 0\&.f"
|
||||
.TH FLATBOOB 1 "03 August 2013" "flatboob 0\&.g"
|
||||
.SH NAME
|
||||
flatboob \- search for housing
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -20,9 +20,17 @@ Console application to search for housing.
|
|||
* seloger (French housing website)
|
||||
.SH FLATBOOB COMMANDS
|
||||
.TP
|
||||
\fBinfo\fR
|
||||
\fBinfo\fR \fIID\fR
|
||||
.br
|
||||
Get information about a housing.
|
||||
.TP
|
||||
\fBsearch\fR
|
||||
.br
|
||||
Search for housing. Parameters are interactively asked.
|
||||
.br
|
||||
|
||||
.br
|
||||
Default is limited to 10 results.
|
||||
.SH WEBOOB COMMANDS
|
||||
.TP
|
||||
\fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]...
|
||||
|
|
@ -189,7 +197,7 @@ save every response
|
|||
filter result items to display given a boolean expression
|
||||
.TP
|
||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||
get a maximum number of results (all backends merged)
|
||||
limit number of results (from each backends)
|
||||
.TP
|
||||
\fB\-s SELECT\fR, \fB\-\-select=SELECT\fR
|
||||
select result item keys to display (comma separated)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH GALLEROOB 1 "26 mars 2013" "galleroob 0\&.f"
|
||||
.TH GALLEROOB 1 "03 August 2013" "galleroob 0\&.g"
|
||||
.SH NAME
|
||||
galleroob \- browse and download web image galleries
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -49,6 +49,10 @@ Get information about a gallery.
|
|||
\fBsearch\fR \fIPATTERN\fR
|
||||
.br
|
||||
List galleries matching a PATTERN.
|
||||
.br
|
||||
|
||||
.br
|
||||
Default is limited to 10 results.
|
||||
.SH WEBOOB COMMANDS
|
||||
.TP
|
||||
\fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]...
|
||||
|
|
@ -215,7 +219,7 @@ save every response
|
|||
filter result items to display given a boolean expression
|
||||
.TP
|
||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||
get a maximum number of results (all backends merged)
|
||||
limit number of results (from each backends)
|
||||
.TP
|
||||
\fB\-s SELECT\fR, \fB\-\-select=SELECT\fR
|
||||
select result item keys to display (comma separated)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH GEOLOOC 1 "26 mars 2013" "geolooc 0\&.f"
|
||||
.TH GEOLOOC 1 "03 August 2013" "geolooc 0\&.g"
|
||||
.SH NAME
|
||||
geolooc \- geolocalize IP addresses
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -184,7 +184,7 @@ save every response
|
|||
filter result items to display given a boolean expression
|
||||
.TP
|
||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||
get a maximum number of results (all backends merged)
|
||||
limit number of results (from each backends)
|
||||
.TP
|
||||
\fB\-s SELECT\fR, \fB\-\-select=SELECT\fR
|
||||
select result item keys to display (comma separated)
|
||||
|
|
|
|||
234
man/handjoob.1
Normal file
234
man/handjoob.1
Normal file
|
|
@ -0,0 +1,234 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH HANDJOOB 1 "03 August 2013" "handjoob 0\&.g"
|
||||
.SH NAME
|
||||
handjoob \- search for a job
|
||||
.SH SYNOPSIS
|
||||
.B handjoob
|
||||
[\-dqv] [\-b \fIbackends\fR] [\-cnfs] [\fIcommand\fR [\fIarguments\fR..]]
|
||||
.br
|
||||
.B handjoob
|
||||
[\-\-help] [\-\-version]
|
||||
|
||||
.SH DESCRIPTION
|
||||
.LP
|
||||
|
||||
Console application to search for a job.
|
||||
|
||||
.SS Supported websites:
|
||||
* adecco (adecco website)
|
||||
.br
|
||||
* apec (apec website)
|
||||
.br
|
||||
* lolix (Lolix est un centre de compétences spécialisé dans les technologies à base de Logiciel Libre.)
|
||||
.br
|
||||
* popolemploi (Pole Emploi website)
|
||||
.SH HANDJOOB COMMANDS
|
||||
.TP
|
||||
\fBinfo\fR \fIID\fR
|
||||
.br
|
||||
Get information about an advert.
|
||||
.TP
|
||||
\fBsearch\fR \fIPATTERN\fR
|
||||
.br
|
||||
Search for an advert matching a PATTERN.
|
||||
.br
|
||||
|
||||
.br
|
||||
Default is limited to 10 results.
|
||||
.SH WEBOOB COMMANDS
|
||||
.TP
|
||||
\fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]...
|
||||
.br
|
||||
Select used backends.
|
||||
.br
|
||||
|
||||
.br
|
||||
ACTION is one of the following (default: list):
|
||||
.br
|
||||
* enable enable given backends
|
||||
.br
|
||||
* disable disable given backends
|
||||
.br
|
||||
* only enable given backends and disable the others
|
||||
.br
|
||||
* list list backends
|
||||
.br
|
||||
* add add a backend
|
||||
.br
|
||||
* register register a new account on a website
|
||||
.br
|
||||
* edit edit a backend
|
||||
.br
|
||||
* remove remove a backend
|
||||
.br
|
||||
* list\-modules list modules
|
||||
.TP
|
||||
\fBcd\fR [\fIPATH\fR]
|
||||
.br
|
||||
Follow a path.
|
||||
.br
|
||||
".." is a special case and goes up one directory.
|
||||
.br
|
||||
"" is a special case and goes home.
|
||||
.TP
|
||||
\fBcondition\fR [\fIEXPRESSION\fR | off]
|
||||
.br
|
||||
If an argument is given, set the condition expression used to filter the results.
|
||||
.br
|
||||
If the "off" value is given, conditional filtering is disabled.
|
||||
.br
|
||||
|
||||
.br
|
||||
If no argument is given, print the current condition expression.
|
||||
.TP
|
||||
\fBcount\fR [\fINUMBER\fR | off]
|
||||
.br
|
||||
If an argument is given, set the maximum number of results fetched.
|
||||
.br
|
||||
NUMBER must be at least 1.
|
||||
.br
|
||||
"off" value disables counting, and allows infinite searches.
|
||||
.br
|
||||
|
||||
.br
|
||||
If no argument is given, print the current count value.
|
||||
.TP
|
||||
\fBformatter\fR [list | \fIFORMATTER\fR [\fICOMMAND\fR] | option \fIOPTION_NAME\fR [on | off]]
|
||||
.br
|
||||
If a FORMATTER is given, set the formatter to use.
|
||||
.br
|
||||
You can add a COMMAND to apply the formatter change only to
|
||||
.br
|
||||
a given command.
|
||||
.br
|
||||
|
||||
.br
|
||||
If the argument is "list", print the available formatters.
|
||||
.br
|
||||
|
||||
.br
|
||||
If the argument is "option", set the formatter options.
|
||||
.br
|
||||
Valid options are: header, keys.
|
||||
.br
|
||||
If on/off value is given, set the value of the option.
|
||||
.br
|
||||
If not, print the current value for the option.
|
||||
.br
|
||||
|
||||
.br
|
||||
If no argument is given, print the current formatter.
|
||||
.TP
|
||||
\fBinspect\fR \fIBACKEND_NAME\fR
|
||||
.br
|
||||
Display the HTML string of the current page of the specified backend's browser.
|
||||
.br
|
||||
|
||||
.br
|
||||
If webkit_mechanize_browser Python module is installed, HTML is displayed in a WebKit GUI.
|
||||
.TP
|
||||
\fBlogging\fR [\fILEVEL\fR]
|
||||
.br
|
||||
Set logging level.
|
||||
.br
|
||||
|
||||
.br
|
||||
Availables: debug, info, warning, error.
|
||||
.br
|
||||
* quiet is an alias for error
|
||||
.br
|
||||
* default is an alias for warning
|
||||
.TP
|
||||
\fBls\fR [\-d] [\fIPATH\fR]
|
||||
.br
|
||||
List objects in current path.
|
||||
.br
|
||||
If an argument is given, list the specified path.
|
||||
.TP
|
||||
\fBquit\fR
|
||||
.br
|
||||
Quit the application.
|
||||
.TP
|
||||
\fBselect\fR [\fIFIELD_NAME\fR]... | "$direct" | "$full"
|
||||
.br
|
||||
If an argument is given, set the selected fields.
|
||||
.br
|
||||
$direct selects all fields loaded in one http request.
|
||||
.br
|
||||
$full selects all fields using as much http requests as necessary.
|
||||
.br
|
||||
|
||||
.br
|
||||
If no argument is given, print the currently selected fields.
|
||||
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
\fB\-\-version\fR
|
||||
show program's version number and exit
|
||||
.TP
|
||||
\fB\-h\fR, \fB\-\-help\fR
|
||||
show this help message and exit
|
||||
.TP
|
||||
\fB\-b BACKENDS\fR, \fB\-\-backends=BACKENDS\fR
|
||||
what backend(s) to enable (comma separated)
|
||||
.TP
|
||||
\fB\-e EXCLUDE_BACKENDS\fR, \fB\-\-exclude\-backends=EXCLUDE_BACKENDS\fR
|
||||
what backend(s) to exclude (comma separated)
|
||||
.TP
|
||||
\fB\-I\fR, \fB\-\-insecure\fR
|
||||
do not validate SSL
|
||||
|
||||
.SH LOGGING OPTIONS
|
||||
.TP
|
||||
\fB\-d\fR, \fB\-\-debug\fR
|
||||
display debug messages
|
||||
.TP
|
||||
\fB\-q\fR, \fB\-\-quiet\fR
|
||||
display only error messages
|
||||
.TP
|
||||
\fB\-v\fR, \fB\-\-verbose\fR
|
||||
display info messages
|
||||
.TP
|
||||
\fB\-\-logging\-file=LOGGING_FILE\fR
|
||||
file to save logs
|
||||
.TP
|
||||
\fB\-a\fR, \fB\-\-save\-responses\fR
|
||||
save every response
|
||||
|
||||
.SH RESULTS OPTIONS
|
||||
.TP
|
||||
\fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR
|
||||
filter result items to display given a boolean expression
|
||||
.TP
|
||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||
limit number of results (from each backends)
|
||||
.TP
|
||||
\fB\-s SELECT\fR, \fB\-\-select=SELECT\fR
|
||||
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, job_advert, job_advert_list, json,
|
||||
multiline, simple, table, webkit)
|
||||
.TP
|
||||
\fB\-\-no\-header\fR
|
||||
do not display header
|
||||
.TP
|
||||
\fB\-\-no\-keys\fR
|
||||
do not display item keys
|
||||
.TP
|
||||
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
||||
file to export result
|
||||
|
||||
.SH COPYRIGHT
|
||||
Copyright(C) 2012 Bezleputh
|
||||
.LP
|
||||
For full COPYRIGHT see COPYING file with weboob package.
|
||||
.LP
|
||||
.RE
|
||||
.SH FILES
|
||||
"~/.config/weboob/backends"
|
||||
|
||||
.SH SEE ALSO
|
||||
Home page: http://weboob.org/applications/handjoob
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH HAVEDATE 1 "26 mars 2013" "havedate 0\&.f"
|
||||
.TH HAVEDATE 1 "03 August 2013" "havedate 0\&.g"
|
||||
.SH NAME
|
||||
havedate \- interact with dating websites
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -33,6 +33,10 @@ Export the thread identified by ID
|
|||
\fBlist\fR
|
||||
.br
|
||||
Display all threads.
|
||||
.br
|
||||
|
||||
.br
|
||||
Default is limited to 10 results.
|
||||
.TP
|
||||
\fBoptim\fR [list | start | edit | stop] \fIBACKEND\fR [\fIOPTIM\fR1 [\fIOPTIM\fR2 ...]]
|
||||
.br
|
||||
|
|
@ -257,7 +261,7 @@ save every response
|
|||
filter result items to display given a boolean expression
|
||||
.TP
|
||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||
get a maximum number of results (all backends merged)
|
||||
limit number of results (from each backends)
|
||||
.TP
|
||||
\fB\-s SELECT\fR, \fB\-\-select=SELECT\fR
|
||||
select result item keys to display (comma separated)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH MONBOOB 1 "26 mars 2013" "monboob 0\&.f"
|
||||
.TH MONBOOB 1 "03 August 2013" "monboob 0\&.g"
|
||||
.SH NAME
|
||||
monboob \- daemon to send and check messages
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -29,6 +29,8 @@ Daemon allowing to regularly check for new messages on various websites, and sen
|
|||
.br
|
||||
* hds (Histoires de Sexe French erotic novels)
|
||||
.br
|
||||
* hellobank (Hello Bank ! website)
|
||||
.br
|
||||
* inrocks (Les Inrocks French news website)
|
||||
.br
|
||||
* lefigaro (Le Figaro French newspaper website)
|
||||
|
|
@ -107,7 +109,7 @@ save every response
|
|||
filter result items to display given a boolean expression
|
||||
.TP
|
||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||
get a maximum number of results (all backends merged)
|
||||
limit number of results (from each backends)
|
||||
.TP
|
||||
\fB\-s SELECT\fR, \fB\-\-select=SELECT\fR
|
||||
select result item keys to display (comma separated)
|
||||
|
|
|
|||
234
man/parceloob.1
Normal file
234
man/parceloob.1
Normal file
|
|
@ -0,0 +1,234 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH PARCELOOB 1 "03 August 2013" "parceloob 0\&.g"
|
||||
.SH NAME
|
||||
parceloob \- manage your parcels
|
||||
.SH SYNOPSIS
|
||||
.B parceloob
|
||||
[\-dqv] [\-b \fIbackends\fR] [\-cnfs] [\fIcommand\fR [\fIarguments\fR..]]
|
||||
.br
|
||||
.B parceloob
|
||||
[\-\-help] [\-\-version]
|
||||
|
||||
.SH DESCRIPTION
|
||||
.LP
|
||||
|
||||
Console application to track your parcels.
|
||||
|
||||
.SS Supported websites:
|
||||
* chronopost (Chronopost website)
|
||||
.br
|
||||
* ups (UPS website)
|
||||
.SH PARCELOOB COMMANDS
|
||||
.TP
|
||||
\fBinfo\fR \fIID\fR
|
||||
.br
|
||||
Get information about a parcel.
|
||||
.TP
|
||||
\fBstatus\fR
|
||||
.br
|
||||
Display status for all of the tracked parcels.
|
||||
.TP
|
||||
\fBtrack\fR \fIID\fR
|
||||
.br
|
||||
Track a parcel.
|
||||
.TP
|
||||
\fBuntrack\fR \fIID\fR
|
||||
.br
|
||||
Stop tracking a parcel.
|
||||
.SH WEBOOB COMMANDS
|
||||
.TP
|
||||
\fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]...
|
||||
.br
|
||||
Select used backends.
|
||||
.br
|
||||
|
||||
.br
|
||||
ACTION is one of the following (default: list):
|
||||
.br
|
||||
* enable enable given backends
|
||||
.br
|
||||
* disable disable given backends
|
||||
.br
|
||||
* only enable given backends and disable the others
|
||||
.br
|
||||
* list list backends
|
||||
.br
|
||||
* add add a backend
|
||||
.br
|
||||
* register register a new account on a website
|
||||
.br
|
||||
* edit edit a backend
|
||||
.br
|
||||
* remove remove a backend
|
||||
.br
|
||||
* list\-modules list modules
|
||||
.TP
|
||||
\fBcd\fR [\fIPATH\fR]
|
||||
.br
|
||||
Follow a path.
|
||||
.br
|
||||
".." is a special case and goes up one directory.
|
||||
.br
|
||||
"" is a special case and goes home.
|
||||
.TP
|
||||
\fBcondition\fR [\fIEXPRESSION\fR | off]
|
||||
.br
|
||||
If an argument is given, set the condition expression used to filter the results.
|
||||
.br
|
||||
If the "off" value is given, conditional filtering is disabled.
|
||||
.br
|
||||
|
||||
.br
|
||||
If no argument is given, print the current condition expression.
|
||||
.TP
|
||||
\fBcount\fR [\fINUMBER\fR | off]
|
||||
.br
|
||||
If an argument is given, set the maximum number of results fetched.
|
||||
.br
|
||||
NUMBER must be at least 1.
|
||||
.br
|
||||
"off" value disables counting, and allows infinite searches.
|
||||
.br
|
||||
|
||||
.br
|
||||
If no argument is given, print the current count value.
|
||||
.TP
|
||||
\fBformatter\fR [list | \fIFORMATTER\fR [\fICOMMAND\fR] | option \fIOPTION_NAME\fR [on | off]]
|
||||
.br
|
||||
If a FORMATTER is given, set the formatter to use.
|
||||
.br
|
||||
You can add a COMMAND to apply the formatter change only to
|
||||
.br
|
||||
a given command.
|
||||
.br
|
||||
|
||||
.br
|
||||
If the argument is "list", print the available formatters.
|
||||
.br
|
||||
|
||||
.br
|
||||
If the argument is "option", set the formatter options.
|
||||
.br
|
||||
Valid options are: header, keys.
|
||||
.br
|
||||
If on/off value is given, set the value of the option.
|
||||
.br
|
||||
If not, print the current value for the option.
|
||||
.br
|
||||
|
||||
.br
|
||||
If no argument is given, print the current formatter.
|
||||
.TP
|
||||
\fBinspect\fR \fIBACKEND_NAME\fR
|
||||
.br
|
||||
Display the HTML string of the current page of the specified backend's browser.
|
||||
.br
|
||||
|
||||
.br
|
||||
If webkit_mechanize_browser Python module is installed, HTML is displayed in a WebKit GUI.
|
||||
.TP
|
||||
\fBlogging\fR [\fILEVEL\fR]
|
||||
.br
|
||||
Set logging level.
|
||||
.br
|
||||
|
||||
.br
|
||||
Availables: debug, info, warning, error.
|
||||
.br
|
||||
* quiet is an alias for error
|
||||
.br
|
||||
* default is an alias for warning
|
||||
.TP
|
||||
\fBls\fR [\-d] [\fIPATH\fR]
|
||||
.br
|
||||
List objects in current path.
|
||||
.br
|
||||
If an argument is given, list the specified path.
|
||||
.TP
|
||||
\fBquit\fR
|
||||
.br
|
||||
Quit the application.
|
||||
.TP
|
||||
\fBselect\fR [\fIFIELD_NAME\fR]... | "$direct" | "$full"
|
||||
.br
|
||||
If an argument is given, set the selected fields.
|
||||
.br
|
||||
$direct selects all fields loaded in one http request.
|
||||
.br
|
||||
$full selects all fields using as much http requests as necessary.
|
||||
.br
|
||||
|
||||
.br
|
||||
If no argument is given, print the currently selected fields.
|
||||
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
\fB\-\-version\fR
|
||||
show program's version number and exit
|
||||
.TP
|
||||
\fB\-h\fR, \fB\-\-help\fR
|
||||
show this help message and exit
|
||||
.TP
|
||||
\fB\-b BACKENDS\fR, \fB\-\-backends=BACKENDS\fR
|
||||
what backend(s) to enable (comma separated)
|
||||
.TP
|
||||
\fB\-e EXCLUDE_BACKENDS\fR, \fB\-\-exclude\-backends=EXCLUDE_BACKENDS\fR
|
||||
what backend(s) to exclude (comma separated)
|
||||
.TP
|
||||
\fB\-I\fR, \fB\-\-insecure\fR
|
||||
do not validate SSL
|
||||
|
||||
.SH LOGGING OPTIONS
|
||||
.TP
|
||||
\fB\-d\fR, \fB\-\-debug\fR
|
||||
display debug messages
|
||||
.TP
|
||||
\fB\-q\fR, \fB\-\-quiet\fR
|
||||
display only error messages
|
||||
.TP
|
||||
\fB\-v\fR, \fB\-\-verbose\fR
|
||||
display info messages
|
||||
.TP
|
||||
\fB\-\-logging\-file=LOGGING_FILE\fR
|
||||
file to save logs
|
||||
.TP
|
||||
\fB\-a\fR, \fB\-\-save\-responses\fR
|
||||
save every response
|
||||
|
||||
.SH RESULTS OPTIONS
|
||||
.TP
|
||||
\fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR
|
||||
filter result items to display given a boolean expression
|
||||
.TP
|
||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||
limit number of results (from each backends)
|
||||
.TP
|
||||
\fB\-s SELECT\fR, \fB\-\-select=SELECT\fR
|
||||
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)
|
||||
.TP
|
||||
\fB\-\-no\-header\fR
|
||||
do not display header
|
||||
.TP
|
||||
\fB\-\-no\-keys\fR
|
||||
do not display item keys
|
||||
.TP
|
||||
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
||||
file to export result
|
||||
|
||||
.SH COPYRIGHT
|
||||
Copyright(C) 2013 Romain Bignon
|
||||
.LP
|
||||
For full COPYRIGHT see COPYING file with weboob package.
|
||||
.LP
|
||||
.RE
|
||||
.SH FILES
|
||||
"~/.config/weboob/backends"
|
||||
|
||||
.SH SEE ALSO
|
||||
Home page: http://weboob.org/applications/parceloob
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH PASTOOB 1 "26 mars 2013" "pastoob 0\&.f"
|
||||
.TH PASTOOB 1 "03 August 2013" "pastoob 0\&.g"
|
||||
.SH NAME
|
||||
pastoob \- post and get pastes from pastebins
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -206,7 +206,7 @@ save every response
|
|||
filter result items to display given a boolean expression
|
||||
.TP
|
||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||
get a maximum number of results (all backends merged)
|
||||
limit number of results (from each backends)
|
||||
.TP
|
||||
\fB\-s SELECT\fR, \fB\-\-select=SELECT\fR
|
||||
select result item keys to display (comma separated)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH QBOOBMSG 1 "26 mars 2013" "qboobmsg 0\&.f"
|
||||
.TH QBOOBMSG 1 "03 August 2013" "qboobmsg 0\&.g"
|
||||
.SH NAME
|
||||
qboobmsg \- send and receive message threads
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -29,6 +29,8 @@ Qt application allowing to read messages on various websites and reply to them.
|
|||
.br
|
||||
* hds (Histoires de Sexe French erotic novels)
|
||||
.br
|
||||
* hellobank (Hello Bank ! website)
|
||||
.br
|
||||
* inrocks (Les Inrocks French news website)
|
||||
.br
|
||||
* lefigaro (Le Figaro French newspaper website)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH QCINEOOB 1 "20 May 2013" "qcineoob 0\&.g"
|
||||
.TH QCINEOOB 1 "03 August 2013" "qcineoob 0\&.g"
|
||||
.SH NAME
|
||||
qcineoob \- search movies, people, torrent and subtitles
|
||||
.SH SYNOPSIS
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH QCOOKBOOB 1 "20 May 2013" "qcookboob 0\&.g"
|
||||
.TH QCOOKBOOB 1 "03 August 2013" "qcookboob 0\&.g"
|
||||
.SH NAME
|
||||
qcookboob \- search recipes
|
||||
.SH SYNOPSIS
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH QFLATBOOB 1 "26 mars 2013" "qflatboob 0\&.f"
|
||||
.TH QFLATBOOB 1 "03 August 2013" "qflatboob 0\&.g"
|
||||
.SH NAME
|
||||
qflatboob \- search for housing
|
||||
.SH SYNOPSIS
|
||||
|
|
|
|||
71
man/qhandjoob.1
Normal file
71
man/qhandjoob.1
Normal file
|
|
@ -0,0 +1,71 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH QHANDJOOB 1 "03 August 2013" "qhandjoob 0\&.g"
|
||||
.SH NAME
|
||||
qhandjoob \- search for job
|
||||
.SH SYNOPSIS
|
||||
.B qhandjoob
|
||||
[\-h] [\-dqv] [\-b \fIbackends\fR] ...
|
||||
.br
|
||||
.B qhandjoob
|
||||
[\-\-help] [\-\-version]
|
||||
|
||||
.SH DESCRIPTION
|
||||
.LP
|
||||
|
||||
Qt application to search for job.
|
||||
|
||||
.SS Supported websites:
|
||||
* adecco (adecco website)
|
||||
.br
|
||||
* apec (apec website)
|
||||
.br
|
||||
* lolix (Lolix est un centre de compétences spécialisé dans les technologies à base de Logiciel Libre.)
|
||||
.br
|
||||
* popolemploi (Pole Emploi website)
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
\fB\-\-version\fR
|
||||
show program's version number and exit
|
||||
.TP
|
||||
\fB\-h\fR, \fB\-\-help\fR
|
||||
show this help message and exit
|
||||
.TP
|
||||
\fB\-b BACKENDS\fR, \fB\-\-backends=BACKENDS\fR
|
||||
what backend(s) to enable (comma separated)
|
||||
.TP
|
||||
\fB\-e EXCLUDE_BACKENDS\fR, \fB\-\-exclude\-backends=EXCLUDE_BACKENDS\fR
|
||||
what backend(s) to exclude (comma separated)
|
||||
.TP
|
||||
\fB\-I\fR, \fB\-\-insecure\fR
|
||||
do not validate SSL
|
||||
|
||||
.SH LOGGING OPTIONS
|
||||
.TP
|
||||
\fB\-d\fR, \fB\-\-debug\fR
|
||||
display debug messages
|
||||
.TP
|
||||
\fB\-q\fR, \fB\-\-quiet\fR
|
||||
display only error messages
|
||||
.TP
|
||||
\fB\-v\fR, \fB\-\-verbose\fR
|
||||
display info messages
|
||||
.TP
|
||||
\fB\-\-logging\-file=LOGGING_FILE\fR
|
||||
file to save logs
|
||||
.TP
|
||||
\fB\-a\fR, \fB\-\-save\-responses\fR
|
||||
save every response
|
||||
|
||||
.SH COPYRIGHT
|
||||
Copyright(C) 2013 Sébastien Monel
|
||||
.LP
|
||||
For full COPYRIGHT see COPYING file with weboob package.
|
||||
.LP
|
||||
.RE
|
||||
.SH FILES
|
||||
"~/.config/weboob/backends"
|
||||
|
||||
"~/.config/weboob/qhandjoob"
|
||||
|
||||
.SH SEE ALSO
|
||||
Home page: http://weboob.org/applications/qhandjoob
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH QHAVEDATE 1 "26 mars 2013" "qhavedate 0\&.f"
|
||||
.TH QHAVEDATE 1 "03 August 2013" "qhavedate 0\&.g"
|
||||
.SH NAME
|
||||
qhavedate \- interact with dating websites
|
||||
.SH SYNOPSIS
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH QVIDEOOB 1 "26 mars 2013" "qvideoob 0\&.f"
|
||||
.TH QVIDEOOB 1 "03 August 2013" "qvideoob 0\&.g"
|
||||
.SH NAME
|
||||
qvideoob \- search and play videos
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -15,6 +15,8 @@ qvideoob \- search and play videos
|
|||
Qt application allowing to search videos on various websites and play them.
|
||||
|
||||
.SS Supported websites:
|
||||
* arretsurimages (arretsurimages website)
|
||||
.br
|
||||
* arte (Arte French and German TV)
|
||||
.br
|
||||
* canalplus (Canal Plus French TV)
|
||||
|
|
@ -29,6 +31,8 @@ Qt application allowing to search videos on various websites and play them.
|
|||
.br
|
||||
* gdcvault (Game Developers Conferences Vault video streaming website)
|
||||
.br
|
||||
* grooveshark (grooveshark website)
|
||||
.br
|
||||
* ina (INA French TV video archives)
|
||||
.br
|
||||
* nolifetv (NolifeTV French video streaming website)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH QWEBCONTENTEDIT 1 "26 mars 2013" "qwebcontentedit 0\&.f"
|
||||
.TH QWEBCONTENTEDIT 1 "03 August 2013" "qwebcontentedit 0\&.g"
|
||||
.SH NAME
|
||||
qwebcontentedit \- manage websites content
|
||||
.SH SYNOPSIS
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH RADIOOB 1 "26 mars 2013" "radioob 0\&.f"
|
||||
.TH RADIOOB 1 "03 August 2013" "radioob 0\&.g"
|
||||
.SH NAME
|
||||
radioob \- search, show or listen to radio stations
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -37,6 +37,10 @@ List radios matching a PATTERN.
|
|||
|
||||
.br
|
||||
If PATTERN is not given, this command will list all the radios.
|
||||
.br
|
||||
|
||||
.br
|
||||
Default is limited to 10 results.
|
||||
.SH WEBOOB COMMANDS
|
||||
.TP
|
||||
\fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]...
|
||||
|
|
@ -201,7 +205,7 @@ save every response
|
|||
filter result items to display given a boolean expression
|
||||
.TP
|
||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||
get a maximum number of results (all backends merged)
|
||||
limit number of results (from each backends)
|
||||
.TP
|
||||
\fB\-s SELECT\fR, \fB\-\-select=SELECT\fR
|
||||
select result item keys to display (comma separated)
|
||||
|
|
|
|||
10
man/suboob.1
10
man/suboob.1
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH SUBOOB 1 "20 May 2013" "suboob 0\&.g"
|
||||
.TH SUBOOB 1 "03 August 2013" "suboob 0\&.g"
|
||||
.SH NAME
|
||||
suboob \- search and download subtitles
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -24,7 +24,7 @@ Console application allowing to search for subtitles on various services and dow
|
|||
* tvsubtitles (Tvsubtitles subtitle website)
|
||||
.SH SUBOOB COMMANDS
|
||||
.TP
|
||||
\fBgetfile\fR \fIID\fR [\fIFILENAME\fR]
|
||||
\fBdownload\fR \fIID\fR [\fIFILENAME\fR]
|
||||
.br
|
||||
Get the subtitle or archive file.
|
||||
.br
|
||||
|
|
@ -79,6 +79,10 @@ Dutch nl Icelandic is Portuguese pt Welsh
|
|||
English en Indonesian id Romanian ro Yiddish yi
|
||||
.br
|
||||
\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-
|
||||
.br
|
||||
|
||||
.br
|
||||
Default is limited to 10 results.
|
||||
.SH WEBOOB COMMANDS
|
||||
.TP
|
||||
\fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]...
|
||||
|
|
@ -245,7 +249,7 @@ save every response
|
|||
filter result items to display given a boolean expression
|
||||
.TP
|
||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||
get a maximum number of results (all backends merged)
|
||||
limit number of results (from each backends)
|
||||
.TP
|
||||
\fB\-s SELECT\fR, \fB\-\-select=SELECT\fR
|
||||
select result item keys to display (comma separated)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH TRANSLABOOB 1 "26 mars 2013" "translaboob 0\&.f"
|
||||
.TH TRANSLABOOB 1 "03 August 2013" "translaboob 0\&.g"
|
||||
.SH NAME
|
||||
translaboob \- translate text from one language to another
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -237,7 +237,7 @@ save every response
|
|||
filter result items to display given a boolean expression
|
||||
.TP
|
||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||
get a maximum number of results (all backends merged)
|
||||
limit number of results (from each backends)
|
||||
.TP
|
||||
\fB\-s SELECT\fR, \fB\-\-select=SELECT\fR
|
||||
select result item keys to display (comma separated)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH TRAVELOOB 1 "26 mars 2013" "traveloob 0\&.f"
|
||||
.TH TRAVELOOB 1 "03 August 2013" "traveloob 0\&.g"
|
||||
.SH NAME
|
||||
traveloob \- search for train stations and departures
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -23,6 +23,10 @@ Console application allowing to search for train stations and get departure time
|
|||
\fBdepartures\fR \fISTATION\fR [\fIARRIVAL\fR]
|
||||
.br
|
||||
List all departures for a given station.
|
||||
.br
|
||||
|
||||
.br
|
||||
Default is limited to 10 results.
|
||||
.TP
|
||||
\fBroadmap\fR \fIDEPARTURE\fR \fIARRIVAL\fR
|
||||
.br
|
||||
|
|
@ -49,6 +53,10 @@ Example:
|
|||
\fBstations\fR \fIPATTERN\fR
|
||||
.br
|
||||
Search stations.
|
||||
.br
|
||||
|
||||
.br
|
||||
Default is limited to 10 results.
|
||||
.SH WEBOOB COMMANDS
|
||||
.TP
|
||||
\fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]...
|
||||
|
|
@ -221,7 +229,7 @@ save every response
|
|||
filter result items to display given a boolean expression
|
||||
.TP
|
||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||
get a maximum number of results (all backends merged)
|
||||
limit number of results (from each backends)
|
||||
.TP
|
||||
\fB\-s SELECT\fR, \fB\-\-select=SELECT\fR
|
||||
select result item keys to display (comma separated)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH VIDEOOB 1 "26 mars 2013" "videoob 0\&.f"
|
||||
.TH VIDEOOB 1 "03 August 2013" "videoob 0\&.g"
|
||||
.SH NAME
|
||||
videoob \- search and play videos
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -15,6 +15,8 @@ videoob \- search and play videos
|
|||
Console application allowing to search for videos on various websites, play and download them and get information.
|
||||
|
||||
.SS Supported websites:
|
||||
* arretsurimages (arretsurimages website)
|
||||
.br
|
||||
* arte (Arte French and German TV)
|
||||
.br
|
||||
* canalplus (Canal Plus French TV)
|
||||
|
|
@ -29,6 +31,8 @@ Console application allowing to search for videos on various websites, play and
|
|||
.br
|
||||
* gdcvault (Game Developers Conferences Vault video streaming website)
|
||||
.br
|
||||
* grooveshark (grooveshark website)
|
||||
.br
|
||||
* ina (INA French TV video archives)
|
||||
.br
|
||||
* nolifetv (NolifeTV French video streaming website)
|
||||
|
|
@ -69,6 +73,10 @@ Play a video with a found player.
|
|||
\fBsearch\fR \fIPATTERN\fR
|
||||
.br
|
||||
Search for videos matching a PATTERN.
|
||||
.br
|
||||
|
||||
.br
|
||||
Default is limited to 10 results.
|
||||
.SH WEBOOB COMMANDS
|
||||
.TP
|
||||
\fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]...
|
||||
|
|
@ -235,7 +243,7 @@ save every response
|
|||
filter result items to display given a boolean expression
|
||||
.TP
|
||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||
get a maximum number of results (all backends merged)
|
||||
limit number of results (from each backends)
|
||||
.TP
|
||||
\fB\-s SELECT\fR, \fB\-\-select=SELECT\fR
|
||||
select result item keys to display (comma separated)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH WEBCONTENTEDIT 1 "26 mars 2013" "webcontentedit 0\&.f"
|
||||
.TH WEBCONTENTEDIT 1 "03 August 2013" "webcontentedit 0\&.g"
|
||||
.SH NAME
|
||||
webcontentedit \- manage websites content
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -33,6 +33,10 @@ Get page contents
|
|||
\fBlog\fR \fIID\fR
|
||||
.br
|
||||
Display log of a page
|
||||
.br
|
||||
|
||||
.br
|
||||
Default is limited to 10 results.
|
||||
.SH WEBOOB COMMANDS
|
||||
.TP
|
||||
\fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]...
|
||||
|
|
@ -199,7 +203,7 @@ save every response
|
|||
filter result items to display given a boolean expression
|
||||
.TP
|
||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||
get a maximum number of results (all backends merged)
|
||||
limit number of results (from each backends)
|
||||
.TP
|
||||
\fB\-s SELECT\fR, \fB\-\-select=SELECT\fR
|
||||
select result item keys to display (comma separated)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH WEBOOB-CLI 1 "26 mars 2013" "weboob-cli 0\&.f"
|
||||
.TH WEBOOB-CLI 1 "03 August 2013" "weboob-cli 0\&.g"
|
||||
.SH NAME
|
||||
weboob-cli \- call a method on backends
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -55,7 +55,7 @@ save every response
|
|||
filter result items to display given a boolean expression
|
||||
.TP
|
||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||
get a maximum number of results (all backends merged)
|
||||
limit number of results (from each backends)
|
||||
.TP
|
||||
\fB\-s SELECT\fR, \fB\-\-select=SELECT\fR
|
||||
select result item keys to display (comma separated)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH WEBOOB-CONFIG-QT 1 "26 mars 2013" "weboob-config-qt 0\&.f"
|
||||
.TH WEBOOB-CONFIG-QT 1 "03 August 2013" "weboob-config-qt 0\&.g"
|
||||
.SH NAME
|
||||
weboob-config-qt \- manage backends or register new accounts
|
||||
.SH SYNOPSIS
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH WEBOOB-CONFIG 1 "26 mars 2013" "weboob-config 0\&.f"
|
||||
.TH WEBOOB-CONFIG 1 "03 August 2013" "weboob-config 0\&.g"
|
||||
.SH NAME
|
||||
weboob-config \- manage backends or register new accounts
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -24,32 +24,6 @@ Add a backend.
|
|||
.br
|
||||
Show applications.
|
||||
.TP
|
||||
\fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]...
|
||||
.br
|
||||
Select used backends.
|
||||
.br
|
||||
|
||||
.br
|
||||
ACTION is one of the following (default: list):
|
||||
.br
|
||||
* enable enable given backends
|
||||
.br
|
||||
* disable disable given backends
|
||||
.br
|
||||
* only enable given backends and disable the others
|
||||
.br
|
||||
* list list backends
|
||||
.br
|
||||
* add add a backend
|
||||
.br
|
||||
* register register a new account on a website
|
||||
.br
|
||||
* edit edit a backend
|
||||
.br
|
||||
* remove remove a backend
|
||||
.br
|
||||
* list\-modules list modules
|
||||
.TP
|
||||
\fBconfirm\fR \fIBACKEND\fR
|
||||
.br
|
||||
For a backend which support CapAccount, parse a confirmation mail
|
||||
|
|
@ -138,7 +112,7 @@ save every response
|
|||
filter result items to display given a boolean expression
|
||||
.TP
|
||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||
get a maximum number of results (all backends merged)
|
||||
limit number of results (from each backends)
|
||||
.TP
|
||||
\fB\-s SELECT\fR, \fB\-\-select=SELECT\fR
|
||||
select result item keys to display (comma separated)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH WEBOOB-DEBUG 1 "26 mars 2013" "weboob-debug 0\&.f"
|
||||
.TH WEBOOB-DEBUG 1 "03 August 2013" "weboob-debug 0\&.g"
|
||||
.SH NAME
|
||||
weboob-debug \- debug backends
|
||||
.SH SYNOPSIS
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH WEBOOB-REPOS 1 "26 mars 2013" "weboob-repos 0\&.f"
|
||||
.TH WEBOOB-REPOS 1 "03 August 2013" "weboob-repos 0\&.g"
|
||||
.SH NAME
|
||||
weboob-repos \- manage a weboob repository
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -98,7 +98,7 @@ save every response
|
|||
filter result items to display given a boolean expression
|
||||
.TP
|
||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||
get a maximum number of results (all backends merged)
|
||||
limit number of results (from each backends)
|
||||
.TP
|
||||
\fB\-s SELECT\fR, \fB\-\-select=SELECT\fR
|
||||
select result item keys to display (comma separated)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH WEBOORRENTS 1 "26 mars 2013" "weboorrents 0\&.f"
|
||||
.TH WEBOORRENTS 1 "03 August 2013" "weboorrents 0\&.g"
|
||||
.SH NAME
|
||||
weboorrents \- search and download torrents
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -15,7 +15,7 @@ weboorrents \- search and download torrents
|
|||
Console application allowing to search for torrents on various trackers and download .torrent files.
|
||||
|
||||
.SS Supported websites:
|
||||
* btmon (Btmon BitTorrent tracker)
|
||||
* btmon (BTMon BitTorrent database)
|
||||
.br
|
||||
* gazelle (Gazelle\-based BitTorrent trackers)
|
||||
.br
|
||||
|
|
@ -41,6 +41,10 @@ Get information about a torrent.
|
|||
\fBsearch\fR [\fIPATTERN\fR]
|
||||
.br
|
||||
Search torrents.
|
||||
.br
|
||||
|
||||
.br
|
||||
Default is limited to 10 results.
|
||||
.SH WEBOOB COMMANDS
|
||||
.TP
|
||||
\fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]...
|
||||
|
|
@ -207,7 +211,7 @@ save every response
|
|||
filter result items to display given a boolean expression
|
||||
.TP
|
||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||
get a maximum number of results (all backends merged)
|
||||
limit number of results (from each backends)
|
||||
.TP
|
||||
\fB\-s SELECT\fR, \fB\-\-select=SELECT\fR
|
||||
select result item keys to display (comma separated)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.\" -*- coding: utf-8 -*-
|
||||
.TH WETBOOBS 1 "26 mars 2013" "wetboobs 0\&.f"
|
||||
.TH WETBOOBS 1 "03 August 2013" "wetboobs 0\&.g"
|
||||
.SH NAME
|
||||
wetboobs \- display weather and forecasts
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -19,6 +19,10 @@ Console application allowing to display weather and forecasts in your city.
|
|||
\fBcities\fR \fIPATTERN\fR
|
||||
.br
|
||||
Search cities.
|
||||
.br
|
||||
|
||||
.br
|
||||
Default is limited to 10 results.
|
||||
.TP
|
||||
\fBcurrent\fR \fICITY_ID\fR
|
||||
.br
|
||||
|
|
@ -209,7 +213,7 @@ save every response
|
|||
filter result items to display given a boolean expression
|
||||
.TP
|
||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||
get a maximum number of results (all backends merged)
|
||||
limit number of results (from each backends)
|
||||
.TP
|
||||
\fB\-s SELECT\fR, \fB\-\-select=SELECT\fR
|
||||
select result item keys to display (comma separated)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue