From 0414bed4de2ca311a48192b5ddda1be8c61c4d82 Mon Sep 17 00:00:00 2001 From: Florent Date: Wed, 8 Jan 2014 23:39:45 +0100 Subject: [PATCH] Weboob 0.h released --- ChangeLog | 362 +++++++++++++++++++++++++++++++++++++++++ man/boobank.1 | 124 ++++++++++---- man/boobathon.1 | 60 ++++++- man/boobcoming.1 | 312 +++++++++++++++++++++++++++++++++++ man/boobill.1 | 90 ++++++++-- man/booblyrics.1 | 60 ++++++- man/boobmsg.1 | 70 +++++++- man/boobooks.1 | 60 ++++++- man/boobsize.1 | 291 +++++++++++++++++++++++++++++++++ man/boobtracker.1 | 62 ++++++- man/cineoob.1 | 60 ++++++- man/comparoob.1 | 60 ++++++- man/cookboob.1 | 60 ++++++- man/flatboob.1 | 60 ++++++- man/galleroob.1 | 60 ++++++- man/geolooc.1 | 60 ++++++- man/handjoob.1 | 74 ++++++++- man/havedate.1 | 60 ++++++- man/monboob.1 | 60 ++++++- man/parceloob.1 | 62 ++++++- man/pastoob.1 | 62 ++++++- man/qboobmsg.1 | 57 ++++++- man/qcineoob.1 | 47 +++++- man/qcookboob.1 | 47 +++++- man/qflatboob.1 | 47 +++++- man/qhandjoob.1 | 57 ++++++- man/qhavedate.1 | 47 +++++- man/qvideoob.1 | 53 +++++- man/qwebcontentedit.1 | 47 +++++- man/radioob.1 | 79 +++++++-- man/suboob.1 | 60 ++++++- man/translaboob.1 | 60 ++++++- man/traveloob.1 | 71 +++++++- man/videoob.1 | 74 ++++++++- man/webcontentedit.1 | 60 ++++++- man/weboob-cli.1 | 50 +++++- man/weboob-config-qt.1 | 47 +++++- man/weboob-config.1 | 50 +++++- man/weboob-debug.1 | 47 +++++- man/weboob-repos.1 | 50 +++++- man/weboorrents.1 | 62 ++++++- man/wetboobs.1 | 60 ++++++- 42 files changed, 3146 insertions(+), 195 deletions(-) create mode 100644 man/boobcoming.1 create mode 100644 man/boobsize.1 diff --git a/ChangeLog b/ChangeLog index ee7ccc0371..c11d937624 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,365 @@ +Weboob 0.h (2014-01-08) + + General + * New application: boobcoming + * New application: boobsize + * New capability: CapCalendarEvent + * New capability: CapFile + * New capability: CapAudio + * New capability: CapAudioStream + * New capability: CapImage + * New module: Apivie (CapBank) + * New module: Audioaddict (CapRadio) + * New module: Banqueaccord (CapBank) + * New module: Biplan (CapCalendarEvent) + * New module: CCI (CapJob) + * New module: Collisimo (CapParcel) + * New module: EDF (CapBill) (#1296) + * New module: GitHub (CapBugTracker) + * New module: Indeed (CapJob) + * New module: Jacquieetmichel (CapVideo) + * New module: jcvelaux (CapGauge) (#376) + * New module: JVMalin.fr (CapTravel) + * New module: Liberation (CapMessage) + * New module: lhybride.org (CapCalendarEvent) + * New module: Monster (CapJob) + * New module: Nectarine Demoscene Music (CapRadio) + * New module: Nihon no Oto (CapRadio) + * New module: OVS (CapMessage, CapContact) + * New module: Pariskiwi (CapCalendarEvent) + * New module: Poivy (CapBill) + * New module: Quvi (CapVideo) + * New module: RegionsJob (CapJob) + * New module: Somafm (CapRadio) + * New module: Sueurdemetal (CapCalendarEvent) + * New module: VoyagesSNCF (CapTravel) + * Removed module: ecrans (see new liberation module) + * Removed module: Isohunt (site closed) + + Core + * Add class WebNip (Web [in] Non Interactive Programs) + * Modify/factorize/add CapVideo, CapAudio, CapImage, CapFile + + Core: application + * The "condition" system has been rewritten (and moved from bcall to reply applications) (#1289) (#1288) + * repl: add <,> and | operators in conditions + * repl: support date in conditions (#1308) + * repl: catch error in condition evaluation + * repl: sort results of "ls" + * repl: add -U option to not sort result with "ls" + * repl: add documentation for conditions in manpages + * repl: exclude backends which does not implement 'method' in get_object + * repl: restrict to 40 results in ls by default + * repl: accept 0 and negative values for count in interactive mode + * Base: hide FormFieldConversionWarning + * JSON: fix export format (#1294) + * JSON: encode all subobjects + + CapBank + * Add Invstment in __all__ + * Use raw label to calculate unique_id + + CapGallery + * Add iter_gallery_images method + + CapJob + * Change API: add advanced_search_job + + CapTravel + * Add parameter 'date' to ICapTravel.iter_station_departures + * Add fields to Departure (arrival_time, price, currency) + + CapVideo + * Inherit from CapImage + + CapWeather + * Fix htmltable display for wetboobs forecast command (#1318) + + Application: boobank + * Truncate label in formatter 'account_list' + * Add OFX export + + Application: boobill + * Catch some errors (#1303) + * Fix: documentation erros + + Application: handjoob + * Fix: display of results + * Better ls command + + Application: Qhandjoob + * Adapt to ICapJob update + + Application: parceloob + * Do not show "None", but an empty string + + Application: pastoob + * Add help for "infinite" max_age + + Application: radioob + * Let user choose his Stream to use from Radio instance (#1291) + * Use CapRadio + * Add support for download and streaming of BaseAudio objects + * Add support for playlist of BaseAudio objects + + Application: traveloob + * Add (colored) formatters + + Application: videoob + * Add playlist support + * Sanitize default download filename + * Fix: do not return None objects on get_object + * Support curl for downloading + * Allow to download in a folder with generated filename + + Application: wetboobs + * Depreciate ICapGauge commands (#1284) + + Tools: Application + * Add mpv to default players + + Tools: GenericBackend + * Make a real link in signature + + Tools: Browser + * Move the test on self.insecure to catch direct calls + + Tools: Value + * Order Choices + + Module: adecco + * Fix: site changed + + Module: allocine + * Implementation of the new API mechanism + + Module: ameli + * Fix: site changes + * Better handle of login + + Module: amelipro + * Fix listing of bills + + Module: apec + * Fix: site changed (get job offers) + * Use html2text to fill description content + + Module: arte + * Add liveweb.arte.tv url management + * Update to use arte API + * Fix: fully fill Artevideo in get_video method (#1312) + + Module: arretsurimage + * Prevent to catch all urls + + Module: Banquepopulaire + * Get list of all accounts + * Fix: do not crash if there is no operations + * Fix: do not crash when there is no full list page + * Support loan accounts + * Support accounts with empty balance + * Fix: do not crash with market accounts + * Fix: new authentication + * Fix: sometimes it is not possible to sort by value date in history + * Fix: crash on special account histories + * Support defered cards + * Fix: getting history on some special workflow + * Fix: crash when there is the coming column with empty value + + Module: Barclays + * New favicon + + Module: Bnporc + * Fix: update BNP certificate fingerprint + * Add transaction patterns + * Support new virtual keyboard + * Fix: typo in label, s/Profesionnels/Professionnels + + Module: Boursorama + * Fix: crash when there is no link on an opening account + * Remove dead code + + Module: BP + * New Virtualkeyboard + + Module: Bred + * New configuration option: force the selection of account + * Fix: selection of accounts when there are both personal and enterprise ones + * Fix: set the right debit date on card transactions + * Fix: crash on page to select account + + Module: Caissedepargne + * New certificat + + Module: Carrefourbannque + * Removed broken regexp for login parameter. + + Module: CIC and Creditmutuel + * Backport fixes from creditmutuel + * Correctly get the accounting amount + * Support coming transactions + * Do not try to find coming transactions for inappropriate account + * Set the right debit date on card transactions + * Fix parsing card debit date when there is a link in text + * Support multi-cards pages + + Module: CMB + * Fix: parsing accounts when there are mandated ones + + Module: Citelis + * New certificate + + Module: Chronopost + * Do not set location to "None" if empty + + Module: Cragr + * Do not follow spam links + * Fix: parsing of card accounts in particular cases + * Fix: correctly set cards' Transaction.date to the debit date + * Fix: crash when there are only three columns in card transactions listi + * Fix: account IDs can contain anything else than digits + + Module: CreditCooperatif + * New favicon + + Module: Creditdunord + * Support enterprise accounts + * Fix: parameters on request to get professionnal accounts history + * Support SEPA Order parsing + * Fix: pagination on professional website + + Module: Dailymotion + * Fix: dailymotion thumbmail retrieving (#1310) + * Fix: found the video URL + * Fix: try to get the full JSON data + * Fix: bugs in video pages (#1320) + + Module: Delubac + * New favicon + + Module: Dresdenwetter + * New favicon + + Module: francetelevisions + * Fix: downloading in non-interactive mode + * Fix: KeyError: 'data-date' (site changed) (#1282) + + Module: Grooveshark + * Force mp3 extension + * Many code style fixes + * Manage albums search + * Add user playlist management + * Declare user_id as an instance variable + * Fix: unitialized property user_id + * Fix: NoneType return value when user is not logged + * Fix: typo in test + * Adapt test for logged and non logged users + + Module: hellobank + * Fix decimal parsing of account values + + Module: Imdb + * Fix: site changed + * Add some tests + + Module: Leclercmobile + * New favicon + + Module: Mangago + * Fix: GenericComicReaderTest import path + + Module: MeteoFrance + * Fix: parsing of pages, site changed + + Module: LCL + * Fix: detection of authentication errors + * Support new contracts selection page + * New certificate + * Fix: remove all of the agency parameter (#1313) + + Module: Leclercmobile + * Better balance information + * Remove "votre solde" in history + * Strip labels + + Module: Lolix + * Fill search job method in lolix to avoid error message + + Module: Nettokom + * Add get_balance method + * Fix: encoding warnings + + Module: NolifeTV + * Use mobile.nolife-tv.com instead of online.nolife-tv.com + * Add theme/type entries + * Allow anonymous surfing + + Module: popolemploi + * Improve deep search + + Module: Prixcarburant + * Fix sites changes (#1031) + + Module: ING + * Use raw parser for TitrePage + * Add LDD support + * Get history of titre account + * Do not crash if there is no operation + * Raise UseError on empty reason for transfer (#1315) + + Module: ipinfodb + * Fix: form changed from GET to POST + + Module: SFR + * Fix: site changed + * Add some tests + + Module: Societegenerale + * Fix: parsing of cards with undefined payment date + * Add transaction patterns + * Fix: conversion warnings (#1304) + * Fix: support new authentication system + + Module: TVSubtitles + * Add some tests + + Module: Vlille + * Improve method _get_sensor_by_id + * Scrap webpage instead of provided xml (get more informations) + + Module: Wordreference + * Fix: site changed + + Module: Youjizz + * Fix: get real thumbnail + + Module: Youtube + * Add a new YouTube video URL + * Set YOUTUBE_MAX_START_INDEX to 500 + + Contrib: downloadboob + * Fix: call to ICapVideo.search_videos (API changed) (#1301) + * Fix: print help instead of crash + + Contrib: generic-munin + * Add get_object_list command + * Fix: do not crash if one value is NotAvailable + + Contrib: kmymoney + * Fix dead lock with krosspython > 4.8 + * Add a Weboob configuration tab in account configuration window + * Restrict download to N transactions by updating the history + + Misc: packaging + * Get absolute path without readlink (compatibility with BSD systems) + * Add windows installer + * Use more common syntax (refs #1299) + * Better detection of Pillow + + Misc: tools + * local_run: do not erase existing PYTHONPATH + + Weboob 0.g (2013-08-03) General diff --git a/man/boobank.1 b/man/boobank.1 index 17dc373b86..c3024ac60a 100644 --- a/man/boobank.1 +++ b/man/boobank.1 @@ -1,5 +1,5 @@ .\" -*- coding: utf-8 -*- -.TH BOOBANK 1 "03 August 2013" "boobank 0\&.g" +.TH BOOBANK 1 "08 January 2014" "boobank 0\&.h" .SH NAME boobank \- manage bank accounts .SH SYNOPSIS @@ -15,59 +15,63 @@ 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: -* americanexpress (American Express French bank website) +* americanexpress (American Express) .br -* axabanque (AXA Banque French bank website) +* apivie (Apivie) .br -* banquepopulaire (Banque Populaire French bank website) +* axabanque (AXA Banque) .br -* barclays (Barclays French bank website) +* banqueaccord (Banque Accord) .br -* bnporc (BNP Paribas French bank website) +* banquepopulaire (Banque Populaire) .br -* boursorama (Boursorama French bank website) +* barclays (Barclays) .br -* bp (La Banque Postale French bank website) +* bnporc (BNP Paribas) .br -* bred (BRED French bank website) +* boursorama (Boursorama) .br -* caissedepargne (Caisse d'Épargne French bank website) +* bp (La Banque Postale) .br -* carrefourbanque (Carrefour Banque French bank website) +* bred (Bred) .br -* cic (CIC French bank website) +* caissedepargne (Caisse d'Épargne) .br -* citelis (citelis website) +* carrefourbanque (Carrefour Banque) .br -* cmb (Crédit Mutuel de Bretagne French bank website) +* cic (CIC) .br -* cmso (Crédit Mutuel Sud\-Ouest French bank website) +* citelis (Citélis) .br -* cragr (Crédit Agricole French bank website) +* cmb (Crédit Mutuel de Bretagne) .br -* creditcooperatif (Crédit Coopératif French bank website) +* cmso (Crédit Mutuel Sud\-Ouest) .br -* creditdunord (Crédit du Nord, Banque Courtois, Kolb, Tarneaud French bank website) +* cragr (Crédit Agricole) .br -* creditmutuel (Crédit Mutuel French bank website) +* creditcooperatif (Crédit Coopératif) +.br +* creditdunord (Crédit du Nord, Banque Courtois, Kolb, Tarneaud) +.br +* creditmutuel (Crédit Mutuel) .br * delubac (Banque Delubac & Cie) .br -* fortuneo (Fortuneo French bank website) +* fortuneo (Fortuneo) .br -* ganassurances (Groupama Assurances French bank website) +* ganassurances (Groupama) .br -* hellobank (Hello Bank ! website) +* hellobank (Hello Bank!) .br -* hsbc (HSBC France bank website) +* hsbc (HSBC France) .br -* ing (ING Direct French bank website) +* ing (ING Direct) .br -* lcl (Le Crédit Lyonnais French bank website) +* lcl (LCL) .br -* paypal (PayPal money transfer website) +* paypal (PayPal) .br -* societegenerale (Société Générale French bank website) +* societegenerale (Société Générale) .SH BOOBANK COMMANDS .TP \fBcoming\fR \fIID\fR [\fIEND_DATE\fR] @@ -98,9 +102,11 @@ Default is limited to 10 results. .br Display investments of an account. .TP -\fBlist\fR +\fBlist\fR [\-\fIU\fR] .br List accounts. +.br +Use \-U to disable sorting of results. .TP \fBtransfer\fR \fIACCOUNT\fR [\fIRECIPIENT\fR \fIAMOUNT\fR [\fIREASON\fR]] .br @@ -157,7 +163,7 @@ Follow a path. .TP \fBcondition\fR [\fIEXPRESSION\fR | off] .br -If an argument is given, set the condition expression used to filter the results. +If an argument is given, set the condition expression used to filter the results. See CONDITION section for more details and the expression. .br If the "off" value is given, conditional filtering is disabled. .br @@ -223,11 +229,17 @@ Availables: debug, info, warning, error. .br * default is an alias for warning .TP -\fBls\fR [\-d] [\fIPATH\fR] +\fBls\fR [\-d] [\-\fIU\fR] [\fIPATH\fR] .br List objects in current path. .br If an argument is given, list the specified path. +.br +Use \-U option to not sort results. +.br + +.br +Default is limited to 40 results. .TP \fBquit\fR .br @@ -282,7 +294,8 @@ save every response .SH RESULTS OPTIONS .TP \fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR -filter result items to display given a boolean expression +filter result items to display given a boolean expression. See CONDITION section +for the syntax .TP \fB\-n COUNT\fR, \fB\-\-count=COUNT\fR limit number of results (from each backends) @@ -294,8 +307,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, ops_list, pretty_qif, qif, recipient_list, simple, table, transfer, -webkit) +multiline, ofx, ops_list, pretty_qif, qif, recipient_list, simple, table, +transfer, webkit) .TP \fB\-\-no\-header\fR do not display header @@ -306,6 +319,51 @@ do not display item keys \fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR 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 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. +.SS The following operators are supported: +.TP += +Test if object.field is equal to the value. +.TP +!= +Test if object.field is not equal to the value. +.TP +> +Test if object.field is greater than the value. If object.field is date, return true if value is before that object.field. +.TP +< +Test if object.field is less than the value. If object.field is date, return true if value is after that object.field. +.TP +| +This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. +.SS Expression combination +You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. + +.SS Examples: +.nf +.B boobank ls \-\-condition 'label=Livret A' +.fi +Display only the "Livret A" account. +.PP +.nf +.B boobank ls \-\-condition 'balance>10000' +.fi +Display accounts with a lot of money. +.PP +.nf +.B boobank history account@backend \-\-condition 'label|rewe' +.fi +Get transactions containing "rewe". +.PP +.nf +.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, Christophe Benz .LP diff --git a/man/boobathon.1 b/man/boobathon.1 index cb614dff4d..1441bb8574 100644 --- a/man/boobathon.1 +++ b/man/boobathon.1 @@ -1,5 +1,5 @@ .\" -*- coding: utf-8 -*- -.TH BOOBATHON 1 "03 August 2013" "boobathon 0\&.g" +.TH BOOBATHON 1 "08 January 2014" "boobathon 0\&.h" .SH NAME boobathon \- participate in a Boobathon .SH SYNOPSIS @@ -113,7 +113,7 @@ Follow a path. .TP \fBcondition\fR [\fIEXPRESSION\fR | off] .br -If an argument is given, set the condition expression used to filter the results. +If an argument is given, set the condition expression used to filter the results. See CONDITION section for more details and the expression. .br If the "off" value is given, conditional filtering is disabled. .br @@ -179,11 +179,17 @@ Availables: debug, info, warning, error. .br * default is an alias for warning .TP -\fBls\fR [\-d] [\fIPATH\fR] +\fBls\fR [\-d] [\-\fIU\fR] [\fIPATH\fR] .br List objects in current path. .br If an argument is given, list the specified path. +.br +Use \-U option to not sort results. +.br + +.br +Default is limited to 40 results. .TP \fBquit\fR .br @@ -238,7 +244,8 @@ save every response .SH RESULTS OPTIONS .TP \fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR -filter result items to display given a boolean expression +filter result items to display given a boolean expression. See CONDITION section +for the syntax .TP \fB\-n COUNT\fR, \fB\-\-count=COUNT\fR limit number of results (from each backends) @@ -260,6 +267,51 @@ do not display item keys \fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR 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 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. +.SS The following operators are supported: +.TP += +Test if object.field is equal to the value. +.TP +!= +Test if object.field is not equal to the value. +.TP +> +Test if object.field is greater than the value. If object.field is date, return true if value is before that object.field. +.TP +< +Test if object.field is less than the value. If object.field is date, return true if value is after that object.field. +.TP +| +This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. +.SS Expression combination +You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. + +.SS Examples: +.nf +.B boobank ls \-\-condition 'label=Livret A' +.fi +Display only the "Livret A" account. +.PP +.nf +.B boobank ls \-\-condition 'balance>10000' +.fi +Display accounts with a lot of money. +.PP +.nf +.B boobank history account@backend \-\-condition 'label|rewe' +.fi +Get transactions containing "rewe". +.PP +.nf +.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) 2011 Romain Bignon .LP diff --git a/man/boobcoming.1 b/man/boobcoming.1 new file mode 100644 index 0000000000..c14cb0b043 --- /dev/null +++ b/man/boobcoming.1 @@ -0,0 +1,312 @@ +.\" -*- coding: utf-8 -*- +.TH BOOBCOMING 1 "08 January 2014" "boobcoming 0\&.h" +.SH NAME +boobcoming \- see upcoming events +.SH SYNOPSIS +.B boobcoming +[\-dqv] [\-b \fIbackends\fR] [\-cnfs] [\fIcommand\fR [\fIarguments\fR..]] +.br +.B boobcoming +[\-\-help] [\-\-version] + +.SH DESCRIPTION +.LP + +Console application to see upcoming events. + +.SS Supported websites: +* biplan (lebiplan.org website) +.br +* hybride (hybride website) +.br +* pariskiwi (ParisKiwi website) +.br +* sueurdemetal (SueurDeMetal French concerts list website) +.SH BOOBCOMING COMMANDS +.TP +\fBattends\fR \fIID\fR1 [\fIID\fR2 \fIID\fR3 ...] +.br +ID is the identifier of the event. +.TP +\fBexport\fR \fIFILENAME\fR [\fIID\fR1 \fIID\fR2 \fIID\fR3 ...] +.br +ID is the identifier of the event. If no ID every events are exported +.br + +.br +FILENAME is where to write the file. If FILENAME is '\-', the file is written to stdout. +.br + +.br +Export event in ICALENDAR format +.TP +\fBinfo\fR \fIID\fR +.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]) +.br + +.br +Default is limited to 10 results. +.TP +\fBsearch\fR +.br +search for an event. Parameters interactively asked +.br + +.br +Default is limited to 10 results. +.TP +\fBunattends\fR \fIID\fR1 [\fIID\fR2 \fIID\fR3 ...] +.br +ID is the identifier of the event. +.SH WEBOOB COMMANDS +.TP +\fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]... +.br +Select used backends. +.br + +.br +ACTION is one of the following (default: list): +.br +* enable enable given backends +.br +* disable disable given backends +.br +* only enable given backends and disable the others +.br +* list list backends +.br +* add add a backend +.br +* register register a new account on a website +.br +* edit edit a backend +.br +* remove remove a backend +.br +* list\-modules list modules +.TP +\fBcd\fR [\fIPATH\fR] +.br +Follow a path. +.br +".." is a special case and goes up one directory. +.br +"" is a special case and goes home. +.TP +\fBcondition\fR [\fIEXPRESSION\fR | off] +.br +If an argument is given, set the condition expression used to filter the results. See CONDITION section for more details and the expression. +.br +If the "off" value is given, conditional filtering is disabled. +.br + +.br +If no argument is given, print the current condition expression. +.TP +\fBcount\fR [\fINUMBER\fR | off] +.br +If an argument is given, set the maximum number of results fetched. +.br +NUMBER must be at least 1. +.br +"off" value disables counting, and allows infinite searches. +.br + +.br +If no argument is given, print the current count value. +.TP +\fBformatter\fR [list | \fIFORMATTER\fR [\fICOMMAND\fR] | option \fIOPTION_NAME\fR [on | off]] +.br +If a FORMATTER is given, set the formatter to use. +.br +You can add a COMMAND to apply the formatter change only to +.br +a given command. +.br + +.br +If the argument is "list", print the available formatters. +.br + +.br +If the argument is "option", set the formatter options. +.br +Valid options are: header, keys. +.br +If on/off value is given, set the value of the option. +.br +If not, print the current value for the option. +.br + +.br +If no argument is given, print the current formatter. +.TP +\fBinspect\fR \fIBACKEND_NAME\fR +.br +Display the HTML string of the current page of the specified backend's browser. +.br + +.br +If webkit_mechanize_browser Python module is installed, HTML is displayed in a WebKit GUI. +.TP +\fBlogging\fR [\fILEVEL\fR] +.br +Set logging level. +.br + +.br +Availables: debug, info, warning, error. +.br +* quiet is an alias for error +.br +* default is an alias for warning +.TP +\fBls\fR [\-d] [\-\fIU\fR] [\fIPATH\fR] +.br +List objects in current path. +.br +If an argument is given, list the specified path. +.br +Use \-U option to not sort results. +.br + +.br +Default is limited to 40 results. +.TP +\fBquit\fR +.br +Quit the application. +.TP +\fBselect\fR [\fIFIELD_NAME\fR]... | "$direct" | "$full" +.br +If an argument is given, set the selected fields. +.br +$direct selects all fields loaded in one http request. +.br +$full selects all fields using as much http requests as necessary. +.br + +.br +If no argument is given, print the currently selected fields. + +.SH OPTIONS +.TP +\fB\-\-version\fR +show program's version number and exit +.TP +\fB\-h\fR, \fB\-\-help\fR +show this help message and exit +.TP +\fB\-b BACKENDS\fR, \fB\-\-backends=BACKENDS\fR +what backend(s) to enable (comma separated) +.TP +\fB\-e EXCLUDE_BACKENDS\fR, \fB\-\-exclude\-backends=EXCLUDE_BACKENDS\fR +what backend(s) to exclude (comma separated) +.TP +\fB\-I\fR, \fB\-\-insecure\fR +do not validate SSL + +.SH LOGGING OPTIONS +.TP +\fB\-d\fR, \fB\-\-debug\fR +display debug messages +.TP +\fB\-q\fR, \fB\-\-quiet\fR +display only error messages +.TP +\fB\-v\fR, \fB\-\-verbose\fR +display info messages +.TP +\fB\-\-logging\-file=LOGGING_FILE\fR +file to save logs +.TP +\fB\-a\fR, \fB\-\-save\-responses\fR +save every response + +.SH RESULTS OPTIONS +.TP +\fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR +filter result items to display given a boolean expression. See CONDITION section +for the syntax +.TP +\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR +limit number of results (from each backends) +.TP +\fB\-s SELECT\fR, \fB\-\-select=SELECT\fR +select result item keys to display (comma separated) + +.SH FORMATTING OPTIONS +.TP +\fB\-f FORMATTER\fR, \fB\-\-formatter=FORMATTER\fR +select output formatter (csv, htmltable, ical_formatter, json, multiline, +simple, simple_upcoming, table, upcoming, upcoming_list, webkit) +.TP +\fB\-\-no\-header\fR +do not display header +.TP +\fB\-\-no\-keys\fR +do not display item keys +.TP +\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR +file to export result + +.SH 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 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. +.SS The following operators are supported: +.TP += +Test if object.field is equal to the value. +.TP +!= +Test if object.field is not equal to the value. +.TP +> +Test if object.field is greater than the value. If object.field is date, return true if value is before that object.field. +.TP +< +Test if object.field is less than the value. If object.field is date, return true if value is after that object.field. +.TP +| +This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. +.SS Expression combination +You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. + +.SS Examples: +.nf +.B boobank ls \-\-condition 'label=Livret A' +.fi +Display only the "Livret A" account. +.PP +.nf +.B boobank ls \-\-condition 'balance>10000' +.fi +Display accounts with a lot of money. +.PP +.nf +.B boobank history account@backend \-\-condition 'label|rewe' +.fi +Get transactions containing "rewe". +.PP +.nf +.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) 2012 Bezleputh +.LP +For full COPYRIGHT see COPYING file with weboob package. +.LP +.RE +.SH FILES +"~/.config/weboob/backends" + +.SH SEE ALSO +Home page: http://weboob.org/applications/boobcoming diff --git a/man/boobill.1 b/man/boobill.1 index 2b4e3d7530..250de016ee 100644 --- a/man/boobill.1 +++ b/man/boobill.1 @@ -1,5 +1,5 @@ .\" -*- coding: utf-8 -*- -.TH BOOBILL 1 "03 August 2013" "boobill 0\&.g" +.TH BOOBILL 1 "08 January 2014" "boobill 0\&.h" .SH NAME boobill \- get and download bills .SH SYNOPSIS @@ -19,24 +19,28 @@ Console application allowing to get and download bills. .br * amelipro (Ameli website: French Health Insurance for Professionals) .br +* edf (Edf website: French power provider) +.br * freemobile (Free Mobile website) .br -* gdfsuez (GdF\-Suez website) +* gdfsuez (GDF\-Suez French energy provider) .br -* ing (ING Direct French bank website) +* ing (ING Direct) .br * leclercmobile (Leclerc Mobile website) .br * nettokom (Nettokom website) +.br +* poivy (Poivy website) .SH BOOBILL COMMANDS .TP -\fBbalance\fR [\fII\fRd] +\fBbalance\fR [\fIID\fR] .br Get balance of subscriptions. .br -If no ID given, display balance of all backends +If no ID given, display balance of all backends. .TP -\fBbills\fR [\fII\fRd] +\fBbills\fR [\fIID\fR] .br Get the list of bills documents for subscriptions. .br @@ -50,11 +54,11 @@ Default is limited to 10 results. .br Get details of subscriptions. .br -If no ID given, display all details of all backends +If no ID given, display all details of all backends. .TP -\fBdownload\fR [\fII\fRd | all] [\fIFILENAME\fR] +\fBdownload\fR [\fIID\fR | all] [\fIFILENAME\fR] .br -download Id [FILENAME] +download ID [FILENAME] .br .br @@ -68,21 +72,21 @@ the file is written to stdout. .br .br -download all [Id] +download all [ID] .br .br You can use special word "all" and download all bills of .br -subscription identified by Id. +subscription identified by ID. .br If Id not given, download bills of all subscriptions. .TP -\fBhistory\fR [\fII\fRd] +\fBhistory\fR [\fIID\fR] .br Get the history of subscriptions. .br -If no ID given, display histories of all backends +If no ID given, display histories of all backends. .br .br @@ -90,7 +94,7 @@ Default is limited to 10 results. .TP \fBsubscriptions\fR .br -List subscriptions +List all subscriptions. .SH WEBOOB COMMANDS .TP \fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]... @@ -129,7 +133,7 @@ Follow a path. .TP \fBcondition\fR [\fIEXPRESSION\fR | off] .br -If an argument is given, set the condition expression used to filter the results. +If an argument is given, set the condition expression used to filter the results. See CONDITION section for more details and the expression. .br If the "off" value is given, conditional filtering is disabled. .br @@ -195,11 +199,17 @@ Availables: debug, info, warning, error. .br * default is an alias for warning .TP -\fBls\fR [\-d] [\fIPATH\fR] +\fBls\fR [\-d] [\-\fIU\fR] [\fIPATH\fR] .br List objects in current path. .br If an argument is given, list the specified path. +.br +Use \-U option to not sort results. +.br + +.br +Default is limited to 40 results. .TP \fBquit\fR .br @@ -254,7 +264,8 @@ save every response .SH RESULTS OPTIONS .TP \fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR -filter result items to display given a boolean expression +filter result items to display given a boolean expression. See CONDITION section +for the syntax .TP \fB\-n COUNT\fR, \fB\-\-count=COUNT\fR limit number of results (from each backends) @@ -277,6 +288,51 @@ do not display item keys \fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR 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 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. +.SS The following operators are supported: +.TP += +Test if object.field is equal to the value. +.TP +!= +Test if object.field is not equal to the value. +.TP +> +Test if object.field is greater than the value. If object.field is date, return true if value is before that object.field. +.TP +< +Test if object.field is less than the value. If object.field is date, return true if value is after that object.field. +.TP +| +This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. +.SS Expression combination +You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. + +.SS Examples: +.nf +.B boobank ls \-\-condition 'label=Livret A' +.fi +Display only the "Livret A" account. +.PP +.nf +.B boobank ls \-\-condition 'balance>10000' +.fi +Display accounts with a lot of money. +.PP +.nf +.B boobank history account@backend \-\-condition 'label|rewe' +.fi +Get transactions containing "rewe". +.PP +.nf +.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) 2012 Florent Fourcot .LP diff --git a/man/booblyrics.1 b/man/booblyrics.1 index 2d321047a4..e1eb7c56d9 100644 --- a/man/booblyrics.1 +++ b/man/booblyrics.1 @@ -1,5 +1,5 @@ .\" -*- coding: utf-8 -*- -.TH BOOBLYRICS 1 "03 August 2013" "booblyrics 0\&.g" +.TH BOOBLYRICS 1 "08 January 2014" "booblyrics 0\&.h" .SH NAME booblyrics \- search and display song lyrics .SH SYNOPSIS @@ -73,7 +73,7 @@ Follow a path. .TP \fBcondition\fR [\fIEXPRESSION\fR | off] .br -If an argument is given, set the condition expression used to filter the results. +If an argument is given, set the condition expression used to filter the results. See CONDITION section for more details and the expression. .br If the "off" value is given, conditional filtering is disabled. .br @@ -139,11 +139,17 @@ Availables: debug, info, warning, error. .br * default is an alias for warning .TP -\fBls\fR [\-d] [\fIPATH\fR] +\fBls\fR [\-d] [\-\fIU\fR] [\fIPATH\fR] .br List objects in current path. .br If an argument is given, list the specified path. +.br +Use \-U option to not sort results. +.br + +.br +Default is limited to 40 results. .TP \fBquit\fR .br @@ -198,7 +204,8 @@ save every response .SH RESULTS OPTIONS .TP \fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR -filter result items to display given a boolean expression +filter result items to display given a boolean expression. See CONDITION section +for the syntax .TP \fB\-n COUNT\fR, \fB\-\-count=COUNT\fR limit number of results (from each backends) @@ -221,6 +228,51 @@ do not display item keys \fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR 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 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. +.SS The following operators are supported: +.TP += +Test if object.field is equal to the value. +.TP +!= +Test if object.field is not equal to the value. +.TP +> +Test if object.field is greater than the value. If object.field is date, return true if value is before that object.field. +.TP +< +Test if object.field is less than the value. If object.field is date, return true if value is after that object.field. +.TP +| +This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. +.SS Expression combination +You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. + +.SS Examples: +.nf +.B boobank ls \-\-condition 'label=Livret A' +.fi +Display only the "Livret A" account. +.PP +.nf +.B boobank ls \-\-condition 'balance>10000' +.fi +Display accounts with a lot of money. +.PP +.nf +.B boobank history account@backend \-\-condition 'label|rewe' +.fi +Get transactions containing "rewe". +.PP +.nf +.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) 2013 Julien Veyssier .LP diff --git a/man/boobmsg.1 b/man/boobmsg.1 index 8dc7a0f546..0d55c039d2 100644 --- a/man/boobmsg.1 +++ b/man/boobmsg.1 @@ -1,5 +1,5 @@ .\" -*- coding: utf-8 -*- -.TH BOOBMSG 1 "03 August 2013" "boobmsg 0\&.g" +.TH BOOBMSG 1 "08 January 2014" "boobmsg 0\&.h" .SH NAME boobmsg \- send and receive message threads .SH SYNOPSIS @@ -17,24 +17,24 @@ Console application allowing to send messages on various websites and to display .SS Supported websites: * aum ("Adopte un Mec" French dating website) .br -* bnporc (BNP Paribas French bank website) +* bnporc (BNP Paribas) .br * bouygues (Bouygues Télécom French mobile phone provider) .br * dlfp (Da Linux French Page news website) .br -* ecrans (Écrans French news website) -.br * fourchan (4chan image board) .br * hds (Histoires de Sexe French erotic novels) .br -* hellobank (Hello Bank ! website) +* hellobank (Hello Bank!) .br * inrocks (Les Inrocks French news website) .br * lefigaro (Le Figaro French newspaper website) .br +* liberation (Libération newspaper website) +.br * minutes20 (2 Minutes French newspaper website) .br * newsfeed (Loads RSS and Atom feeds from any website) @@ -43,6 +43,8 @@ Console application allowing to send messages on various websites and to display .br * orange (Orange French mobile phone provider) .br +* ovs (OnVaSortir website. Handles private messages only) +.br * phpbb (phpBB forum) .br * presseurop (Presseurop website) @@ -131,7 +133,7 @@ Follow a path. .TP \fBcondition\fR [\fIEXPRESSION\fR | off] .br -If an argument is given, set the condition expression used to filter the results. +If an argument is given, set the condition expression used to filter the results. See CONDITION section for more details and the expression. .br If the "off" value is given, conditional filtering is disabled. .br @@ -197,11 +199,17 @@ Availables: debug, info, warning, error. .br * default is an alias for warning .TP -\fBls\fR [\-d] [\fIPATH\fR] +\fBls\fR [\-d] [\-\fIU\fR] [\fIPATH\fR] .br List objects in current path. .br If an argument is given, list the specified path. +.br +Use \-U option to not sort results. +.br + +.br +Default is limited to 40 results. .TP \fBquit\fR .br @@ -264,7 +272,8 @@ save every response .SH RESULTS OPTIONS .TP \fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR -filter result items to display given a boolean expression +filter result items to display given a boolean expression. See CONDITION section +for the syntax .TP \fB\-n COUNT\fR, \fB\-\-count=COUNT\fR limit number of results (from each backends) @@ -287,6 +296,51 @@ do not display item keys \fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR 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 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. +.SS The following operators are supported: +.TP += +Test if object.field is equal to the value. +.TP +!= +Test if object.field is not equal to the value. +.TP +> +Test if object.field is greater than the value. If object.field is date, return true if value is before that object.field. +.TP +< +Test if object.field is less than the value. If object.field is date, return true if value is after that object.field. +.TP +| +This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. +.SS Expression combination +You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. + +.SS Examples: +.nf +.B boobank ls \-\-condition 'label=Livret A' +.fi +Display only the "Livret A" account. +.PP +.nf +.B boobank ls \-\-condition 'balance>10000' +.fi +Display accounts with a lot of money. +.PP +.nf +.B boobank history account@backend \-\-condition 'label|rewe' +.fi +Get transactions containing "rewe". +.PP +.nf +.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 Christophe Benz .LP diff --git a/man/boobooks.1 b/man/boobooks.1 index a7a0b0d124..a3fd6c75c2 100644 --- a/man/boobooks.1 +++ b/man/boobooks.1 @@ -1,5 +1,5 @@ .\" -*- coding: utf-8 -*- -.TH BOOBOOKS 1 "03 August 2013" "boobooks 0\&.g" +.TH BOOBOOKS 1 "08 January 2014" "boobooks 0\&.h" .SH NAME boobooks \- manage rented books .SH SYNOPSIS @@ -61,7 +61,7 @@ Follow a path. .TP \fBcondition\fR [\fIEXPRESSION\fR | off] .br -If an argument is given, set the condition expression used to filter the results. +If an argument is given, set the condition expression used to filter the results. See CONDITION section for more details and the expression. .br If the "off" value is given, conditional filtering is disabled. .br @@ -127,11 +127,17 @@ Availables: debug, info, warning, error. .br * default is an alias for warning .TP -\fBls\fR [\-d] [\fIPATH\fR] +\fBls\fR [\-d] [\-\fIU\fR] [\fIPATH\fR] .br List objects in current path. .br If an argument is given, list the specified path. +.br +Use \-U option to not sort results. +.br + +.br +Default is limited to 40 results. .TP \fBquit\fR .br @@ -186,7 +192,8 @@ save every response .SH RESULTS OPTIONS .TP \fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR -filter result items to display given a boolean expression +filter result items to display given a boolean expression. See CONDITION section +for the syntax .TP \fB\-n COUNT\fR, \fB\-\-count=COUNT\fR limit number of results (from each backends) @@ -209,6 +216,51 @@ do not display item keys \fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR 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 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. +.SS The following operators are supported: +.TP += +Test if object.field is equal to the value. +.TP +!= +Test if object.field is not equal to the value. +.TP +> +Test if object.field is greater than the value. If object.field is date, return true if value is before that object.field. +.TP +< +Test if object.field is less than the value. If object.field is date, return true if value is after that object.field. +.TP +| +This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. +.SS Expression combination +You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. + +.SS Examples: +.nf +.B boobank ls \-\-condition 'label=Livret A' +.fi +Display only the "Livret A" account. +.PP +.nf +.B boobank ls \-\-condition 'balance>10000' +.fi +Display accounts with a lot of money. +.PP +.nf +.B boobank history account@backend \-\-condition 'label|rewe' +.fi +Get transactions containing "rewe". +.PP +.nf +.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) 2012 Jeremy Monnet .LP diff --git a/man/boobsize.1 b/man/boobsize.1 new file mode 100644 index 0000000000..f43692c496 --- /dev/null +++ b/man/boobsize.1 @@ -0,0 +1,291 @@ +.\" -*- coding: utf-8 -*- +.TH BOOBSIZE 1 "08 January 2014" "boobsize 0\&.h" +.SH NAME +boobsize \- display sensors and gauges values +.SH SYNOPSIS +.B boobsize +[\-dqv] [\-b \fIbackends\fR] [\-cnfs] [\fIcommand\fR [\fIarguments\fR..]] +.br +.B boobsize +[\-\-help] [\-\-version] + +.SH DESCRIPTION +.LP + +Console application allowing to display various sensors and gauges values. + +.SS Supported websites: +* dresdenwetter (Private wetter station Dresden) +.br +* jcvelaux (City bike renting availability information. +Cities: Paris, Rouen, Toulouse, Luxembourg, Valence, Stockholm, Goteborg, Santander, Amiens, Lillestrom, Mulhouse, Lyon, Ljubljana, Seville, Namur, Nancy, Creteil, Bruxelles\-Capitale, Cergy\-Pontoise, Vilnius, Toyama, Kazan, Marseille, Nantes, Besancon) +.br +* sachsen (Level of Sachsen river) +.br +* vlille (access to vlille datas) +.SH BOOBSIZE COMMANDS +.TP +\fBdetails\fR \fIGAUGE_ID\fR +.br +Display details of all sensors of the gauge. +.TP +\fBhistory\fR \fISENSOR_ID\fR +.br +Get history of a specific sensor (use 'search' to find a gauge, and sensors GAUGE_ID to list sensors attached to the gauge). +.TP +\fBlast_sensor_measure\fR \fISENSOR_ID\fR +.br +Get last measure of a sensor. +.TP +\fBsearch\fR [\fIPATTERN\fR] +.br +Display all gauges. If PATTERN is specified, search on a pattern. +.SH WEBOOB COMMANDS +.TP +\fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]... +.br +Select used backends. +.br + +.br +ACTION is one of the following (default: list): +.br +* enable enable given backends +.br +* disable disable given backends +.br +* only enable given backends and disable the others +.br +* list list backends +.br +* add add a backend +.br +* register register a new account on a website +.br +* edit edit a backend +.br +* remove remove a backend +.br +* list\-modules list modules +.TP +\fBcd\fR [\fIPATH\fR] +.br +Follow a path. +.br +".." is a special case and goes up one directory. +.br +"" is a special case and goes home. +.TP +\fBcondition\fR [\fIEXPRESSION\fR | off] +.br +If an argument is given, set the condition expression used to filter the results. See CONDITION section for more details and the expression. +.br +If the "off" value is given, conditional filtering is disabled. +.br + +.br +If no argument is given, print the current condition expression. +.TP +\fBcount\fR [\fINUMBER\fR | off] +.br +If an argument is given, set the maximum number of results fetched. +.br +NUMBER must be at least 1. +.br +"off" value disables counting, and allows infinite searches. +.br + +.br +If no argument is given, print the current count value. +.TP +\fBformatter\fR [list | \fIFORMATTER\fR [\fICOMMAND\fR] | option \fIOPTION_NAME\fR [on | off]] +.br +If a FORMATTER is given, set the formatter to use. +.br +You can add a COMMAND to apply the formatter change only to +.br +a given command. +.br + +.br +If the argument is "list", print the available formatters. +.br + +.br +If the argument is "option", set the formatter options. +.br +Valid options are: header, keys. +.br +If on/off value is given, set the value of the option. +.br +If not, print the current value for the option. +.br + +.br +If no argument is given, print the current formatter. +.TP +\fBinspect\fR \fIBACKEND_NAME\fR +.br +Display the HTML string of the current page of the specified backend's browser. +.br + +.br +If webkit_mechanize_browser Python module is installed, HTML is displayed in a WebKit GUI. +.TP +\fBlogging\fR [\fILEVEL\fR] +.br +Set logging level. +.br + +.br +Availables: debug, info, warning, error. +.br +* quiet is an alias for error +.br +* default is an alias for warning +.TP +\fBls\fR [\-d] [\-\fIU\fR] [\fIPATH\fR] +.br +List objects in current path. +.br +If an argument is given, list the specified path. +.br +Use \-U option to not sort results. +.br + +.br +Default is limited to 40 results. +.TP +\fBquit\fR +.br +Quit the application. +.TP +\fBselect\fR [\fIFIELD_NAME\fR]... | "$direct" | "$full" +.br +If an argument is given, set the selected fields. +.br +$direct selects all fields loaded in one http request. +.br +$full selects all fields using as much http requests as necessary. +.br + +.br +If no argument is given, print the currently selected fields. + +.SH OPTIONS +.TP +\fB\-\-version\fR +show program's version number and exit +.TP +\fB\-h\fR, \fB\-\-help\fR +show this help message and exit +.TP +\fB\-b BACKENDS\fR, \fB\-\-backends=BACKENDS\fR +what backend(s) to enable (comma separated) +.TP +\fB\-e EXCLUDE_BACKENDS\fR, \fB\-\-exclude\-backends=EXCLUDE_BACKENDS\fR +what backend(s) to exclude (comma separated) +.TP +\fB\-I\fR, \fB\-\-insecure\fR +do not validate SSL + +.SH LOGGING OPTIONS +.TP +\fB\-d\fR, \fB\-\-debug\fR +display debug messages +.TP +\fB\-q\fR, \fB\-\-quiet\fR +display only error messages +.TP +\fB\-v\fR, \fB\-\-verbose\fR +display info messages +.TP +\fB\-\-logging\-file=LOGGING_FILE\fR +file to save logs +.TP +\fB\-a\fR, \fB\-\-save\-responses\fR +save every response + +.SH RESULTS OPTIONS +.TP +\fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR +filter result items to display given a boolean expression. See CONDITION section +for the syntax +.TP +\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR +limit number of results (from each backends) +.TP +\fB\-s SELECT\fR, \fB\-\-select=SELECT\fR +select result item keys to display (comma separated) + +.SH FORMATTING OPTIONS +.TP +\fB\-f FORMATTER\fR, \fB\-\-formatter=FORMATTER\fR +select output formatter (csv, gauge_list, htmltable, json, multiline, simple, +table, webkit) +.TP +\fB\-\-no\-header\fR +do not display header +.TP +\fB\-\-no\-keys\fR +do not display item keys +.TP +\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR +file to export result + +.SH 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 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. +.SS The following operators are supported: +.TP += +Test if object.field is equal to the value. +.TP +!= +Test if object.field is not equal to the value. +.TP +> +Test if object.field is greater than the value. If object.field is date, return true if value is before that object.field. +.TP +< +Test if object.field is less than the value. If object.field is date, return true if value is after that object.field. +.TP +| +This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. +.SS Expression combination +You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. + +.SS Examples: +.nf +.B boobank ls \-\-condition 'label=Livret A' +.fi +Display only the "Livret A" account. +.PP +.nf +.B boobank ls \-\-condition 'balance>10000' +.fi +Display accounts with a lot of money. +.PP +.nf +.B boobank history account@backend \-\-condition 'label|rewe' +.fi +Get transactions containing "rewe". +.PP +.nf +.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) 2013 Florent Fourcot +.LP +For full COPYRIGHT see COPYING file with weboob package. +.LP +.RE +.SH FILES +"~/.config/weboob/backends" + +.SH SEE ALSO +Home page: http://weboob.org/applications/Boobsize diff --git a/man/boobtracker.1 b/man/boobtracker.1 index 4727b4b4f1..19c1d0de4d 100644 --- a/man/boobtracker.1 +++ b/man/boobtracker.1 @@ -1,5 +1,5 @@ .\" -*- coding: utf-8 -*- -.TH BOOBTRACKER 1 "03 August 2013" "boobtracker 0\&.g" +.TH BOOBTRACKER 1 "08 January 2014" "boobtracker 0\&.h" .SH NAME boobtracker \- manage bug tracking issues .SH SYNOPSIS @@ -15,6 +15,8 @@ boobtracker \- manage bug tracking issues Console application allowing to create, edit, view bug tracking issues. .SS Supported websites: +* github (GitHub issues tracking) +.br * redmine (The Redmine project management web application) .SH BOOBTRACKER COMMANDS .TP @@ -133,7 +135,7 @@ Follow a path. .TP \fBcondition\fR [\fIEXPRESSION\fR | off] .br -If an argument is given, set the condition expression used to filter the results. +If an argument is given, set the condition expression used to filter the results. See CONDITION section for more details and the expression. .br If the "off" value is given, conditional filtering is disabled. .br @@ -199,11 +201,17 @@ Availables: debug, info, warning, error. .br * default is an alias for warning .TP -\fBls\fR [\-d] [\fIPATH\fR] +\fBls\fR [\-d] [\-\fIU\fR] [\fIPATH\fR] .br List objects in current path. .br If an argument is given, list the specified path. +.br +Use \-U option to not sort results. +.br + +.br +Default is limited to 40 results. .TP \fBquit\fR .br @@ -272,7 +280,8 @@ save every response .SH RESULTS OPTIONS .TP \fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR -filter result items to display given a boolean expression +filter result items to display given a boolean expression. See CONDITION section +for the syntax .TP \fB\-n COUNT\fR, \fB\-\-count=COUNT\fR limit number of results (from each backends) @@ -295,6 +304,51 @@ do not display item keys \fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR 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 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. +.SS The following operators are supported: +.TP += +Test if object.field is equal to the value. +.TP +!= +Test if object.field is not equal to the value. +.TP +> +Test if object.field is greater than the value. If object.field is date, return true if value is before that object.field. +.TP +< +Test if object.field is less than the value. If object.field is date, return true if value is after that object.field. +.TP +| +This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. +.SS Expression combination +You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. + +.SS Examples: +.nf +.B boobank ls \-\-condition 'label=Livret A' +.fi +Display only the "Livret A" account. +.PP +.nf +.B boobank ls \-\-condition 'balance>10000' +.fi +Display accounts with a lot of money. +.PP +.nf +.B boobank history account@backend \-\-condition 'label|rewe' +.fi +Get transactions containing "rewe". +.PP +.nf +.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) 2011 Romain Bignon .LP diff --git a/man/cineoob.1 b/man/cineoob.1 index 84c2018c13..0fde0da08b 100644 --- a/man/cineoob.1 +++ b/man/cineoob.1 @@ -1,5 +1,5 @@ .\" -*- coding: utf-8 -*- -.TH CINEOOB 1 "03 August 2013" "cineoob 0\&.g" +.TH CINEOOB 1 "08 January 2014" "cineoob 0\&.h" .SH NAME cineoob \- search movies and persons around cinema .SH SYNOPSIS @@ -243,7 +243,7 @@ Follow a path. .TP \fBcondition\fR [\fIEXPRESSION\fR | off] .br -If an argument is given, set the condition expression used to filter the results. +If an argument is given, set the condition expression used to filter the results. See CONDITION section for more details and the expression. .br If the "off" value is given, conditional filtering is disabled. .br @@ -309,11 +309,17 @@ Availables: debug, info, warning, error. .br * default is an alias for warning .TP -\fBls\fR [\-d] [\fIPATH\fR] +\fBls\fR [\-d] [\-\fIU\fR] [\fIPATH\fR] .br List objects in current path. .br If an argument is given, list the specified path. +.br +Use \-U option to not sort results. +.br + +.br +Default is limited to 40 results. .TP \fBquit\fR .br @@ -368,7 +374,8 @@ save every response .SH RESULTS OPTIONS .TP \fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR -filter result items to display given a boolean expression +filter result items to display given a boolean expression. See CONDITION section +for the syntax .TP \fB\-n COUNT\fR, \fB\-\-count=COUNT\fR limit number of results (from each backends) @@ -392,6 +399,51 @@ do not display item keys \fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR 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 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. +.SS The following operators are supported: +.TP += +Test if object.field is equal to the value. +.TP +!= +Test if object.field is not equal to the value. +.TP +> +Test if object.field is greater than the value. If object.field is date, return true if value is before that object.field. +.TP +< +Test if object.field is less than the value. If object.field is date, return true if value is after that object.field. +.TP +| +This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. +.SS Expression combination +You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. + +.SS Examples: +.nf +.B boobank ls \-\-condition 'label=Livret A' +.fi +Display only the "Livret A" account. +.PP +.nf +.B boobank ls \-\-condition 'balance>10000' +.fi +Display accounts with a lot of money. +.PP +.nf +.B boobank history account@backend \-\-condition 'label|rewe' +.fi +Get transactions containing "rewe". +.PP +.nf +.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) 2013 Julien Veyssier .LP diff --git a/man/comparoob.1 b/man/comparoob.1 index b8bb22d423..699e83a814 100644 --- a/man/comparoob.1 +++ b/man/comparoob.1 @@ -1,5 +1,5 @@ .\" -*- coding: utf-8 -*- -.TH COMPAROOB 1 "03 August 2013" "comparoob 0\&.g" +.TH COMPAROOB 1 "08 January 2014" "comparoob 0\&.h" .SH NAME comparoob \- compare products .SH SYNOPSIS @@ -65,7 +65,7 @@ Follow a path. .TP \fBcondition\fR [\fIEXPRESSION\fR | off] .br -If an argument is given, set the condition expression used to filter the results. +If an argument is given, set the condition expression used to filter the results. See CONDITION section for more details and the expression. .br If the "off" value is given, conditional filtering is disabled. .br @@ -131,11 +131,17 @@ Availables: debug, info, warning, error. .br * default is an alias for warning .TP -\fBls\fR [\-d] [\fIPATH\fR] +\fBls\fR [\-d] [\-\fIU\fR] [\fIPATH\fR] .br List objects in current path. .br If an argument is given, list the specified path. +.br +Use \-U option to not sort results. +.br + +.br +Default is limited to 40 results. .TP \fBquit\fR .br @@ -190,7 +196,8 @@ save every response .SH RESULTS OPTIONS .TP \fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR -filter result items to display given a boolean expression +filter result items to display given a boolean expression. See CONDITION section +for the syntax .TP \fB\-n COUNT\fR, \fB\-\-count=COUNT\fR limit number of results (from each backends) @@ -213,6 +220,51 @@ do not display item keys \fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR 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 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. +.SS The following operators are supported: +.TP += +Test if object.field is equal to the value. +.TP +!= +Test if object.field is not equal to the value. +.TP +> +Test if object.field is greater than the value. If object.field is date, return true if value is before that object.field. +.TP +< +Test if object.field is less than the value. If object.field is date, return true if value is after that object.field. +.TP +| +This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. +.SS Expression combination +You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. + +.SS Examples: +.nf +.B boobank ls \-\-condition 'label=Livret A' +.fi +Display only the "Livret A" account. +.PP +.nf +.B boobank ls \-\-condition 'balance>10000' +.fi +Display accounts with a lot of money. +.PP +.nf +.B boobank history account@backend \-\-condition 'label|rewe' +.fi +Get transactions containing "rewe". +.PP +.nf +.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) 2012 Romain Bignon .LP diff --git a/man/cookboob.1 b/man/cookboob.1 index 47f37ca67c..ba560bb1ab 100644 --- a/man/cookboob.1 +++ b/man/cookboob.1 @@ -1,5 +1,5 @@ .\" -*- coding: utf-8 -*- -.TH COOKBOOB 1 "03 August 2013" "cookboob 0\&.g" +.TH COOKBOOB 1 "08 January 2014" "cookboob 0\&.h" .SH NAME cookboob \- search and consult recipes .SH SYNOPSIS @@ -83,7 +83,7 @@ Follow a path. .TP \fBcondition\fR [\fIEXPRESSION\fR | off] .br -If an argument is given, set the condition expression used to filter the results. +If an argument is given, set the condition expression used to filter the results. See CONDITION section for more details and the expression. .br If the "off" value is given, conditional filtering is disabled. .br @@ -149,11 +149,17 @@ Availables: debug, info, warning, error. .br * default is an alias for warning .TP -\fBls\fR [\-d] [\fIPATH\fR] +\fBls\fR [\-d] [\-\fIU\fR] [\fIPATH\fR] .br List objects in current path. .br If an argument is given, list the specified path. +.br +Use \-U option to not sort results. +.br + +.br +Default is limited to 40 results. .TP \fBquit\fR .br @@ -208,7 +214,8 @@ save every response .SH RESULTS OPTIONS .TP \fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR -filter result items to display given a boolean expression +filter result items to display given a boolean expression. See CONDITION section +for the syntax .TP \fB\-n COUNT\fR, \fB\-\-count=COUNT\fR limit number of results (from each backends) @@ -231,6 +238,51 @@ do not display item keys \fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR 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 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. +.SS The following operators are supported: +.TP += +Test if object.field is equal to the value. +.TP +!= +Test if object.field is not equal to the value. +.TP +> +Test if object.field is greater than the value. If object.field is date, return true if value is before that object.field. +.TP +< +Test if object.field is less than the value. If object.field is date, return true if value is after that object.field. +.TP +| +This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. +.SS Expression combination +You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. + +.SS Examples: +.nf +.B boobank ls \-\-condition 'label=Livret A' +.fi +Display only the "Livret A" account. +.PP +.nf +.B boobank ls \-\-condition 'balance>10000' +.fi +Display accounts with a lot of money. +.PP +.nf +.B boobank history account@backend \-\-condition 'label|rewe' +.fi +Get transactions containing "rewe". +.PP +.nf +.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) 2013 Julien Veyssier .LP diff --git a/man/flatboob.1 b/man/flatboob.1 index 7184e9d09c..6627459ca7 100644 --- a/man/flatboob.1 +++ b/man/flatboob.1 @@ -1,5 +1,5 @@ .\" -*- coding: utf-8 -*- -.TH FLATBOOB 1 "03 August 2013" "flatboob 0\&.g" +.TH FLATBOOB 1 "08 January 2014" "flatboob 0\&.h" .SH NAME flatboob \- search for housing .SH SYNOPSIS @@ -69,7 +69,7 @@ Follow a path. .TP \fBcondition\fR [\fIEXPRESSION\fR | off] .br -If an argument is given, set the condition expression used to filter the results. +If an argument is given, set the condition expression used to filter the results. See CONDITION section for more details and the expression. .br If the "off" value is given, conditional filtering is disabled. .br @@ -135,11 +135,17 @@ Availables: debug, info, warning, error. .br * default is an alias for warning .TP -\fBls\fR [\-d] [\fIPATH\fR] +\fBls\fR [\-d] [\-\fIU\fR] [\fIPATH\fR] .br List objects in current path. .br If an argument is given, list the specified path. +.br +Use \-U option to not sort results. +.br + +.br +Default is limited to 40 results. .TP \fBquit\fR .br @@ -194,7 +200,8 @@ save every response .SH RESULTS OPTIONS .TP \fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR -filter result items to display given a boolean expression +filter result items to display given a boolean expression. See CONDITION section +for the syntax .TP \fB\-n COUNT\fR, \fB\-\-count=COUNT\fR limit number of results (from each backends) @@ -217,6 +224,51 @@ do not display item keys \fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR 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 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. +.SS The following operators are supported: +.TP += +Test if object.field is equal to the value. +.TP +!= +Test if object.field is not equal to the value. +.TP +> +Test if object.field is greater than the value. If object.field is date, return true if value is before that object.field. +.TP +< +Test if object.field is less than the value. If object.field is date, return true if value is after that object.field. +.TP +| +This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. +.SS Expression combination +You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. + +.SS Examples: +.nf +.B boobank ls \-\-condition 'label=Livret A' +.fi +Display only the "Livret A" account. +.PP +.nf +.B boobank ls \-\-condition 'balance>10000' +.fi +Display accounts with a lot of money. +.PP +.nf +.B boobank history account@backend \-\-condition 'label|rewe' +.fi +Get transactions containing "rewe". +.PP +.nf +.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) 2012 Romain Bignon .LP diff --git a/man/galleroob.1 b/man/galleroob.1 index fc8dba095a..5c02db1a8d 100644 --- a/man/galleroob.1 +++ b/man/galleroob.1 @@ -1,5 +1,5 @@ .\" -*- coding: utf-8 -*- -.TH GALLEROOB 1 "03 August 2013" "galleroob 0\&.g" +.TH GALLEROOB 1 "08 January 2014" "galleroob 0\&.h" .SH NAME galleroob \- browse and download web image galleries .SH SYNOPSIS @@ -91,7 +91,7 @@ Follow a path. .TP \fBcondition\fR [\fIEXPRESSION\fR | off] .br -If an argument is given, set the condition expression used to filter the results. +If an argument is given, set the condition expression used to filter the results. See CONDITION section for more details and the expression. .br If the "off" value is given, conditional filtering is disabled. .br @@ -157,11 +157,17 @@ Availables: debug, info, warning, error. .br * default is an alias for warning .TP -\fBls\fR [\-d] [\fIPATH\fR] +\fBls\fR [\-d] [\-\fIU\fR] [\fIPATH\fR] .br List objects in current path. .br If an argument is given, list the specified path. +.br +Use \-U option to not sort results. +.br + +.br +Default is limited to 40 results. .TP \fBquit\fR .br @@ -216,7 +222,8 @@ save every response .SH RESULTS OPTIONS .TP \fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR -filter result items to display given a boolean expression +filter result items to display given a boolean expression. See CONDITION section +for the syntax .TP \fB\-n COUNT\fR, \fB\-\-count=COUNT\fR limit number of results (from each backends) @@ -239,6 +246,51 @@ do not display item keys \fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR 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 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. +.SS The following operators are supported: +.TP += +Test if object.field is equal to the value. +.TP +!= +Test if object.field is not equal to the value. +.TP +> +Test if object.field is greater than the value. If object.field is date, return true if value is before that object.field. +.TP +< +Test if object.field is less than the value. If object.field is date, return true if value is after that object.field. +.TP +| +This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. +.SS Expression combination +You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. + +.SS Examples: +.nf +.B boobank ls \-\-condition 'label=Livret A' +.fi +Display only the "Livret A" account. +.PP +.nf +.B boobank ls \-\-condition 'balance>10000' +.fi +Display accounts with a lot of money. +.PP +.nf +.B boobank history account@backend \-\-condition 'label|rewe' +.fi +Get transactions containing "rewe". +.PP +.nf +.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) 2011 Noé Rubinstein .LP diff --git a/man/geolooc.1 b/man/geolooc.1 index f9f679b85f..be38648267 100644 --- a/man/geolooc.1 +++ b/man/geolooc.1 @@ -1,5 +1,5 @@ .\" -*- coding: utf-8 -*- -.TH GEOLOOC 1 "03 August 2013" "geolooc 0\&.g" +.TH GEOLOOC 1 "08 January 2014" "geolooc 0\&.h" .SH NAME geolooc \- geolocalize IP addresses .SH SYNOPSIS @@ -56,7 +56,7 @@ Follow a path. .TP \fBcondition\fR [\fIEXPRESSION\fR | off] .br -If an argument is given, set the condition expression used to filter the results. +If an argument is given, set the condition expression used to filter the results. See CONDITION section for more details and the expression. .br If the "off" value is given, conditional filtering is disabled. .br @@ -122,11 +122,17 @@ Availables: debug, info, warning, error. .br * default is an alias for warning .TP -\fBls\fR [\-d] [\fIPATH\fR] +\fBls\fR [\-d] [\-\fIU\fR] [\fIPATH\fR] .br List objects in current path. .br If an argument is given, list the specified path. +.br +Use \-U option to not sort results. +.br + +.br +Default is limited to 40 results. .TP \fBquit\fR .br @@ -181,7 +187,8 @@ save every response .SH RESULTS OPTIONS .TP \fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR -filter result items to display given a boolean expression +filter result items to display given a boolean expression. See CONDITION section +for the syntax .TP \fB\-n COUNT\fR, \fB\-\-count=COUNT\fR limit number of results (from each backends) @@ -203,6 +210,51 @@ do not display item keys \fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR 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 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. +.SS The following operators are supported: +.TP += +Test if object.field is equal to the value. +.TP +!= +Test if object.field is not equal to the value. +.TP +> +Test if object.field is greater than the value. If object.field is date, return true if value is before that object.field. +.TP +< +Test if object.field is less than the value. If object.field is date, return true if value is after that object.field. +.TP +| +This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. +.SS Expression combination +You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. + +.SS Examples: +.nf +.B boobank ls \-\-condition 'label=Livret A' +.fi +Display only the "Livret A" account. +.PP +.nf +.B boobank ls \-\-condition 'balance>10000' +.fi +Display accounts with a lot of money. +.PP +.nf +.B boobank history account@backend \-\-condition 'label|rewe' +.fi +Get transactions containing "rewe". +.PP +.nf +.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 .LP diff --git a/man/handjoob.1 b/man/handjoob.1 index 2e8025a518..5b566dcc2f 100644 --- a/man/handjoob.1 +++ b/man/handjoob.1 @@ -1,5 +1,5 @@ .\" -*- coding: utf-8 -*- -.TH HANDJOOB 1 "03 August 2013" "handjoob 0\&.g" +.TH HANDJOOB 1 "08 January 2014" "handjoob 0\&.h" .SH NAME handjoob \- search for a job .SH SYNOPSIS @@ -19,9 +19,17 @@ Console application to search for a job. .br * apec (apec website) .br -* lolix (Lolix est un centre de compétences spécialisé dans les technologies à base de Logiciel Libre.) +* cci (cci website) +.br +* indeed (indeed website) +.br +* lolix (Lolix French free software employment website) +.br +* monster (monster website) .br * popolemploi (Pole Emploi website) +.br +* regionsjob (regionsjob website) .SH HANDJOOB COMMANDS .TP \fBinfo\fR \fIID\fR @@ -73,7 +81,7 @@ Follow a path. .TP \fBcondition\fR [\fIEXPRESSION\fR | off] .br -If an argument is given, set the condition expression used to filter the results. +If an argument is given, set the condition expression used to filter the results. See CONDITION section for more details and the expression. .br If the "off" value is given, conditional filtering is disabled. .br @@ -139,11 +147,17 @@ Availables: debug, info, warning, error. .br * default is an alias for warning .TP -\fBls\fR [\-d] [\fIPATH\fR] +\fBls\fR +.br +advanced search .br -List objects in current path. + +.br +Search for an advert matching to advanced filters. +.br + .br -If an argument is given, list the specified path. +Default is limited to 10 results. .TP \fBquit\fR .br @@ -198,7 +212,8 @@ save every response .SH RESULTS OPTIONS .TP \fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR -filter result items to display given a boolean expression +filter result items to display given a boolean expression. See CONDITION section +for the syntax .TP \fB\-n COUNT\fR, \fB\-\-count=COUNT\fR limit number of results (from each backends) @@ -221,6 +236,51 @@ do not display item keys \fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR 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 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. +.SS The following operators are supported: +.TP += +Test if object.field is equal to the value. +.TP +!= +Test if object.field is not equal to the value. +.TP +> +Test if object.field is greater than the value. If object.field is date, return true if value is before that object.field. +.TP +< +Test if object.field is less than the value. If object.field is date, return true if value is after that object.field. +.TP +| +This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. +.SS Expression combination +You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. + +.SS Examples: +.nf +.B boobank ls \-\-condition 'label=Livret A' +.fi +Display only the "Livret A" account. +.PP +.nf +.B boobank ls \-\-condition 'balance>10000' +.fi +Display accounts with a lot of money. +.PP +.nf +.B boobank history account@backend \-\-condition 'label|rewe' +.fi +Get transactions containing "rewe". +.PP +.nf +.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) 2012 Bezleputh .LP diff --git a/man/havedate.1 b/man/havedate.1 index a4e8e15f63..ff885d5fa2 100644 --- a/man/havedate.1 +++ b/man/havedate.1 @@ -1,5 +1,5 @@ .\" -*- coding: utf-8 -*- -.TH HAVEDATE 1 "03 August 2013" "havedate 0\&.g" +.TH HAVEDATE 1 "08 January 2014" "havedate 0\&.h" .SH NAME havedate \- interact with dating websites .SH SYNOPSIS @@ -125,7 +125,7 @@ Follow a path. .TP \fBcondition\fR [\fIEXPRESSION\fR | off] .br -If an argument is given, set the condition expression used to filter the results. +If an argument is given, set the condition expression used to filter the results. See CONDITION section for more details and the expression. .br If the "off" value is given, conditional filtering is disabled. .br @@ -191,11 +191,17 @@ Availables: debug, info, warning, error. .br * default is an alias for warning .TP -\fBls\fR [\-d] [\fIPATH\fR] +\fBls\fR [\-d] [\-\fIU\fR] [\fIPATH\fR] .br List objects in current path. .br If an argument is given, list the specified path. +.br +Use \-U option to not sort results. +.br + +.br +Default is limited to 40 results. .TP \fBquit\fR .br @@ -258,7 +264,8 @@ save every response .SH RESULTS OPTIONS .TP \fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR -filter result items to display given a boolean expression +filter result items to display given a boolean expression. See CONDITION section +for the syntax .TP \fB\-n COUNT\fR, \fB\-\-count=COUNT\fR limit number of results (from each backends) @@ -281,6 +288,51 @@ do not display item keys \fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR 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 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. +.SS The following operators are supported: +.TP += +Test if object.field is equal to the value. +.TP +!= +Test if object.field is not equal to the value. +.TP +> +Test if object.field is greater than the value. If object.field is date, return true if value is before that object.field. +.TP +< +Test if object.field is less than the value. If object.field is date, return true if value is after that object.field. +.TP +| +This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. +.SS Expression combination +You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. + +.SS Examples: +.nf +.B boobank ls \-\-condition 'label=Livret A' +.fi +Display only the "Livret A" account. +.PP +.nf +.B boobank ls \-\-condition 'balance>10000' +.fi +Display accounts with a lot of money. +.PP +.nf +.B boobank history account@backend \-\-condition 'label|rewe' +.fi +Get transactions containing "rewe". +.PP +.nf +.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-2012 Romain Bignon .LP diff --git a/man/monboob.1 b/man/monboob.1 index 8edac67b09..324644e97b 100644 --- a/man/monboob.1 +++ b/man/monboob.1 @@ -1,5 +1,5 @@ .\" -*- coding: utf-8 -*- -.TH MONBOOB 1 "03 August 2013" "monboob 0\&.g" +.TH MONBOOB 1 "08 January 2014" "monboob 0\&.h" .SH NAME monboob \- daemon to send and check messages .SH SYNOPSIS @@ -17,24 +17,24 @@ Daemon allowing to regularly check for new messages on various websites, and sen .SS Supported websites: * aum ("Adopte un Mec" French dating website) .br -* bnporc (BNP Paribas French bank website) +* bnporc (BNP Paribas) .br * bouygues (Bouygues Télécom French mobile phone provider) .br * dlfp (Da Linux French Page news website) .br -* ecrans (Écrans French news website) -.br * fourchan (4chan image board) .br * hds (Histoires de Sexe French erotic novels) .br -* hellobank (Hello Bank ! website) +* hellobank (Hello Bank!) .br * inrocks (Les Inrocks French news website) .br * lefigaro (Le Figaro French newspaper website) .br +* liberation (Libération newspaper website) +.br * minutes20 (2 Minutes French newspaper website) .br * newsfeed (Loads RSS and Atom feeds from any website) @@ -43,6 +43,8 @@ Daemon allowing to regularly check for new messages on various websites, and sen .br * orange (Orange French mobile phone provider) .br +* ovs (OnVaSortir website. Handles private messages only) +.br * phpbb (phpBB forum) .br * presseurop (Presseurop website) @@ -106,7 +108,8 @@ save every response .SH RESULTS OPTIONS .TP \fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR -filter result items to display given a boolean expression +filter result items to display given a boolean expression. See CONDITION section +for the syntax .TP \fB\-n COUNT\fR, \fB\-\-count=COUNT\fR limit number of results (from each backends) @@ -128,6 +131,51 @@ do not display item keys \fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR 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 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. +.SS The following operators are supported: +.TP += +Test if object.field is equal to the value. +.TP +!= +Test if object.field is not equal to the value. +.TP +> +Test if object.field is greater than the value. If object.field is date, return true if value is before that object.field. +.TP +< +Test if object.field is less than the value. If object.field is date, return true if value is after that object.field. +.TP +| +This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. +.SS Expression combination +You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. + +.SS Examples: +.nf +.B boobank ls \-\-condition 'label=Livret A' +.fi +Display only the "Livret A" account. +.PP +.nf +.B boobank ls \-\-condition 'balance>10000' +.fi +Display accounts with a lot of money. +.PP +.nf +.B boobank history account@backend \-\-condition 'label|rewe' +.fi +Get transactions containing "rewe". +.PP +.nf +.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 .LP diff --git a/man/parceloob.1 b/man/parceloob.1 index 30b0661b3b..71f4a6484b 100644 --- a/man/parceloob.1 +++ b/man/parceloob.1 @@ -1,5 +1,5 @@ .\" -*- coding: utf-8 -*- -.TH PARCELOOB 1 "03 August 2013" "parceloob 0\&.g" +.TH PARCELOOB 1 "08 January 2014" "parceloob 0\&.h" .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 +* colissimo (Colissimo parcel tracking website) +.br * ups (UPS website) .SH PARCELOOB COMMANDS .TP @@ -73,7 +75,7 @@ Follow a path. .TP \fBcondition\fR [\fIEXPRESSION\fR | off] .br -If an argument is given, set the condition expression used to filter the results. +If an argument is given, set the condition expression used to filter the results. See CONDITION section for more details and the expression. .br If the "off" value is given, conditional filtering is disabled. .br @@ -139,11 +141,17 @@ Availables: debug, info, warning, error. .br * default is an alias for warning .TP -\fBls\fR [\-d] [\fIPATH\fR] +\fBls\fR [\-d] [\-\fIU\fR] [\fIPATH\fR] .br List objects in current path. .br If an argument is given, list the specified path. +.br +Use \-U option to not sort results. +.br + +.br +Default is limited to 40 results. .TP \fBquit\fR .br @@ -198,7 +206,8 @@ save every response .SH RESULTS OPTIONS .TP \fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR -filter result items to display given a boolean expression +filter result items to display given a boolean expression. See CONDITION section +for the syntax .TP \fB\-n COUNT\fR, \fB\-\-count=COUNT\fR limit number of results (from each backends) @@ -221,6 +230,51 @@ do not display item keys \fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR 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 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. +.SS The following operators are supported: +.TP += +Test if object.field is equal to the value. +.TP +!= +Test if object.field is not equal to the value. +.TP +> +Test if object.field is greater than the value. If object.field is date, return true if value is before that object.field. +.TP +< +Test if object.field is less than the value. If object.field is date, return true if value is after that object.field. +.TP +| +This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. +.SS Expression combination +You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. + +.SS Examples: +.nf +.B boobank ls \-\-condition 'label=Livret A' +.fi +Display only the "Livret A" account. +.PP +.nf +.B boobank ls \-\-condition 'balance>10000' +.fi +Display accounts with a lot of money. +.PP +.nf +.B boobank history account@backend \-\-condition 'label|rewe' +.fi +Get transactions containing "rewe". +.PP +.nf +.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) 2013 Romain Bignon .LP diff --git a/man/pastoob.1 b/man/pastoob.1 index 0d5e8732bd..d188482386 100644 --- a/man/pastoob.1 +++ b/man/pastoob.1 @@ -1,5 +1,5 @@ .\" -*- coding: utf-8 -*- -.TH PASTOOB 1 "03 August 2013" "pastoob 0\&.g" +.TH PASTOOB 1 "08 January 2014" "pastoob 0\&.h" .SH NAME pastoob \- post and get pastes from pastebins .SH SYNOPSIS @@ -67,7 +67,7 @@ Follow a path. .TP \fBcondition\fR [\fIEXPRESSION\fR | off] .br -If an argument is given, set the condition expression used to filter the results. +If an argument is given, set the condition expression used to filter the results. See CONDITION section for more details and the expression. .br If the "off" value is given, conditional filtering is disabled. .br @@ -133,11 +133,17 @@ Availables: debug, info, warning, error. .br * default is an alias for warning .TP -\fBls\fR [\-d] [\fIPATH\fR] +\fBls\fR [\-d] [\-\fIU\fR] [\fIPATH\fR] .br List objects in current path. .br If an argument is given, list the specified path. +.br +Use \-U option to not sort results. +.br + +.br +Default is limited to 40 results. .TP \fBquit\fR .br @@ -181,7 +187,7 @@ Make paste public. Paste title .TP \fB\-m MAX_AGE\fR, \fB\-\-max\-age=MAX_AGE\fR -Maximum age (duration), default "1 month" +Maximum age (duration), default "1 month", "never" for infinite .SH LOGGING OPTIONS .TP @@ -203,7 +209,8 @@ save every response .SH RESULTS OPTIONS .TP \fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR -filter result items to display given a boolean expression +filter result items to display given a boolean expression. See CONDITION section +for the syntax .TP \fB\-n COUNT\fR, \fB\-\-count=COUNT\fR limit number of results (from each backends) @@ -225,6 +232,51 @@ do not display item keys \fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR 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 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. +.SS The following operators are supported: +.TP += +Test if object.field is equal to the value. +.TP +!= +Test if object.field is not equal to the value. +.TP +> +Test if object.field is greater than the value. If object.field is date, return true if value is before that object.field. +.TP +< +Test if object.field is less than the value. If object.field is date, return true if value is after that object.field. +.TP +| +This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. +.SS Expression combination +You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. + +.SS Examples: +.nf +.B boobank ls \-\-condition 'label=Livret A' +.fi +Display only the "Livret A" account. +.PP +.nf +.B boobank ls \-\-condition 'balance>10000' +.fi +Display accounts with a lot of money. +.PP +.nf +.B boobank history account@backend \-\-condition 'label|rewe' +.fi +Get transactions containing "rewe". +.PP +.nf +.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) 2011-2013 Laurent Bachelier .LP diff --git a/man/qboobmsg.1 b/man/qboobmsg.1 index 8ec4a24d68..f46d677836 100644 --- a/man/qboobmsg.1 +++ b/man/qboobmsg.1 @@ -1,5 +1,5 @@ .\" -*- coding: utf-8 -*- -.TH QBOOBMSG 1 "03 August 2013" "qboobmsg 0\&.g" +.TH QBOOBMSG 1 "08 January 2014" "qboobmsg 0\&.h" .SH NAME qboobmsg \- send and receive message threads .SH SYNOPSIS @@ -17,24 +17,24 @@ Qt application allowing to read messages on various websites and reply to them. .SS Supported websites: * aum ("Adopte un Mec" French dating website) .br -* bnporc (BNP Paribas French bank website) +* bnporc (BNP Paribas) .br * bouygues (Bouygues Télécom French mobile phone provider) .br * dlfp (Da Linux French Page news website) .br -* ecrans (Écrans French news website) -.br * fourchan (4chan image board) .br * hds (Histoires de Sexe French erotic novels) .br -* hellobank (Hello Bank ! website) +* hellobank (Hello Bank!) .br * inrocks (Les Inrocks French news website) .br * lefigaro (Le Figaro French newspaper website) .br +* liberation (Libération newspaper website) +.br * minutes20 (2 Minutes French newspaper website) .br * newsfeed (Loads RSS and Atom feeds from any website) @@ -43,6 +43,8 @@ Qt application allowing to read messages on various websites and reply to them. .br * orange (Orange French mobile phone provider) .br +* ovs (OnVaSortir website. Handles private messages only) +.br * phpbb (phpBB forum) .br * presseurop (Presseurop website) @@ -84,6 +86,51 @@ file to save logs \fB\-a\fR, \fB\-\-save\-responses\fR 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 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. +.SS The following operators are supported: +.TP += +Test if object.field is equal to the value. +.TP +!= +Test if object.field is not equal to the value. +.TP +> +Test if object.field is greater than the value. If object.field is date, return true if value is before that object.field. +.TP +< +Test if object.field is less than the value. If object.field is date, return true if value is after that object.field. +.TP +| +This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. +.SS Expression combination +You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. + +.SS Examples: +.nf +.B boobank ls \-\-condition 'label=Livret A' +.fi +Display only the "Livret A" account. +.PP +.nf +.B boobank ls \-\-condition 'balance>10000' +.fi +Display accounts with a lot of money. +.PP +.nf +.B boobank history account@backend \-\-condition 'label|rewe' +.fi +Get transactions containing "rewe". +.PP +.nf +.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 .LP diff --git a/man/qcineoob.1 b/man/qcineoob.1 index 2d41ec057b..9e12ec335f 100644 --- a/man/qcineoob.1 +++ b/man/qcineoob.1 @@ -1,5 +1,5 @@ .\" -*- coding: utf-8 -*- -.TH QCINEOOB 1 "03 August 2013" "qcineoob 0\&.g" +.TH QCINEOOB 1 "08 January 2014" "qcineoob 0\&.h" .SH NAME qcineoob \- search movies, people, torrent and subtitles .SH SYNOPSIS @@ -48,6 +48,51 @@ file to save logs \fB\-a\fR, \fB\-\-save\-responses\fR 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 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. +.SS The following operators are supported: +.TP += +Test if object.field is equal to the value. +.TP +!= +Test if object.field is not equal to the value. +.TP +> +Test if object.field is greater than the value. If object.field is date, return true if value is before that object.field. +.TP +< +Test if object.field is less than the value. If object.field is date, return true if value is after that object.field. +.TP +| +This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. +.SS Expression combination +You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. + +.SS Examples: +.nf +.B boobank ls \-\-condition 'label=Livret A' +.fi +Display only the "Livret A" account. +.PP +.nf +.B boobank ls \-\-condition 'balance>10000' +.fi +Display accounts with a lot of money. +.PP +.nf +.B boobank history account@backend \-\-condition 'label|rewe' +.fi +Get transactions containing "rewe". +.PP +.nf +.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) 2013 Julien Veyssier .LP diff --git a/man/qcookboob.1 b/man/qcookboob.1 index 3bfa840652..9654f4a550 100644 --- a/man/qcookboob.1 +++ b/man/qcookboob.1 @@ -1,5 +1,5 @@ .\" -*- coding: utf-8 -*- -.TH QCOOKBOOB 1 "03 August 2013" "qcookboob 0\&.g" +.TH QCOOKBOOB 1 "08 January 2014" "qcookboob 0\&.h" .SH NAME qcookboob \- search recipes .SH SYNOPSIS @@ -58,6 +58,51 @@ file to save logs \fB\-a\fR, \fB\-\-save\-responses\fR 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 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. +.SS The following operators are supported: +.TP += +Test if object.field is equal to the value. +.TP +!= +Test if object.field is not equal to the value. +.TP +> +Test if object.field is greater than the value. If object.field is date, return true if value is before that object.field. +.TP +< +Test if object.field is less than the value. If object.field is date, return true if value is after that object.field. +.TP +| +This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. +.SS Expression combination +You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. + +.SS Examples: +.nf +.B boobank ls \-\-condition 'label=Livret A' +.fi +Display only the "Livret A" account. +.PP +.nf +.B boobank ls \-\-condition 'balance>10000' +.fi +Display accounts with a lot of money. +.PP +.nf +.B boobank history account@backend \-\-condition 'label|rewe' +.fi +Get transactions containing "rewe". +.PP +.nf +.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) 2013 Julien Veyssier .LP diff --git a/man/qflatboob.1 b/man/qflatboob.1 index a811554b6c..7ab921278a 100644 --- a/man/qflatboob.1 +++ b/man/qflatboob.1 @@ -1,5 +1,5 @@ .\" -*- coding: utf-8 -*- -.TH QFLATBOOB 1 "03 August 2013" "qflatboob 0\&.g" +.TH QFLATBOOB 1 "08 January 2014" "qflatboob 0\&.h" .SH NAME qflatboob \- search for housing .SH SYNOPSIS @@ -52,6 +52,51 @@ file to save logs \fB\-a\fR, \fB\-\-save\-responses\fR 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 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. +.SS The following operators are supported: +.TP += +Test if object.field is equal to the value. +.TP +!= +Test if object.field is not equal to the value. +.TP +> +Test if object.field is greater than the value. If object.field is date, return true if value is before that object.field. +.TP +< +Test if object.field is less than the value. If object.field is date, return true if value is after that object.field. +.TP +| +This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. +.SS Expression combination +You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. + +.SS Examples: +.nf +.B boobank ls \-\-condition 'label=Livret A' +.fi +Display only the "Livret A" account. +.PP +.nf +.B boobank ls \-\-condition 'balance>10000' +.fi +Display accounts with a lot of money. +.PP +.nf +.B boobank history account@backend \-\-condition 'label|rewe' +.fi +Get transactions containing "rewe". +.PP +.nf +.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-2012 Romain Bignon .LP diff --git a/man/qhandjoob.1 b/man/qhandjoob.1 index c1cbe7f658..268e3d5470 100644 --- a/man/qhandjoob.1 +++ b/man/qhandjoob.1 @@ -1,5 +1,5 @@ .\" -*- coding: utf-8 -*- -.TH QHANDJOOB 1 "03 August 2013" "qhandjoob 0\&.g" +.TH QHANDJOOB 1 "08 January 2014" "qhandjoob 0\&.h" .SH NAME qhandjoob \- search for job .SH SYNOPSIS @@ -19,9 +19,17 @@ Qt application to search for job. .br * apec (apec website) .br -* lolix (Lolix est un centre de compétences spécialisé dans les technologies à base de Logiciel Libre.) +* cci (cci website) +.br +* indeed (indeed website) +.br +* lolix (Lolix French free software employment website) +.br +* monster (monster website) .br * popolemploi (Pole Emploi website) +.br +* regionsjob (regionsjob website) .SH OPTIONS .TP \fB\-\-version\fR @@ -56,6 +64,51 @@ file to save logs \fB\-a\fR, \fB\-\-save\-responses\fR 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 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. +.SS The following operators are supported: +.TP += +Test if object.field is equal to the value. +.TP +!= +Test if object.field is not equal to the value. +.TP +> +Test if object.field is greater than the value. If object.field is date, return true if value is before that object.field. +.TP +< +Test if object.field is less than the value. If object.field is date, return true if value is after that object.field. +.TP +| +This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. +.SS Expression combination +You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. + +.SS Examples: +.nf +.B boobank ls \-\-condition 'label=Livret A' +.fi +Display only the "Livret A" account. +.PP +.nf +.B boobank ls \-\-condition 'balance>10000' +.fi +Display accounts with a lot of money. +.PP +.nf +.B boobank history account@backend \-\-condition 'label|rewe' +.fi +Get transactions containing "rewe". +.PP +.nf +.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) 2013 Sébastien Monel .LP diff --git a/man/qhavedate.1 b/man/qhavedate.1 index c7ea8ea2e0..9f85e0eff4 100644 --- a/man/qhavedate.1 +++ b/man/qhavedate.1 @@ -1,5 +1,5 @@ .\" -*- coding: utf-8 -*- -.TH QHAVEDATE 1 "03 August 2013" "qhavedate 0\&.g" +.TH QHAVEDATE 1 "08 January 2014" "qhavedate 0\&.h" .SH NAME qhavedate \- interact with dating websites .SH SYNOPSIS @@ -50,6 +50,51 @@ file to save logs \fB\-a\fR, \fB\-\-save\-responses\fR 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 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. +.SS The following operators are supported: +.TP += +Test if object.field is equal to the value. +.TP +!= +Test if object.field is not equal to the value. +.TP +> +Test if object.field is greater than the value. If object.field is date, return true if value is before that object.field. +.TP +< +Test if object.field is less than the value. If object.field is date, return true if value is after that object.field. +.TP +| +This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. +.SS Expression combination +You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. + +.SS Examples: +.nf +.B boobank ls \-\-condition 'label=Livret A' +.fi +Display only the "Livret A" account. +.PP +.nf +.B boobank ls \-\-condition 'balance>10000' +.fi +Display accounts with a lot of money. +.PP +.nf +.B boobank history account@backend \-\-condition 'label|rewe' +.fi +Get transactions containing "rewe". +.PP +.nf +.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-2012 Romain Bignon .LP diff --git a/man/qvideoob.1 b/man/qvideoob.1 index 9f8c04c3f4..547041174d 100644 --- a/man/qvideoob.1 +++ b/man/qvideoob.1 @@ -1,5 +1,5 @@ .\" -*- coding: utf-8 -*- -.TH QVIDEOOB 1 "03 August 2013" "qvideoob 0\&.g" +.TH QVIDEOOB 1 "08 January 2014" "qvideoob 0\&.h" .SH NAME qvideoob \- search and play videos .SH SYNOPSIS @@ -31,12 +31,14 @@ Qt application allowing to search videos on various websites and play them. .br * gdcvault (Game Developers Conferences Vault video streaming website) .br -* grooveshark (grooveshark website) -.br * ina (INA French TV video archives) .br +* jacquieetmichel (Jacquie et Michel TV) +.br * nolifetv (NolifeTV French video streaming website) .br +* quvi (Multi\-website video helper with quvi. Handles Youtube, BBC, and a lot more) +.br * radiofrance (Radios of Radio France: Inter, Info, Bleu, Culture, Musique, FIP, Le Mouv') .br * trictractv (TricTrac.tv video website) @@ -82,6 +84,51 @@ file to save logs \fB\-a\fR, \fB\-\-save\-responses\fR 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 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. +.SS The following operators are supported: +.TP += +Test if object.field is equal to the value. +.TP +!= +Test if object.field is not equal to the value. +.TP +> +Test if object.field is greater than the value. If object.field is date, return true if value is before that object.field. +.TP +< +Test if object.field is less than the value. If object.field is date, return true if value is after that object.field. +.TP +| +This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. +.SS Expression combination +You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. + +.SS Examples: +.nf +.B boobank ls \-\-condition 'label=Livret A' +.fi +Display only the "Livret A" account. +.PP +.nf +.B boobank ls \-\-condition 'balance>10000' +.fi +Display accounts with a lot of money. +.PP +.nf +.B boobank history account@backend \-\-condition 'label|rewe' +.fi +Get transactions containing "rewe". +.PP +.nf +.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 .LP diff --git a/man/qwebcontentedit.1 b/man/qwebcontentedit.1 index 0e20bed867..54dc0967ba 100644 --- a/man/qwebcontentedit.1 +++ b/man/qwebcontentedit.1 @@ -1,5 +1,5 @@ .\" -*- coding: utf-8 -*- -.TH QWEBCONTENTEDIT 1 "03 August 2013" "qwebcontentedit 0\&.g" +.TH QWEBCONTENTEDIT 1 "08 January 2014" "qwebcontentedit 0\&.h" .SH NAME qwebcontentedit \- manage websites content .SH SYNOPSIS @@ -54,6 +54,51 @@ file to save logs \fB\-a\fR, \fB\-\-save\-responses\fR 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 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. +.SS The following operators are supported: +.TP += +Test if object.field is equal to the value. +.TP +!= +Test if object.field is not equal to the value. +.TP +> +Test if object.field is greater than the value. If object.field is date, return true if value is before that object.field. +.TP +< +Test if object.field is less than the value. If object.field is date, return true if value is after that object.field. +.TP +| +This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. +.SS Expression combination +You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. + +.SS Examples: +.nf +.B boobank ls \-\-condition 'label=Livret A' +.fi +Display only the "Livret A" account. +.PP +.nf +.B boobank ls \-\-condition 'balance>10000' +.fi +Display accounts with a lot of money. +.PP +.nf +.B boobank history account@backend \-\-condition 'label|rewe' +.fi +Get transactions containing "rewe". +.PP +.nf +.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) 2011 Clément Schreiner .LP diff --git a/man/radioob.1 b/man/radioob.1 index e7d8cb86a6..9b2393b598 100644 --- a/man/radioob.1 +++ b/man/radioob.1 @@ -1,5 +1,5 @@ .\" -*- coding: utf-8 -*- -.TH RADIOOB 1 "03 August 2013" "radioob 0\&.g" +.TH RADIOOB 1 "08 January 2014" "radioob 0\&.h" .SH NAME radioob \- search, show or listen to radio stations .SH SYNOPSIS @@ -14,21 +14,27 @@ radioob \- search, show or listen to radio stations Console application allowing to search for web radio stations, listen to them and get information like the current song. -.SS Supported websites: -* nova (Nova French radio) -.br -* ouifm (Ouï FM French radio) -.br -* radiofrance (Radios of Radio France: Inter, Info, Bleu, Culture, Musique, FIP, Le Mouv') .SH RADIOOB COMMANDS .TP +\fBdownload\fR \fIID\fR [\fIFILENAME\fR] +.br +Download an audio file +.TP \fBinfo\fR \fIID\fR .br -Get information about a radio. +Get information about a radio or an audio file. .TP -\fBplay\fR \fIID\fR +\fBplay\fR \fIID\fR [stream\fI_\fRid] +.br +Play a radio or a audio file with a found player (optionnaly specify the wanted stream). +.TP +\fBplaylist\fR cmd [args]playlist add ID [ID2 ID3 ...] +.br +playlist remove ID [ID2 ID3 ...] +.br +playlist export [FILENAME] .br -Play a radio with a found player. +playlist display .TP \fBsearch\fR \fIPATTERN\fR .br @@ -79,7 +85,7 @@ Follow a path. .TP \fBcondition\fR [\fIEXPRESSION\fR | off] .br -If an argument is given, set the condition expression used to filter the results. +If an argument is given, set the condition expression used to filter the results. See CONDITION section for more details and the expression. .br If the "off" value is given, conditional filtering is disabled. .br @@ -202,7 +208,8 @@ save every response .SH RESULTS OPTIONS .TP \fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR -filter result items to display given a boolean expression +filter result items to display given a boolean expression. See CONDITION section +for the syntax .TP \fB\-n COUNT\fR, \fB\-\-count=COUNT\fR limit number of results (from each backends) @@ -225,8 +232,54 @@ do not display item keys \fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR 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 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. +.SS The following operators are supported: +.TP += +Test if object.field is equal to the value. +.TP +!= +Test if object.field is not equal to the value. +.TP +> +Test if object.field is greater than the value. If object.field is date, return true if value is before that object.field. +.TP +< +Test if object.field is less than the value. If object.field is date, return true if value is after that object.field. +.TP +| +This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. +.SS Expression combination +You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. + +.SS Examples: +.nf +.B boobank ls \-\-condition 'label=Livret A' +.fi +Display only the "Livret A" account. +.PP +.nf +.B boobank ls \-\-condition 'balance>10000' +.fi +Display accounts with a lot of money. +.PP +.nf +.B boobank history account@backend \-\-condition 'label|rewe' +.fi +Get transactions containing "rewe". +.PP +.nf +.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-2012 Romain Bignon +Copyright(C) 2010-2013 Romain Bignon +Copyright(C) 2013 Pierre Maziere .LP For full COPYRIGHT see COPYING file with weboob package. .LP diff --git a/man/suboob.1 b/man/suboob.1 index b5007bcbe8..d544671a37 100644 --- a/man/suboob.1 +++ b/man/suboob.1 @@ -1,5 +1,5 @@ .\" -*- coding: utf-8 -*- -.TH SUBOOB 1 "03 August 2013" "suboob 0\&.g" +.TH SUBOOB 1 "08 January 2014" "suboob 0\&.h" .SH NAME suboob \- search and download subtitles .SH SYNOPSIS @@ -121,7 +121,7 @@ Follow a path. .TP \fBcondition\fR [\fIEXPRESSION\fR | off] .br -If an argument is given, set the condition expression used to filter the results. +If an argument is given, set the condition expression used to filter the results. See CONDITION section for more details and the expression. .br If the "off" value is given, conditional filtering is disabled. .br @@ -187,11 +187,17 @@ Availables: debug, info, warning, error. .br * default is an alias for warning .TP -\fBls\fR [\-d] [\fIPATH\fR] +\fBls\fR [\-d] [\-\fIU\fR] [\fIPATH\fR] .br List objects in current path. .br If an argument is given, list the specified path. +.br +Use \-U option to not sort results. +.br + +.br +Default is limited to 40 results. .TP \fBquit\fR .br @@ -246,7 +252,8 @@ save every response .SH RESULTS OPTIONS .TP \fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR -filter result items to display given a boolean expression +filter result items to display given a boolean expression. See CONDITION section +for the syntax .TP \fB\-n COUNT\fR, \fB\-\-count=COUNT\fR limit number of results (from each backends) @@ -269,6 +276,51 @@ do not display item keys \fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR 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 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. +.SS The following operators are supported: +.TP += +Test if object.field is equal to the value. +.TP +!= +Test if object.field is not equal to the value. +.TP +> +Test if object.field is greater than the value. If object.field is date, return true if value is before that object.field. +.TP +< +Test if object.field is less than the value. If object.field is date, return true if value is after that object.field. +.TP +| +This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. +.SS Expression combination +You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. + +.SS Examples: +.nf +.B boobank ls \-\-condition 'label=Livret A' +.fi +Display only the "Livret A" account. +.PP +.nf +.B boobank ls \-\-condition 'balance>10000' +.fi +Display accounts with a lot of money. +.PP +.nf +.B boobank history account@backend \-\-condition 'label|rewe' +.fi +Get transactions containing "rewe". +.PP +.nf +.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) 2013 Julien Veyssier .LP diff --git a/man/translaboob.1 b/man/translaboob.1 index 6babab9f2c..e2d6836efb 100644 --- a/man/translaboob.1 +++ b/man/translaboob.1 @@ -1,5 +1,5 @@ .\" -*- coding: utf-8 -*- -.TH TRANSLABOOB 1 "03 August 2013" "translaboob 0\&.g" +.TH TRANSLABOOB 1 "08 January 2014" "translaboob 0\&.h" .SH NAME translaboob \- translate text from one language to another .SH SYNOPSIS @@ -109,7 +109,7 @@ Follow a path. .TP \fBcondition\fR [\fIEXPRESSION\fR | off] .br -If an argument is given, set the condition expression used to filter the results. +If an argument is given, set the condition expression used to filter the results. See CONDITION section for more details and the expression. .br If the "off" value is given, conditional filtering is disabled. .br @@ -175,11 +175,17 @@ Availables: debug, info, warning, error. .br * default is an alias for warning .TP -\fBls\fR [\-d] [\fIPATH\fR] +\fBls\fR [\-d] [\-\fIU\fR] [\fIPATH\fR] .br List objects in current path. .br If an argument is given, list the specified path. +.br +Use \-U option to not sort results. +.br + +.br +Default is limited to 40 results. .TP \fBquit\fR .br @@ -234,7 +240,8 @@ save every response .SH RESULTS OPTIONS .TP \fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR -filter result items to display given a boolean expression +filter result items to display given a boolean expression. See CONDITION section +for the syntax .TP \fB\-n COUNT\fR, \fB\-\-count=COUNT\fR limit number of results (from each backends) @@ -257,6 +264,51 @@ do not display item keys \fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR 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 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. +.SS The following operators are supported: +.TP += +Test if object.field is equal to the value. +.TP +!= +Test if object.field is not equal to the value. +.TP +> +Test if object.field is greater than the value. If object.field is date, return true if value is before that object.field. +.TP +< +Test if object.field is less than the value. If object.field is date, return true if value is after that object.field. +.TP +| +This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. +.SS Expression combination +You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. + +.SS Examples: +.nf +.B boobank ls \-\-condition 'label=Livret A' +.fi +Display only the "Livret A" account. +.PP +.nf +.B boobank ls \-\-condition 'balance>10000' +.fi +Display accounts with a lot of money. +.PP +.nf +.B boobank history account@backend \-\-condition 'label|rewe' +.fi +Get transactions containing "rewe". +.PP +.nf +.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) 2012 Lucien Loiseau .LP diff --git a/man/traveloob.1 b/man/traveloob.1 index 6ae6192bbe..ce106a42ff 100644 --- a/man/traveloob.1 +++ b/man/traveloob.1 @@ -1,5 +1,5 @@ .\" -*- coding: utf-8 -*- -.TH TRAVELOOB 1 "03 August 2013" "traveloob 0\&.g" +.TH TRAVELOOB 1 "08 January 2014" "traveloob 0\&.h" .SH NAME traveloob \- search for train stations and departures .SH SYNOPSIS @@ -17,10 +17,14 @@ Console application allowing to search for train stations and get departure time .SS Supported websites: * canaltp (French trains) .br +* jvmalin (Multimodal public transportation for whole Région Centre, France) +.br * transilien (Public transportation in the Paris area) +.br +* voyagessncf (Voyages SNCF) .SH TRAVELOOB COMMANDS .TP -\fBdepartures\fR \fISTATION\fR [\fIARRIVAL\fR] +\fBdepartures\fR \fISTATION\fR [\fIARRIVAL\fR [\fIDATE\fR]]] .br List all departures for a given station. .br @@ -95,7 +99,7 @@ Follow a path. .TP \fBcondition\fR [\fIEXPRESSION\fR | off] .br -If an argument is given, set the condition expression used to filter the results. +If an argument is given, set the condition expression used to filter the results. See CONDITION section for more details and the expression. .br If the "off" value is given, conditional filtering is disabled. .br @@ -161,11 +165,17 @@ Availables: debug, info, warning, error. .br * default is an alias for warning .TP -\fBls\fR [\-d] [\fIPATH\fR] +\fBls\fR [\-d] [\-\fIU\fR] [\fIPATH\fR] .br List objects in current path. .br If an argument is given, list the specified path. +.br +Use \-U option to not sort results. +.br + +.br +Default is limited to 40 results. .TP \fBquit\fR .br @@ -226,7 +236,8 @@ save every response .SH RESULTS OPTIONS .TP \fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR -filter result items to display given a boolean expression +filter result items to display given a boolean expression. See CONDITION section +for the syntax .TP \fB\-n COUNT\fR, \fB\-\-count=COUNT\fR limit number of results (from each backends) @@ -237,7 +248,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, departures, htmltable, json, multiline, simple, +stations, table, webkit) .TP \fB\-\-no\-header\fR do not display header @@ -248,8 +260,53 @@ do not display item keys \fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR 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 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. +.SS The following operators are supported: +.TP += +Test if object.field is equal to the value. +.TP +!= +Test if object.field is not equal to the value. +.TP +> +Test if object.field is greater than the value. If object.field is date, return true if value is before that object.field. +.TP +< +Test if object.field is less than the value. If object.field is date, return true if value is after that object.field. +.TP +| +This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. +.SS Expression combination +You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. + +.SS Examples: +.nf +.B boobank ls \-\-condition 'label=Livret A' +.fi +Display only the "Livret A" account. +.PP +.nf +.B boobank ls \-\-condition 'balance>10000' +.fi +Display accounts with a lot of money. +.PP +.nf +.B boobank history account@backend \-\-condition 'label|rewe' +.fi +Get transactions containing "rewe". +.PP +.nf +.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-2013 Romain Bignon .LP For full COPYRIGHT see COPYING file with weboob package. .LP diff --git a/man/videoob.1 b/man/videoob.1 index 68817032ac..55f5b41332 100644 --- a/man/videoob.1 +++ b/man/videoob.1 @@ -1,5 +1,5 @@ .\" -*- coding: utf-8 -*- -.TH VIDEOOB 1 "03 August 2013" "videoob 0\&.g" +.TH VIDEOOB 1 "08 January 2014" "videoob 0\&.h" .SH NAME videoob \- search and play videos .SH SYNOPSIS @@ -31,12 +31,14 @@ Console application allowing to search for videos on various websites, play and .br * gdcvault (Game Developers Conferences Vault video streaming website) .br -* grooveshark (grooveshark website) -.br * ina (INA French TV video archives) .br +* jacquieetmichel (Jacquie et Michel TV) +.br * nolifetv (NolifeTV French video streaming website) .br +* quvi (Multi\-website video helper with quvi. Handles Youtube, BBC, and a lot more) +.br * radiofrance (Radios of Radio France: Inter, Info, Bleu, Culture, Musique, FIP, Le Mouv') .br * trictractv (TricTrac.tv video website) @@ -70,6 +72,14 @@ 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 ...] +.br +playlist remove ID [ID2 ID3 ...] +.br +playlist export [FILENAME] +.br +playlist display +.TP \fBsearch\fR \fIPATTERN\fR .br Search for videos matching a PATTERN. @@ -115,7 +125,7 @@ Follow a path. .TP \fBcondition\fR [\fIEXPRESSION\fR | off] .br -If an argument is given, set the condition expression used to filter the results. +If an argument is given, set the condition expression used to filter the results. See CONDITION section for more details and the expression. .br If the "off" value is given, conditional filtering is disabled. .br @@ -181,11 +191,17 @@ Availables: debug, info, warning, error. .br * default is an alias for warning .TP -\fBls\fR [\-d] [\fIPATH\fR] +\fBls\fR [\-d] [\-\fIU\fR] [\fIPATH\fR] .br List objects in current path. .br If an argument is given, list the specified path. +.br +Use \-U option to not sort results. +.br + +.br +Default is limited to 40 results. .TP \fBquit\fR .br @@ -240,7 +256,8 @@ save every response .SH RESULTS OPTIONS .TP \fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR -filter result items to display given a boolean expression +filter result items to display given a boolean expression. See CONDITION section +for the syntax .TP \fB\-n COUNT\fR, \fB\-\-count=COUNT\fR limit number of results (from each backends) @@ -263,6 +280,51 @@ do not display item keys \fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR 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 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. +.SS The following operators are supported: +.TP += +Test if object.field is equal to the value. +.TP +!= +Test if object.field is not equal to the value. +.TP +> +Test if object.field is greater than the value. If object.field is date, return true if value is before that object.field. +.TP +< +Test if object.field is less than the value. If object.field is date, return true if value is after that object.field. +.TP +| +This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. +.SS Expression combination +You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. + +.SS Examples: +.nf +.B boobank ls \-\-condition 'label=Livret A' +.fi +Display only the "Livret A" account. +.PP +.nf +.B boobank ls \-\-condition 'balance>10000' +.fi +Display accounts with a lot of money. +.PP +.nf +.B boobank history account@backend \-\-condition 'label|rewe' +.fi +Get transactions containing "rewe". +.PP +.nf +.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 Christophe Benz, Romain Bignon, John Obbele .LP diff --git a/man/webcontentedit.1 b/man/webcontentedit.1 index b8f1600ef4..01f3e06e61 100644 --- a/man/webcontentedit.1 +++ b/man/webcontentedit.1 @@ -1,5 +1,5 @@ .\" -*- coding: utf-8 -*- -.TH WEBCONTENTEDIT 1 "03 August 2013" "webcontentedit 0\&.g" +.TH WEBCONTENTEDIT 1 "08 January 2014" "webcontentedit 0\&.h" .SH NAME webcontentedit \- manage websites content .SH SYNOPSIS @@ -75,7 +75,7 @@ Follow a path. .TP \fBcondition\fR [\fIEXPRESSION\fR | off] .br -If an argument is given, set the condition expression used to filter the results. +If an argument is given, set the condition expression used to filter the results. See CONDITION section for more details and the expression. .br If the "off" value is given, conditional filtering is disabled. .br @@ -141,11 +141,17 @@ Availables: debug, info, warning, error. .br * default is an alias for warning .TP -\fBls\fR [\-d] [\fIPATH\fR] +\fBls\fR [\-d] [\-\fIU\fR] [\fIPATH\fR] .br List objects in current path. .br If an argument is given, list the specified path. +.br +Use \-U option to not sort results. +.br + +.br +Default is limited to 40 results. .TP \fBquit\fR .br @@ -200,7 +206,8 @@ save every response .SH RESULTS OPTIONS .TP \fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR -filter result items to display given a boolean expression +filter result items to display given a boolean expression. See CONDITION section +for the syntax .TP \fB\-n COUNT\fR, \fB\-\-count=COUNT\fR limit number of results (from each backends) @@ -222,6 +229,51 @@ do not display item keys \fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR 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 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. +.SS The following operators are supported: +.TP += +Test if object.field is equal to the value. +.TP +!= +Test if object.field is not equal to the value. +.TP +> +Test if object.field is greater than the value. If object.field is date, return true if value is before that object.field. +.TP +< +Test if object.field is less than the value. If object.field is date, return true if value is after that object.field. +.TP +| +This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. +.SS Expression combination +You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. + +.SS Examples: +.nf +.B boobank ls \-\-condition 'label=Livret A' +.fi +Display only the "Livret A" account. +.PP +.nf +.B boobank ls \-\-condition 'balance>10000' +.fi +Display accounts with a lot of money. +.PP +.nf +.B boobank history account@backend \-\-condition 'label|rewe' +.fi +Get transactions containing "rewe". +.PP +.nf +.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 .LP diff --git a/man/weboob-cli.1 b/man/weboob-cli.1 index 9f3b81fa50..1d491ad369 100644 --- a/man/weboob-cli.1 +++ b/man/weboob-cli.1 @@ -1,5 +1,5 @@ .\" -*- coding: utf-8 -*- -.TH WEBOOB-CLI 1 "03 August 2013" "weboob-cli 0\&.g" +.TH WEBOOB-CLI 1 "08 January 2014" "weboob-cli 0\&.h" .SH NAME weboob-cli \- call a method on backends .SH SYNOPSIS @@ -52,7 +52,8 @@ save every response .SH RESULTS OPTIONS .TP \fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR -filter result items to display given a boolean expression +filter result items to display given a boolean expression. See CONDITION section +for the syntax .TP \fB\-n COUNT\fR, \fB\-\-count=COUNT\fR limit number of results (from each backends) @@ -74,6 +75,51 @@ do not display item keys \fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR 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 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. +.SS The following operators are supported: +.TP += +Test if object.field is equal to the value. +.TP +!= +Test if object.field is not equal to the value. +.TP +> +Test if object.field is greater than the value. If object.field is date, return true if value is before that object.field. +.TP +< +Test if object.field is less than the value. If object.field is date, return true if value is after that object.field. +.TP +| +This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. +.SS Expression combination +You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. + +.SS Examples: +.nf +.B boobank ls \-\-condition 'label=Livret A' +.fi +Display only the "Livret A" account. +.PP +.nf +.B boobank ls \-\-condition 'balance>10000' +.fi +Display accounts with a lot of money. +.PP +.nf +.B boobank history account@backend \-\-condition 'label|rewe' +.fi +Get transactions containing "rewe". +.PP +.nf +.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 .LP diff --git a/man/weboob-config-qt.1 b/man/weboob-config-qt.1 index 81f882e865..df375d7d85 100644 --- a/man/weboob-config-qt.1 +++ b/man/weboob-config-qt.1 @@ -1,5 +1,5 @@ .\" -*- coding: utf-8 -*- -.TH WEBOOB-CONFIG-QT 1 "03 August 2013" "weboob-config-qt 0\&.g" +.TH WEBOOB-CONFIG-QT 1 "08 January 2014" "weboob-config-qt 0\&.h" .SH NAME weboob-config-qt \- manage backends or register new accounts .SH SYNOPSIS @@ -48,6 +48,51 @@ file to save logs \fB\-a\fR, \fB\-\-save\-responses\fR 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 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. +.SS The following operators are supported: +.TP += +Test if object.field is equal to the value. +.TP +!= +Test if object.field is not equal to the value. +.TP +> +Test if object.field is greater than the value. If object.field is date, return true if value is before that object.field. +.TP +< +Test if object.field is less than the value. If object.field is date, return true if value is after that object.field. +.TP +| +This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. +.SS Expression combination +You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. + +.SS Examples: +.nf +.B boobank ls \-\-condition 'label=Livret A' +.fi +Display only the "Livret A" account. +.PP +.nf +.B boobank ls \-\-condition 'balance>10000' +.fi +Display accounts with a lot of money. +.PP +.nf +.B boobank history account@backend \-\-condition 'label|rewe' +.fi +Get transactions containing "rewe". +.PP +.nf +.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 .LP diff --git a/man/weboob-config.1 b/man/weboob-config.1 index 4ef6f5d21e..2e063177a5 100644 --- a/man/weboob-config.1 +++ b/man/weboob-config.1 @@ -1,5 +1,5 @@ .\" -*- coding: utf-8 -*- -.TH WEBOOB-CONFIG 1 "03 August 2013" "weboob-config 0\&.g" +.TH WEBOOB-CONFIG 1 "08 January 2014" "weboob-config 0\&.h" .SH NAME weboob-config \- manage backends or register new accounts .SH SYNOPSIS @@ -109,7 +109,8 @@ save every response .SH RESULTS OPTIONS .TP \fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR -filter result items to display given a boolean expression +filter result items to display given a boolean expression. See CONDITION section +for the syntax .TP \fB\-n COUNT\fR, \fB\-\-count=COUNT\fR limit number of results (from each backends) @@ -131,6 +132,51 @@ do not display item keys \fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR 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 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. +.SS The following operators are supported: +.TP += +Test if object.field is equal to the value. +.TP +!= +Test if object.field is not equal to the value. +.TP +> +Test if object.field is greater than the value. If object.field is date, return true if value is before that object.field. +.TP +< +Test if object.field is less than the value. If object.field is date, return true if value is after that object.field. +.TP +| +This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. +.SS Expression combination +You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. + +.SS Examples: +.nf +.B boobank ls \-\-condition 'label=Livret A' +.fi +Display only the "Livret A" account. +.PP +.nf +.B boobank ls \-\-condition 'balance>10000' +.fi +Display accounts with a lot of money. +.PP +.nf +.B boobank history account@backend \-\-condition 'label|rewe' +.fi +Get transactions containing "rewe". +.PP +.nf +.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-2012 Christophe Benz, Romain Bignon .LP diff --git a/man/weboob-debug.1 b/man/weboob-debug.1 index a4c0966ba3..ea48df9b2c 100644 --- a/man/weboob-debug.1 +++ b/man/weboob-debug.1 @@ -1,5 +1,5 @@ .\" -*- coding: utf-8 -*- -.TH WEBOOB-DEBUG 1 "03 August 2013" "weboob-debug 0\&.g" +.TH WEBOOB-DEBUG 1 "08 January 2014" "weboob-debug 0\&.h" .SH NAME weboob-debug \- debug backends .SH SYNOPSIS @@ -53,6 +53,51 @@ save every response \fB\-B\fR, \fB\-\-bpython\fR 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 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. +.SS The following operators are supported: +.TP += +Test if object.field is equal to the value. +.TP +!= +Test if object.field is not equal to the value. +.TP +> +Test if object.field is greater than the value. If object.field is date, return true if value is before that object.field. +.TP +< +Test if object.field is less than the value. If object.field is date, return true if value is after that object.field. +.TP +| +This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. +.SS Expression combination +You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. + +.SS Examples: +.nf +.B boobank ls \-\-condition 'label=Livret A' +.fi +Display only the "Livret A" account. +.PP +.nf +.B boobank ls \-\-condition 'balance>10000' +.fi +Display accounts with a lot of money. +.PP +.nf +.B boobank history account@backend \-\-condition 'label|rewe' +.fi +Get transactions containing "rewe". +.PP +.nf +.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 Christophe Benz .LP diff --git a/man/weboob-repos.1 b/man/weboob-repos.1 index 1da33a60ae..2e15531022 100644 --- a/man/weboob-repos.1 +++ b/man/weboob-repos.1 @@ -1,5 +1,5 @@ .\" -*- coding: utf-8 -*- -.TH WEBOOB-REPOS 1 "03 August 2013" "weboob-repos 0\&.g" +.TH WEBOOB-REPOS 1 "08 January 2014" "weboob-repos 0\&.h" .SH NAME weboob-repos \- manage a weboob repository .SH SYNOPSIS @@ -95,7 +95,8 @@ save every response .SH RESULTS OPTIONS .TP \fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR -filter result items to display given a boolean expression +filter result items to display given a boolean expression. See CONDITION section +for the syntax .TP \fB\-n COUNT\fR, \fB\-\-count=COUNT\fR limit number of results (from each backends) @@ -117,6 +118,51 @@ do not display item keys \fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR 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 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. +.SS The following operators are supported: +.TP += +Test if object.field is equal to the value. +.TP +!= +Test if object.field is not equal to the value. +.TP +> +Test if object.field is greater than the value. If object.field is date, return true if value is before that object.field. +.TP +< +Test if object.field is less than the value. If object.field is date, return true if value is after that object.field. +.TP +| +This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. +.SS Expression combination +You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. + +.SS Examples: +.nf +.B boobank ls \-\-condition 'label=Livret A' +.fi +Display only the "Livret A" account. +.PP +.nf +.B boobank ls \-\-condition 'balance>10000' +.fi +Display accounts with a lot of money. +.PP +.nf +.B boobank history account@backend \-\-condition 'label|rewe' +.fi +Get transactions containing "rewe". +.PP +.nf +.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) 2012 Romain Bignon .LP diff --git a/man/weboorrents.1 b/man/weboorrents.1 index 5beb19ab29..c3656963bc 100644 --- a/man/weboorrents.1 +++ b/man/weboorrents.1 @@ -1,5 +1,5 @@ .\" -*- coding: utf-8 -*- -.TH WEBOORRENTS 1 "03 August 2013" "weboorrents 0\&.g" +.TH WEBOORRENTS 1 "08 January 2014" "weboorrents 0\&.h" .SH NAME weboorrents \- search and download torrents .SH SYNOPSIS @@ -19,8 +19,6 @@ Console application allowing to search for torrents on various trackers and down .br * gazelle (Gazelle\-based BitTorrent trackers) .br -* isohunt (isoHunt BitTorrent tracker) -.br * kickass (Kickass Torrents BitTorrent tracker) .br * piratebay (The Pirate Bay BitTorrent tracker) @@ -83,7 +81,7 @@ Follow a path. .TP \fBcondition\fR [\fIEXPRESSION\fR | off] .br -If an argument is given, set the condition expression used to filter the results. +If an argument is given, set the condition expression used to filter the results. See CONDITION section for more details and the expression. .br If the "off" value is given, conditional filtering is disabled. .br @@ -149,11 +147,17 @@ Availables: debug, info, warning, error. .br * default is an alias for warning .TP -\fBls\fR [\-d] [\fIPATH\fR] +\fBls\fR [\-d] [\-\fIU\fR] [\fIPATH\fR] .br List objects in current path. .br If an argument is given, list the specified path. +.br +Use \-U option to not sort results. +.br + +.br +Default is limited to 40 results. .TP \fBquit\fR .br @@ -208,7 +212,8 @@ save every response .SH RESULTS OPTIONS .TP \fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR -filter result items to display given a boolean expression +filter result items to display given a boolean expression. See CONDITION section +for the syntax .TP \fB\-n COUNT\fR, \fB\-\-count=COUNT\fR limit number of results (from each backends) @@ -231,6 +236,51 @@ do not display item keys \fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR 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 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. +.SS The following operators are supported: +.TP += +Test if object.field is equal to the value. +.TP +!= +Test if object.field is not equal to the value. +.TP +> +Test if object.field is greater than the value. If object.field is date, return true if value is before that object.field. +.TP +< +Test if object.field is less than the value. If object.field is date, return true if value is after that object.field. +.TP +| +This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. +.SS Expression combination +You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. + +.SS Examples: +.nf +.B boobank ls \-\-condition 'label=Livret A' +.fi +Display only the "Livret A" account. +.PP +.nf +.B boobank ls \-\-condition 'balance>10000' +.fi +Display accounts with a lot of money. +.PP +.nf +.B boobank history account@backend \-\-condition 'label|rewe' +.fi +Get transactions containing "rewe". +.PP +.nf +.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-2012 Romain Bignon .LP diff --git a/man/wetboobs.1 b/man/wetboobs.1 index 0132595cfa..cf9e3abbb9 100644 --- a/man/wetboobs.1 +++ b/man/wetboobs.1 @@ -1,5 +1,5 @@ .\" -*- coding: utf-8 -*- -.TH WETBOOBS 1 "03 August 2013" "wetboobs 0\&.g" +.TH WETBOOBS 1 "08 January 2014" "wetboobs 0\&.h" .SH NAME wetboobs \- display weather and forecasts .SH SYNOPSIS @@ -85,7 +85,7 @@ Follow a path. .TP \fBcondition\fR [\fIEXPRESSION\fR | off] .br -If an argument is given, set the condition expression used to filter the results. +If an argument is given, set the condition expression used to filter the results. See CONDITION section for more details and the expression. .br If the "off" value is given, conditional filtering is disabled. .br @@ -151,11 +151,17 @@ Availables: debug, info, warning, error. .br * default is an alias for warning .TP -\fBls\fR [\-d] [\fIPATH\fR] +\fBls\fR [\-d] [\-\fIU\fR] [\fIPATH\fR] .br List objects in current path. .br If an argument is given, list the specified path. +.br +Use \-U option to not sort results. +.br + +.br +Default is limited to 40 results. .TP \fBquit\fR .br @@ -210,7 +216,8 @@ save every response .SH RESULTS OPTIONS .TP \fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR -filter result items to display given a boolean expression +filter result items to display given a boolean expression. See CONDITION section +for the syntax .TP \fB\-n COUNT\fR, \fB\-\-count=COUNT\fR limit number of results (from each backends) @@ -233,6 +240,51 @@ do not display item keys \fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR 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 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. +.SS The following operators are supported: +.TP += +Test if object.field is equal to the value. +.TP +!= +Test if object.field is not equal to the value. +.TP +> +Test if object.field is greater than the value. If object.field is date, return true if value is before that object.field. +.TP +< +Test if object.field is less than the value. If object.field is date, return true if value is after that object.field. +.TP +| +This operator is available only for string fields. It works like the Unix standard \fBgrep\fR command, and returns True if the pattern specified in the value is in object.field. +.SS Expression combination +You can make a expression combinations with the keywords \fB" AND "\fR and \fB" OR "\fR. + +.SS Examples: +.nf +.B boobank ls \-\-condition 'label=Livret A' +.fi +Display only the "Livret A" account. +.PP +.nf +.B boobank ls \-\-condition 'balance>10000' +.fi +Display accounts with a lot of money. +.PP +.nf +.B boobank history account@backend \-\-condition 'label|rewe' +.fi +Get transactions containing "rewe". +.PP +.nf +.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 .LP -- GitLab