Weboob 0.i released

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

464
ChangeLog
View file

@ -1,3 +1,467 @@
Weboob 0.i (2014-05-19)
General
* New Browser: browser2 is here! See below
* First steps in python3 support
* New GPG key for laurentb (see
https://laurent.bachelier.name/gpgtransition.txt)
* New module: btdigg (CapTorrent)
* New module: Mailinator (CapMessage)
* New module: guerrillamail (CapMessage)
* New module: SensCritique (CapCalendar)
* New module: imgur (CapPaste)
* New module: unsee (CapPaste)
* New module: lut.im (CapPaste)
* New module: pixtoilelibre (CapPaste)
* New module: ColisPrive (CapParcel)
* New module: AlloResto (CapBank)
* New module: LaCentrale (CapPriceComparison)
* New module: Groupamaes (CapBank)
* New module: Tinder (CapDating)
Core
* Import pkg_resources only when needed, to prevent a hard useless
dependency
Core: browser2
* Add a new browser based on python-requests
* Full support of SSL
* Add the option _proxy_ssl for backends
* New management of Html FORMs
* New URL class
* Better debugging (save HTTP requests/responses)
* Simple support of pagination (@pagination decorator)
* Introduce ListElement and ItemElement (parser helper)
* Add a lot of Filters for ItemElement
* Add TableElement, to help the parsing of a table
* 24 modules are already using browser2!
* And a lot more...
Core: browser1
* Unify no_login and nologin
* Fix call of logger (can be unset)
* Move exceptions in weboob.tools.exceptions (compatibility with browser2)
Core: BackendCalls
* Rewrite BackendCalls with queues
Core: repositories
* Make GPG ignore local settings
Core: configuration
* Support for password retrieval from any cli tools
* Prompt user during configuration of a backend
Core: ManPages
* Escape more '-'
Core: Parsers
* Add a xml parser
* Remove unused/obsolete parsers
Core: DateTools
* Add ChaoticDateGuesser
Applications: base
* Add version information in Debug
* catch ^C on global bcall errors handler
* Allow to use condition on the fullid
* Do not display warning message if -n or count is set
Applications: console
* Fix: masked parameter wasn't considered
* Fix: password encoding issues
* Display backend@issues.weboob.org and not backend.EMAIL
Applications: media_player
* Add a play_proxy option
Applications: Qt
* Add keywords in .desktop files (#1356)
Applications: REPL
* Exclude backends that do not implement the required method (#1325)
* New obj_to_filename() method (from videoob)
* Do not fetch the collections when not needed
* Fix selecting a field in non-interactive mode
* Use a fast path for ls if -U is set
* Add documentation of the "ls -d" option
* Gather collections having the same path
* Override comp_obj from repl in order to sort by start_date
Applications: formatters
* Add a json formatter that works on a line level (json_line)
Applications: yamlconfig
* Allow a default equal to None
Application: boobcoming
* Add documentation
* Add icon
* Use ls/cd commands to navigate into categories
* Improve collection management
Application: boobsize
* Add icon
* Display null values
* Fix hints in not found error
Application: boobtracker
* Support colors for issues
* Create/edit tickets in a text editor
* Fix email address regexp
* Fix crash in interactive mode
* New options --tracker, --priority, --start, --due
Application: parceloob
* Remove trailing \n
* Ignore status of not loaded backends
* Always untrack if the id is in the storage
Application: pastoob
* Paste binary files with "post_bin FILENAME" and "get_bin ID"
* Add 'info' command
Application: Qhavedate
* Ignore error when notes are not implemented on contacts
Application: radioob
* Fix audio objects search
* Pick up first available stream when radio provides a playlist (#1345)
Application: translaboob
* Fix a typo in the documentation
Application: videoob
* Braces-enclosed tags are replaced with data
* Play/info: ability to give several videos
* Add command 'videoob playlist download'
* Add command 'videoob playlist play'
* Move obj_to_filename() into ReplApplication
* Use wget to download m3u8 videos
Application: webcontentedit
* add a -r parameter to get command to precise revision id
Application: wetboobs
* Remove ICapGauge
Capabilities: Base
* Change currencies integer constants to ISO code strings
* Do not require an id, because of ItemElement which constructs objects
without arguments
* Introduce find_object
Capabilities: CapWeather
* Fix: zero temperature can not be displayed (#1333)
* Accept date objects for the forecast
Capabilities: CapCalendar
* Raise NotImplementedError on "attends" method
* Add TELE category
Capabilities: CapBugTracker
* Fix some conversion warnings
Capabilities: CapBank
* Add Account.TYPE_CARD
* Add TransactionsElement and TransactionElement (helpers with browser2)
Capabilities: CapContact
* Factorize aum's Contact.get_text() and boobmsg formatter
Capabilities: CapGeoloc
* Remove unused ipaddr field
Capabilities: CapMessage
* Avoid warnings in GenericNewspaperBackend and GenericNewsPage
Capabilities: CapPast
* Show a user-friendly error message for CapNotFound
Capabilities: CapTracker
* Add trackers and priorities fields to Project
* Add start, due, tracker and priority fields to Issue
Modules: banquepopulaire, bnporc, bp, cic, cragr, creditdunord,
creditmutuel, ing, lcl, societegenerale
* Improvements on transaction and account types detection
Module: AmericanExpress
* Fix wrong date guessing
* Increase timedelta to 90
* Check if a card is valid
* Set card balance to Account.balance instead of Account.coming
Module: Apec
* Updates reflecting site changes
Module: Apivie
* Fix getting an account from list
* Fix parsing of negative transactions
Module: Arte
* Encode UTF-8 strings in search
* Fix naming of collections
* ArteLive: new website
* Improve the parsing of dates
* Fix bug when VDA field not found in json file
* Fix problem on extension
Module: AxaBanque
* Adding support for sub accounts
* Fix parsing of accounts without amount
Module: Banque Accord
* Add icon
* Fix parsing of negative amount
* Fix detection of card pages
* Fix virtual keyboard
* Add a hash for symbol 5 on virtkeymap
* Adding support for Leroy Merlin
* Support LOAN accounts
* Upgrade to browser2
Module: Banque Populaire
* Fix: parsing of accounts (site changed)
* Fix: parsing of accounts on specific regions
* If an account type is not supported, raise NotImplementedError
Module: Biplan
* Fix bug while parsing start/end time
* Updates reflecting site changes
* Upgrade to browser2
Module: Bnporc
* New certificate
* Fix encoding issues
* Disable unused parameter rotating_password
* Change the domain to entreprises.bnpparibas.net for BNPEnterprise
Module: Boursorama
* Fix crash when there is no ID on transaction
* Handle card history
Module: BP
* New certificate
* List market account (#1298)
* An account type must not be None
Module: Bred
* Support dispobank
* New certificate
Module: CanalPlus
* Fix browsing categories (site changed)
Module: Carrefour Banque
* Upgrade to browser2
* Fix: Site changed
Module: CCI
* Upgrade to browser2
Module: Citelis
* New icon
* Fix: detection of login errors
Module: cmb
* Change a function call to avoid useless None
* Upgrade to browser2
Module: cmso
* Setting encoding to iso
Module: Colissimo
* Add icon
* Fix license
Module: Cragr
* Fix parsing dates in labels (compatibility with Perigord)
Module: Credit Du Nord
* If type is not found, set TYPE_UNKNOWN instead of None
* Add "Banque Rhône-Alpes"
Module: Credit Mutuel
* New icon
* Upgrade to browser2
* Fix parsing of user private accounts
* Fix crash on unknown accounts types
Module: cuisineaz
* Fix cuisineaz preparation and cooking time (site changed)
Module: Dailymotion
* Fix empty fields in dailymotion plugin
* Change extension from flv to mp4
* New icon
* Add support for videos available at kids.dailymotion.com
* Fix the search (site changed)
Module: Delubac
* Support LCR
* Fix navigation
Module: DLFP
* Fix logout (site changed)
Module: DresdenWetter
* Upgrade to browser2
Module: Fortuneo
* New certificate
* Do not override rdate with operation date
Module: France Televisions
* Upgrade to browser2
Module: Freemobile
* Fix date of subscriptions when next month has less days than expected
(#1347)
* Upgrade to browser2
Module: googletranslate
* Fix : site is now only available using https
Module: grooveshark
* Fix: no more field AvgRate (site changed)
Module: HSBC
* Fix: support of the SecureKey
* Upgrade to browser2
Module: hybride
* Upgrade to browser2
Module: INA
* Site changed
Module: indeed
* Upgrade to browser2
Module: ING
* Update regexps used to detect categories (site changed)
* Upgrade to browser2
* Support pagination in iter_bills
* Do not crash on invest objects when quantities are >999
Module: Kickass
* Fix title getter (site changed)
Module: LeclercMobile
* Do not crash if the subscription is closed
Module: LeFigaro
* Fix: site changed
* Fix the tests
Module: LCL
* New maintener
* Support changes in login screens
* Get more history
* Remove logging checking on the contract page
Module: Liberation
* Add icon
Module: lolix
* Fix the size of the icon
Module: mediawiki
* Fix encoding error
Module: MeteoFrance
* Strip the text before to return it
Module: OKC
* Add the visit to a profile
* Add a profile walker
* First sent message is configurable
* Do not crash on removed contacts
* Do not crash on 'like' messages
Module: pastealacon
* Upgrade to browser2
Module: Paypal
* Certificate changed (three times)
Module: piratebay
* New domain (thepiratebay.se)
Module: Pole Emploi
* Updates reflecting site changes
* Fix parsing of dates
* Fix bug in url encoding
* Fix place selection
Module: Poivy
* Upgrade to browser2
* Support pagination for the history
Module: Redmine
* Add Issue.fields attribute to support custom fields
* Support new versions of redmine
* Use the right method to get project
* If a category does not exist, try to create it
* Fix compatibility with redmine 2.4
* Support start/end/tracker/priority
* Fix finding the control to add a note
Module: RegionsJob
* Add icon
* Upgrade to browser2
Module: sachsen
* Upgrade to browser2
Module: Société Générale
* Display card as accounts (#1362)
Module: Sueurdemetal
* Add date_end parameter in get_concerts_date call
* Fix date and category filters
Module: voyagessncf
* If station ID is not found, try to look for it as a name
* Forge a random IP source address to avoid redirection to other website
(#1327)
Module: vlille
* Upgrade to browser2
Module: Weather
* Fix: there are not always ten days of forecast (#1343)
Module: youjizz
* Handle videos longer than 59 minutes
* Support pagination
* Upgrade to browser2
Module: youtube
* Fix: site changed
* Fix: unexpected argument to BrokenPageError
Tools: boilerplate
* Add 'cap' recipe to prepare methods
* Upgrade to browser2
Tools: local_install
* Run tools/stale_pyc.py before local installation
Tools: pyflakes
* Ignore 'except' in a comment
Misc: boobot
* Add quoting commands
* Fix unicode issues
Misc: Windows Installer
* Better script to generate the .exe
* Better management for 64 bits systems
Weboob 0.h (2014-01-08)
General

View file

@ -1,5 +1,5 @@
.\" -*- coding: utf-8 -*-
.TH BOOBANK 1 "08 January 2014" "boobank 0\&.h"
.TH BOOBANK 1 "19 May 2014" "boobank 0\&.i"
.SH NAME
boobank \- manage bank accounts
.SH SYNOPSIS
@ -15,6 +15,8 @@ boobank \- manage bank accounts
Console application allowing to list your bank accounts and get their balance, display accounts history and coming bank operations, and transfer money from an account to another (if available).
.SS Supported websites:
* alloresto (Allo Resto)
.br
* americanexpress (American Express)
.br
* apivie (Apivie)
@ -61,6 +63,8 @@ Console application allowing to list your bank accounts and get their balance, d
.br
* ganassurances (Groupama)
.br
* groupamaes (Groupama Épargne Salariale)
.br
* hellobank (Hello Bank!)
.br
* hsbc (HSBC France)
@ -235,7 +239,15 @@ List objects in current path.
.br
If an argument is given, list the specified path.
.br
Use \-U option to not sort results.
Use \-U option to not sort results. It allows to use a "fast path" to
.br
return results as soon as possible.
.br
Use \-d option to display informations about a collection (and to not
.br
display the content of it). It has the same behavior than the well
.br
know UNIX "ls" command.
.br
.br
@ -307,8 +319,8 @@ select result item keys to display (comma separated)
.TP
\fB\-f FORMATTER\fR, \fB\-\-formatter=FORMATTER\fR
select output formatter (account_list, csv, htmltable, investment_list, json,
multiline, ofx, ops_list, pretty_qif, qif, recipient_list, simple, table,
transfer, webkit)
json_line, multiline, ofx, ops_list, pretty_qif, qif, recipient_list, simple,
table, transfer, webkit)
.TP
\fB\-\-no\-header\fR
do not display header
@ -320,7 +332,7 @@ do not display item keys
file to export result
.SH CONDITION
The -c and --condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY-MM-DD format.
The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format.
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
.LP
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
@ -360,7 +372,7 @@ Display accounts with a lot of money.
Get transactions containing "rewe".
.PP
.nf
.B boobank history account@backend \-\-condition 'date>2013-12-01 AND date<2013-12-09'
.B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09'
.fi
Get transactions betweens the 2th December and 8th December 2013.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -1,5 +1,5 @@
.\" -*- coding: utf-8 -*-
.TH PASTOOB 1 "08 January 2014" "pastoob 0\&.h"
.TH PASTOOB 1 "19 May 2014" "pastoob 0\&.i"
.SH NAME
pastoob \- post and get pastes from pastebins
.SH SYNOPSIS
@ -15,20 +15,48 @@ pastoob \- post and get pastes from pastebins
Console application allowing to post and get pastes from pastebins.
.SS Supported websites:
* imgur (imgur image upload service)
.br
* lutim (LUTIm website)
.br
* pastealacon (Paste à la con text sharing tool)
.br
* pastebin (Pastebin text sharing service)
.br
* pixtoilelibre (toile\-libre image hosting website)
.br
* unsee (unsee.cc expiring image hosting)
.SH PASTOOB COMMANDS
.TP
\fBget\fR \fIID\fR
.br
Get a paste contents.
.TP
\fBget_bin\fR \fIID\fR
.br
Get a paste contents.
.br
File will be downloaded from binary services.
.TP
\fBinfo\fR \fIID\fR [\fIID\fR2 [...]]
.br
Get information about pastes.
.TP
\fBpost\fR [\fIFILENAME\fR]
.br
Submit a new paste.
.br
The filename can be '\-' for reading standard input (pipe).
.br
If 'bin' is passed, file will be uploaded to binary services.
.TP
\fBpost_bin\fR [\fIFILENAME\fR]
.br
Submit a new paste.
.br
The filename can be '\-' for reading standard input (pipe).
.br
File will be uploaded to binary services.
.SH WEBOOB COMMANDS
.TP
\fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]...
@ -139,7 +167,15 @@ List objects in current path.
.br
If an argument is given, list the specified path.
.br
Use \-U option to not sort results.
Use \-U option to not sort results. It allows to use a "fast path" to
.br
return results as soon as possible.
.br
Use \-d option to display informations about a collection (and to not
.br
display the content of it). It has the same behavior than the well
.br
know UNIX "ls" command.
.br
.br
@ -221,7 +257,8 @@ select result item keys to display (comma separated)
.SH FORMATTING OPTIONS
.TP
\fB\-f FORMATTER\fR, \fB\-\-formatter=FORMATTER\fR
select output formatter (csv, htmltable, json, multiline, simple, table, webkit)
select output formatter (csv, htmltable, json, json_line, multiline, simple,
table, webkit)
.TP
\fB\-\-no\-header\fR
do not display header
@ -233,7 +270,7 @@ do not display item keys
file to export result
.SH CONDITION
The -c and --condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY-MM-DD format.
The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format.
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
.LP
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
@ -273,7 +310,7 @@ Display accounts with a lot of money.
Get transactions containing "rewe".
.PP
.nf
.B boobank history account@backend \-\-condition 'date>2013-12-01 AND date<2013-12-09'
.B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09'
.fi
Get transactions betweens the 2th December and 8th December 2013.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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