Weboob 0.h released
This commit is contained in:
parent
c045c34379
commit
0414bed4de
42 changed files with 3146 additions and 195 deletions
362
ChangeLog
362
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)
|
Weboob 0.g (2013-08-03)
|
||||||
|
|
||||||
General
|
General
|
||||||
|
|
|
||||||
124
man/boobank.1
124
man/boobank.1
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH BOOBANK 1 "03 August 2013" "boobank 0\&.g"
|
.TH BOOBANK 1 "08 January 2014" "boobank 0\&.h"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
boobank \- manage bank accounts
|
boobank \- manage bank accounts
|
||||||
.SH SYNOPSIS
|
.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).
|
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:
|
.SS Supported websites:
|
||||||
* americanexpress (American Express French bank website)
|
* americanexpress (American Express)
|
||||||
.br
|
.br
|
||||||
* axabanque (AXA Banque French bank website)
|
* apivie (Apivie)
|
||||||
.br
|
.br
|
||||||
* banquepopulaire (Banque Populaire French bank website)
|
* axabanque (AXA Banque)
|
||||||
.br
|
.br
|
||||||
* barclays (Barclays French bank website)
|
* banqueaccord (Banque Accord)
|
||||||
.br
|
.br
|
||||||
* bnporc (BNP Paribas French bank website)
|
* banquepopulaire (Banque Populaire)
|
||||||
.br
|
.br
|
||||||
* boursorama (Boursorama French bank website)
|
* barclays (Barclays)
|
||||||
.br
|
.br
|
||||||
* bp (La Banque Postale French bank website)
|
* bnporc (BNP Paribas)
|
||||||
.br
|
.br
|
||||||
* bred (BRED French bank website)
|
* boursorama (Boursorama)
|
||||||
.br
|
.br
|
||||||
* caissedepargne (Caisse d'Épargne French bank website)
|
* bp (La Banque Postale)
|
||||||
.br
|
.br
|
||||||
* carrefourbanque (Carrefour Banque French bank website)
|
* bred (Bred)
|
||||||
.br
|
.br
|
||||||
* cic (CIC French bank website)
|
* caissedepargne (Caisse d'Épargne)
|
||||||
.br
|
.br
|
||||||
* citelis (citelis website)
|
* carrefourbanque (Carrefour Banque)
|
||||||
.br
|
.br
|
||||||
* cmb (Crédit Mutuel de Bretagne French bank website)
|
* cic (CIC)
|
||||||
.br
|
.br
|
||||||
* cmso (Crédit Mutuel Sud\-Ouest French bank website)
|
* citelis (Citélis)
|
||||||
.br
|
.br
|
||||||
* cragr (Crédit Agricole French bank website)
|
* cmb (Crédit Mutuel de Bretagne)
|
||||||
.br
|
.br
|
||||||
* creditcooperatif (Crédit Coopératif French bank website)
|
* cmso (Crédit Mutuel Sud\-Ouest)
|
||||||
.br
|
.br
|
||||||
* creditdunord (Crédit du Nord, Banque Courtois, Kolb, Tarneaud French bank website)
|
* cragr (Crédit Agricole)
|
||||||
.br
|
.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
|
.br
|
||||||
* delubac (Banque Delubac & Cie)
|
* delubac (Banque Delubac & Cie)
|
||||||
.br
|
.br
|
||||||
* fortuneo (Fortuneo French bank website)
|
* fortuneo (Fortuneo)
|
||||||
.br
|
.br
|
||||||
* ganassurances (Groupama Assurances French bank website)
|
* ganassurances (Groupama)
|
||||||
.br
|
.br
|
||||||
* hellobank (Hello Bank ! website)
|
* hellobank (Hello Bank!)
|
||||||
.br
|
.br
|
||||||
* hsbc (HSBC France bank website)
|
* hsbc (HSBC France)
|
||||||
.br
|
.br
|
||||||
* ing (ING Direct French bank website)
|
* ing (ING Direct)
|
||||||
.br
|
.br
|
||||||
* lcl (Le Crédit Lyonnais French bank website)
|
* lcl (LCL)
|
||||||
.br
|
.br
|
||||||
* paypal (PayPal money transfer website)
|
* paypal (PayPal)
|
||||||
.br
|
.br
|
||||||
* societegenerale (Société Générale French bank website)
|
* societegenerale (Société Générale)
|
||||||
.SH BOOBANK COMMANDS
|
.SH BOOBANK COMMANDS
|
||||||
.TP
|
.TP
|
||||||
\fBcoming\fR \fIID\fR [\fIEND_DATE\fR]
|
\fBcoming\fR \fIID\fR [\fIEND_DATE\fR]
|
||||||
|
|
@ -98,9 +102,11 @@ Default is limited to 10 results.
|
||||||
.br
|
.br
|
||||||
Display investments of an account.
|
Display investments of an account.
|
||||||
.TP
|
.TP
|
||||||
\fBlist\fR
|
\fBlist\fR [\-\fIU\fR]
|
||||||
.br
|
.br
|
||||||
List accounts.
|
List accounts.
|
||||||
|
.br
|
||||||
|
Use \-U to disable sorting of results.
|
||||||
.TP
|
.TP
|
||||||
\fBtransfer\fR \fIACCOUNT\fR [\fIRECIPIENT\fR \fIAMOUNT\fR [\fIREASON\fR]]
|
\fBtransfer\fR \fIACCOUNT\fR [\fIRECIPIENT\fR \fIAMOUNT\fR [\fIREASON\fR]]
|
||||||
.br
|
.br
|
||||||
|
|
@ -157,7 +163,7 @@ Follow a path.
|
||||||
.TP
|
.TP
|
||||||
\fBcondition\fR [\fIEXPRESSION\fR | off]
|
\fBcondition\fR [\fIEXPRESSION\fR | off]
|
||||||
.br
|
.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
|
.br
|
||||||
If the "off" value is given, conditional filtering is disabled.
|
If the "off" value is given, conditional filtering is disabled.
|
||||||
.br
|
.br
|
||||||
|
|
@ -223,11 +229,17 @@ Availables: debug, info, warning, error.
|
||||||
.br
|
.br
|
||||||
* default is an alias for warning
|
* default is an alias for warning
|
||||||
.TP
|
.TP
|
||||||
\fBls\fR [\-d] [\fIPATH\fR]
|
\fBls\fR [\-d] [\-\fIU\fR] [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
List objects in current path.
|
List objects in current path.
|
||||||
.br
|
.br
|
||||||
If an argument is given, list the specified path.
|
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
|
.TP
|
||||||
\fBquit\fR
|
\fBquit\fR
|
||||||
.br
|
.br
|
||||||
|
|
@ -282,7 +294,8 @@ save every response
|
||||||
.SH RESULTS OPTIONS
|
.SH RESULTS OPTIONS
|
||||||
.TP
|
.TP
|
||||||
\fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR
|
\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
|
.TP
|
||||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||||
limit number of results (from each backends)
|
limit number of results (from each backends)
|
||||||
|
|
@ -294,8 +307,8 @@ select result item keys to display (comma separated)
|
||||||
.TP
|
.TP
|
||||||
\fB\-f FORMATTER\fR, \fB\-\-formatter=FORMATTER\fR
|
\fB\-f FORMATTER\fR, \fB\-\-formatter=FORMATTER\fR
|
||||||
select output formatter (account_list, csv, htmltable, investment_list, json,
|
select output formatter (account_list, csv, htmltable, investment_list, json,
|
||||||
multiline, ops_list, pretty_qif, qif, recipient_list, simple, table, transfer,
|
multiline, ofx, ops_list, pretty_qif, qif, recipient_list, simple, table,
|
||||||
webkit)
|
transfer, webkit)
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-no\-header\fR
|
\fB\-\-no\-header\fR
|
||||||
do not display header
|
do not display header
|
||||||
|
|
@ -306,6 +319,51 @@ do not display item keys
|
||||||
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
||||||
file to export result
|
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
|
.SH COPYRIGHT
|
||||||
Copyright(C) 2010-2011 Romain Bignon, Christophe Benz
|
Copyright(C) 2010-2011 Romain Bignon, Christophe Benz
|
||||||
.LP
|
.LP
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH BOOBATHON 1 "03 August 2013" "boobathon 0\&.g"
|
.TH BOOBATHON 1 "08 January 2014" "boobathon 0\&.h"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
boobathon \- participate in a Boobathon
|
boobathon \- participate in a Boobathon
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -113,7 +113,7 @@ Follow a path.
|
||||||
.TP
|
.TP
|
||||||
\fBcondition\fR [\fIEXPRESSION\fR | off]
|
\fBcondition\fR [\fIEXPRESSION\fR | off]
|
||||||
.br
|
.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
|
.br
|
||||||
If the "off" value is given, conditional filtering is disabled.
|
If the "off" value is given, conditional filtering is disabled.
|
||||||
.br
|
.br
|
||||||
|
|
@ -179,11 +179,17 @@ Availables: debug, info, warning, error.
|
||||||
.br
|
.br
|
||||||
* default is an alias for warning
|
* default is an alias for warning
|
||||||
.TP
|
.TP
|
||||||
\fBls\fR [\-d] [\fIPATH\fR]
|
\fBls\fR [\-d] [\-\fIU\fR] [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
List objects in current path.
|
List objects in current path.
|
||||||
.br
|
.br
|
||||||
If an argument is given, list the specified path.
|
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
|
.TP
|
||||||
\fBquit\fR
|
\fBquit\fR
|
||||||
.br
|
.br
|
||||||
|
|
@ -238,7 +244,8 @@ save every response
|
||||||
.SH RESULTS OPTIONS
|
.SH RESULTS OPTIONS
|
||||||
.TP
|
.TP
|
||||||
\fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR
|
\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
|
.TP
|
||||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||||
limit number of results (from each backends)
|
limit number of results (from each backends)
|
||||||
|
|
@ -260,6 +267,51 @@ do not display item keys
|
||||||
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
||||||
file to export result
|
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
|
.SH COPYRIGHT
|
||||||
Copyright(C) 2011 Romain Bignon
|
Copyright(C) 2011 Romain Bignon
|
||||||
.LP
|
.LP
|
||||||
|
|
|
||||||
312
man/boobcoming.1
Normal file
312
man/boobcoming.1
Normal file
|
|
@ -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
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH BOOBILL 1 "03 August 2013" "boobill 0\&.g"
|
.TH BOOBILL 1 "08 January 2014" "boobill 0\&.h"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
boobill \- get and download bills
|
boobill \- get and download bills
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -19,24 +19,28 @@ Console application allowing to get and download bills.
|
||||||
.br
|
.br
|
||||||
* amelipro (Ameli website: French Health Insurance for Professionals)
|
* amelipro (Ameli website: French Health Insurance for Professionals)
|
||||||
.br
|
.br
|
||||||
|
* edf (Edf website: French power provider)
|
||||||
|
.br
|
||||||
* freemobile (Free Mobile website)
|
* freemobile (Free Mobile website)
|
||||||
.br
|
.br
|
||||||
* gdfsuez (GdF\-Suez website)
|
* gdfsuez (GDF\-Suez French energy provider)
|
||||||
.br
|
.br
|
||||||
* ing (ING Direct French bank website)
|
* ing (ING Direct)
|
||||||
.br
|
.br
|
||||||
* leclercmobile (Leclerc Mobile website)
|
* leclercmobile (Leclerc Mobile website)
|
||||||
.br
|
.br
|
||||||
* nettokom (Nettokom website)
|
* nettokom (Nettokom website)
|
||||||
|
.br
|
||||||
|
* poivy (Poivy website)
|
||||||
.SH BOOBILL COMMANDS
|
.SH BOOBILL COMMANDS
|
||||||
.TP
|
.TP
|
||||||
\fBbalance\fR [\fII\fRd]
|
\fBbalance\fR [\fIID\fR]
|
||||||
.br
|
.br
|
||||||
Get balance of subscriptions.
|
Get balance of subscriptions.
|
||||||
.br
|
.br
|
||||||
If no ID given, display balance of all backends
|
If no ID given, display balance of all backends.
|
||||||
.TP
|
.TP
|
||||||
\fBbills\fR [\fII\fRd]
|
\fBbills\fR [\fIID\fR]
|
||||||
.br
|
.br
|
||||||
Get the list of bills documents for subscriptions.
|
Get the list of bills documents for subscriptions.
|
||||||
.br
|
.br
|
||||||
|
|
@ -50,11 +54,11 @@ Default is limited to 10 results.
|
||||||
.br
|
.br
|
||||||
Get details of subscriptions.
|
Get details of subscriptions.
|
||||||
.br
|
.br
|
||||||
If no ID given, display all details of all backends
|
If no ID given, display all details of all backends.
|
||||||
.TP
|
.TP
|
||||||
\fBdownload\fR [\fII\fRd | all] [\fIFILENAME\fR]
|
\fBdownload\fR [\fIID\fR | all] [\fIFILENAME\fR]
|
||||||
.br
|
.br
|
||||||
download Id [FILENAME]
|
download ID [FILENAME]
|
||||||
.br
|
.br
|
||||||
|
|
||||||
.br
|
.br
|
||||||
|
|
@ -68,21 +72,21 @@ the file is written to stdout.
|
||||||
.br
|
.br
|
||||||
|
|
||||||
.br
|
.br
|
||||||
download all [Id]
|
download all [ID]
|
||||||
.br
|
.br
|
||||||
|
|
||||||
.br
|
.br
|
||||||
You can use special word "all" and download all bills of
|
You can use special word "all" and download all bills of
|
||||||
.br
|
.br
|
||||||
subscription identified by Id.
|
subscription identified by ID.
|
||||||
.br
|
.br
|
||||||
If Id not given, download bills of all subscriptions.
|
If Id not given, download bills of all subscriptions.
|
||||||
.TP
|
.TP
|
||||||
\fBhistory\fR [\fII\fRd]
|
\fBhistory\fR [\fIID\fR]
|
||||||
.br
|
.br
|
||||||
Get the history of subscriptions.
|
Get the history of subscriptions.
|
||||||
.br
|
.br
|
||||||
If no ID given, display histories of all backends
|
If no ID given, display histories of all backends.
|
||||||
.br
|
.br
|
||||||
|
|
||||||
.br
|
.br
|
||||||
|
|
@ -90,7 +94,7 @@ Default is limited to 10 results.
|
||||||
.TP
|
.TP
|
||||||
\fBsubscriptions\fR
|
\fBsubscriptions\fR
|
||||||
.br
|
.br
|
||||||
List subscriptions
|
List all subscriptions.
|
||||||
.SH WEBOOB COMMANDS
|
.SH WEBOOB COMMANDS
|
||||||
.TP
|
.TP
|
||||||
\fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]...
|
\fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]...
|
||||||
|
|
@ -129,7 +133,7 @@ Follow a path.
|
||||||
.TP
|
.TP
|
||||||
\fBcondition\fR [\fIEXPRESSION\fR | off]
|
\fBcondition\fR [\fIEXPRESSION\fR | off]
|
||||||
.br
|
.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
|
.br
|
||||||
If the "off" value is given, conditional filtering is disabled.
|
If the "off" value is given, conditional filtering is disabled.
|
||||||
.br
|
.br
|
||||||
|
|
@ -195,11 +199,17 @@ Availables: debug, info, warning, error.
|
||||||
.br
|
.br
|
||||||
* default is an alias for warning
|
* default is an alias for warning
|
||||||
.TP
|
.TP
|
||||||
\fBls\fR [\-d] [\fIPATH\fR]
|
\fBls\fR [\-d] [\-\fIU\fR] [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
List objects in current path.
|
List objects in current path.
|
||||||
.br
|
.br
|
||||||
If an argument is given, list the specified path.
|
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
|
.TP
|
||||||
\fBquit\fR
|
\fBquit\fR
|
||||||
.br
|
.br
|
||||||
|
|
@ -254,7 +264,8 @@ save every response
|
||||||
.SH RESULTS OPTIONS
|
.SH RESULTS OPTIONS
|
||||||
.TP
|
.TP
|
||||||
\fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR
|
\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
|
.TP
|
||||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||||
limit number of results (from each backends)
|
limit number of results (from each backends)
|
||||||
|
|
@ -277,6 +288,51 @@ do not display item keys
|
||||||
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
||||||
file to export result
|
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
|
.SH COPYRIGHT
|
||||||
Copyright(C) 2012 Florent Fourcot
|
Copyright(C) 2012 Florent Fourcot
|
||||||
.LP
|
.LP
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH BOOBLYRICS 1 "03 August 2013" "booblyrics 0\&.g"
|
.TH BOOBLYRICS 1 "08 January 2014" "booblyrics 0\&.h"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
booblyrics \- search and display song lyrics
|
booblyrics \- search and display song lyrics
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -73,7 +73,7 @@ Follow a path.
|
||||||
.TP
|
.TP
|
||||||
\fBcondition\fR [\fIEXPRESSION\fR | off]
|
\fBcondition\fR [\fIEXPRESSION\fR | off]
|
||||||
.br
|
.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
|
.br
|
||||||
If the "off" value is given, conditional filtering is disabled.
|
If the "off" value is given, conditional filtering is disabled.
|
||||||
.br
|
.br
|
||||||
|
|
@ -139,11 +139,17 @@ Availables: debug, info, warning, error.
|
||||||
.br
|
.br
|
||||||
* default is an alias for warning
|
* default is an alias for warning
|
||||||
.TP
|
.TP
|
||||||
\fBls\fR [\-d] [\fIPATH\fR]
|
\fBls\fR [\-d] [\-\fIU\fR] [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
List objects in current path.
|
List objects in current path.
|
||||||
.br
|
.br
|
||||||
If an argument is given, list the specified path.
|
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
|
.TP
|
||||||
\fBquit\fR
|
\fBquit\fR
|
||||||
.br
|
.br
|
||||||
|
|
@ -198,7 +204,8 @@ save every response
|
||||||
.SH RESULTS OPTIONS
|
.SH RESULTS OPTIONS
|
||||||
.TP
|
.TP
|
||||||
\fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR
|
\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
|
.TP
|
||||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||||
limit number of results (from each backends)
|
limit number of results (from each backends)
|
||||||
|
|
@ -221,6 +228,51 @@ do not display item keys
|
||||||
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
||||||
file to export result
|
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
|
.SH COPYRIGHT
|
||||||
Copyright(C) 2013 Julien Veyssier
|
Copyright(C) 2013 Julien Veyssier
|
||||||
.LP
|
.LP
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH BOOBMSG 1 "03 August 2013" "boobmsg 0\&.g"
|
.TH BOOBMSG 1 "08 January 2014" "boobmsg 0\&.h"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
boobmsg \- send and receive message threads
|
boobmsg \- send and receive message threads
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -17,24 +17,24 @@ Console application allowing to send messages on various websites and to display
|
||||||
.SS Supported websites:
|
.SS Supported websites:
|
||||||
* aum ("Adopte un Mec" French dating website)
|
* aum ("Adopte un Mec" French dating website)
|
||||||
.br
|
.br
|
||||||
* bnporc (BNP Paribas French bank website)
|
* bnporc (BNP Paribas)
|
||||||
.br
|
.br
|
||||||
* bouygues (Bouygues Télécom French mobile phone provider)
|
* bouygues (Bouygues Télécom French mobile phone provider)
|
||||||
.br
|
.br
|
||||||
* dlfp (Da Linux French Page news website)
|
* dlfp (Da Linux French Page news website)
|
||||||
.br
|
.br
|
||||||
* ecrans (Écrans French news website)
|
|
||||||
.br
|
|
||||||
* fourchan (4chan image board)
|
* fourchan (4chan image board)
|
||||||
.br
|
.br
|
||||||
* hds (Histoires de Sexe French erotic novels)
|
* hds (Histoires de Sexe French erotic novels)
|
||||||
.br
|
.br
|
||||||
* hellobank (Hello Bank ! website)
|
* hellobank (Hello Bank!)
|
||||||
.br
|
.br
|
||||||
* inrocks (Les Inrocks French news website)
|
* inrocks (Les Inrocks French news website)
|
||||||
.br
|
.br
|
||||||
* lefigaro (Le Figaro French newspaper website)
|
* lefigaro (Le Figaro French newspaper website)
|
||||||
.br
|
.br
|
||||||
|
* liberation (Libération newspaper website)
|
||||||
|
.br
|
||||||
* minutes20 (2 Minutes French newspaper website)
|
* minutes20 (2 Minutes French newspaper website)
|
||||||
.br
|
.br
|
||||||
* newsfeed (Loads RSS and Atom feeds from any website)
|
* 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
|
.br
|
||||||
* orange (Orange French mobile phone provider)
|
* orange (Orange French mobile phone provider)
|
||||||
.br
|
.br
|
||||||
|
* ovs (OnVaSortir website. Handles private messages only)
|
||||||
|
.br
|
||||||
* phpbb (phpBB forum)
|
* phpbb (phpBB forum)
|
||||||
.br
|
.br
|
||||||
* presseurop (Presseurop website)
|
* presseurop (Presseurop website)
|
||||||
|
|
@ -131,7 +133,7 @@ Follow a path.
|
||||||
.TP
|
.TP
|
||||||
\fBcondition\fR [\fIEXPRESSION\fR | off]
|
\fBcondition\fR [\fIEXPRESSION\fR | off]
|
||||||
.br
|
.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
|
.br
|
||||||
If the "off" value is given, conditional filtering is disabled.
|
If the "off" value is given, conditional filtering is disabled.
|
||||||
.br
|
.br
|
||||||
|
|
@ -197,11 +199,17 @@ Availables: debug, info, warning, error.
|
||||||
.br
|
.br
|
||||||
* default is an alias for warning
|
* default is an alias for warning
|
||||||
.TP
|
.TP
|
||||||
\fBls\fR [\-d] [\fIPATH\fR]
|
\fBls\fR [\-d] [\-\fIU\fR] [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
List objects in current path.
|
List objects in current path.
|
||||||
.br
|
.br
|
||||||
If an argument is given, list the specified path.
|
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
|
.TP
|
||||||
\fBquit\fR
|
\fBquit\fR
|
||||||
.br
|
.br
|
||||||
|
|
@ -264,7 +272,8 @@ save every response
|
||||||
.SH RESULTS OPTIONS
|
.SH RESULTS OPTIONS
|
||||||
.TP
|
.TP
|
||||||
\fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR
|
\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
|
.TP
|
||||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||||
limit number of results (from each backends)
|
limit number of results (from each backends)
|
||||||
|
|
@ -287,6 +296,51 @@ do not display item keys
|
||||||
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
||||||
file to export result
|
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
|
.SH COPYRIGHT
|
||||||
Copyright(C) 2010-2011 Christophe Benz
|
Copyright(C) 2010-2011 Christophe Benz
|
||||||
.LP
|
.LP
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH BOOBOOKS 1 "03 August 2013" "boobooks 0\&.g"
|
.TH BOOBOOKS 1 "08 January 2014" "boobooks 0\&.h"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
boobooks \- manage rented books
|
boobooks \- manage rented books
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -61,7 +61,7 @@ Follow a path.
|
||||||
.TP
|
.TP
|
||||||
\fBcondition\fR [\fIEXPRESSION\fR | off]
|
\fBcondition\fR [\fIEXPRESSION\fR | off]
|
||||||
.br
|
.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
|
.br
|
||||||
If the "off" value is given, conditional filtering is disabled.
|
If the "off" value is given, conditional filtering is disabled.
|
||||||
.br
|
.br
|
||||||
|
|
@ -127,11 +127,17 @@ Availables: debug, info, warning, error.
|
||||||
.br
|
.br
|
||||||
* default is an alias for warning
|
* default is an alias for warning
|
||||||
.TP
|
.TP
|
||||||
\fBls\fR [\-d] [\fIPATH\fR]
|
\fBls\fR [\-d] [\-\fIU\fR] [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
List objects in current path.
|
List objects in current path.
|
||||||
.br
|
.br
|
||||||
If an argument is given, list the specified path.
|
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
|
.TP
|
||||||
\fBquit\fR
|
\fBquit\fR
|
||||||
.br
|
.br
|
||||||
|
|
@ -186,7 +192,8 @@ save every response
|
||||||
.SH RESULTS OPTIONS
|
.SH RESULTS OPTIONS
|
||||||
.TP
|
.TP
|
||||||
\fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR
|
\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
|
.TP
|
||||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||||
limit number of results (from each backends)
|
limit number of results (from each backends)
|
||||||
|
|
@ -209,6 +216,51 @@ do not display item keys
|
||||||
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
||||||
file to export result
|
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
|
.SH COPYRIGHT
|
||||||
Copyright(C) 2012 Jeremy Monnet
|
Copyright(C) 2012 Jeremy Monnet
|
||||||
.LP
|
.LP
|
||||||
|
|
|
||||||
291
man/boobsize.1
Normal file
291
man/boobsize.1
Normal file
|
|
@ -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
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH BOOBTRACKER 1 "03 August 2013" "boobtracker 0\&.g"
|
.TH BOOBTRACKER 1 "08 January 2014" "boobtracker 0\&.h"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
boobtracker \- manage bug tracking issues
|
boobtracker \- manage bug tracking issues
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -15,6 +15,8 @@ boobtracker \- manage bug tracking issues
|
||||||
Console application allowing to create, edit, view bug tracking issues.
|
Console application allowing to create, edit, view bug tracking issues.
|
||||||
|
|
||||||
.SS Supported websites:
|
.SS Supported websites:
|
||||||
|
* github (GitHub issues tracking)
|
||||||
|
.br
|
||||||
* redmine (The Redmine project management web application)
|
* redmine (The Redmine project management web application)
|
||||||
.SH BOOBTRACKER COMMANDS
|
.SH BOOBTRACKER COMMANDS
|
||||||
.TP
|
.TP
|
||||||
|
|
@ -133,7 +135,7 @@ Follow a path.
|
||||||
.TP
|
.TP
|
||||||
\fBcondition\fR [\fIEXPRESSION\fR | off]
|
\fBcondition\fR [\fIEXPRESSION\fR | off]
|
||||||
.br
|
.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
|
.br
|
||||||
If the "off" value is given, conditional filtering is disabled.
|
If the "off" value is given, conditional filtering is disabled.
|
||||||
.br
|
.br
|
||||||
|
|
@ -199,11 +201,17 @@ Availables: debug, info, warning, error.
|
||||||
.br
|
.br
|
||||||
* default is an alias for warning
|
* default is an alias for warning
|
||||||
.TP
|
.TP
|
||||||
\fBls\fR [\-d] [\fIPATH\fR]
|
\fBls\fR [\-d] [\-\fIU\fR] [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
List objects in current path.
|
List objects in current path.
|
||||||
.br
|
.br
|
||||||
If an argument is given, list the specified path.
|
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
|
.TP
|
||||||
\fBquit\fR
|
\fBquit\fR
|
||||||
.br
|
.br
|
||||||
|
|
@ -272,7 +280,8 @@ save every response
|
||||||
.SH RESULTS OPTIONS
|
.SH RESULTS OPTIONS
|
||||||
.TP
|
.TP
|
||||||
\fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR
|
\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
|
.TP
|
||||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||||
limit number of results (from each backends)
|
limit number of results (from each backends)
|
||||||
|
|
@ -295,6 +304,51 @@ do not display item keys
|
||||||
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
||||||
file to export result
|
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
|
.SH COPYRIGHT
|
||||||
Copyright(C) 2011 Romain Bignon
|
Copyright(C) 2011 Romain Bignon
|
||||||
.LP
|
.LP
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH CINEOOB 1 "03 August 2013" "cineoob 0\&.g"
|
.TH CINEOOB 1 "08 January 2014" "cineoob 0\&.h"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
cineoob \- search movies and persons around cinema
|
cineoob \- search movies and persons around cinema
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -243,7 +243,7 @@ Follow a path.
|
||||||
.TP
|
.TP
|
||||||
\fBcondition\fR [\fIEXPRESSION\fR | off]
|
\fBcondition\fR [\fIEXPRESSION\fR | off]
|
||||||
.br
|
.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
|
.br
|
||||||
If the "off" value is given, conditional filtering is disabled.
|
If the "off" value is given, conditional filtering is disabled.
|
||||||
.br
|
.br
|
||||||
|
|
@ -309,11 +309,17 @@ Availables: debug, info, warning, error.
|
||||||
.br
|
.br
|
||||||
* default is an alias for warning
|
* default is an alias for warning
|
||||||
.TP
|
.TP
|
||||||
\fBls\fR [\-d] [\fIPATH\fR]
|
\fBls\fR [\-d] [\-\fIU\fR] [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
List objects in current path.
|
List objects in current path.
|
||||||
.br
|
.br
|
||||||
If an argument is given, list the specified path.
|
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
|
.TP
|
||||||
\fBquit\fR
|
\fBquit\fR
|
||||||
.br
|
.br
|
||||||
|
|
@ -368,7 +374,8 @@ save every response
|
||||||
.SH RESULTS OPTIONS
|
.SH RESULTS OPTIONS
|
||||||
.TP
|
.TP
|
||||||
\fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR
|
\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
|
.TP
|
||||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||||
limit number of results (from each backends)
|
limit number of results (from each backends)
|
||||||
|
|
@ -392,6 +399,51 @@ do not display item keys
|
||||||
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
||||||
file to export result
|
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
|
.SH COPYRIGHT
|
||||||
Copyright(C) 2013 Julien Veyssier
|
Copyright(C) 2013 Julien Veyssier
|
||||||
.LP
|
.LP
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH COMPAROOB 1 "03 August 2013" "comparoob 0\&.g"
|
.TH COMPAROOB 1 "08 January 2014" "comparoob 0\&.h"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
comparoob \- compare products
|
comparoob \- compare products
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -65,7 +65,7 @@ Follow a path.
|
||||||
.TP
|
.TP
|
||||||
\fBcondition\fR [\fIEXPRESSION\fR | off]
|
\fBcondition\fR [\fIEXPRESSION\fR | off]
|
||||||
.br
|
.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
|
.br
|
||||||
If the "off" value is given, conditional filtering is disabled.
|
If the "off" value is given, conditional filtering is disabled.
|
||||||
.br
|
.br
|
||||||
|
|
@ -131,11 +131,17 @@ Availables: debug, info, warning, error.
|
||||||
.br
|
.br
|
||||||
* default is an alias for warning
|
* default is an alias for warning
|
||||||
.TP
|
.TP
|
||||||
\fBls\fR [\-d] [\fIPATH\fR]
|
\fBls\fR [\-d] [\-\fIU\fR] [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
List objects in current path.
|
List objects in current path.
|
||||||
.br
|
.br
|
||||||
If an argument is given, list the specified path.
|
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
|
.TP
|
||||||
\fBquit\fR
|
\fBquit\fR
|
||||||
.br
|
.br
|
||||||
|
|
@ -190,7 +196,8 @@ save every response
|
||||||
.SH RESULTS OPTIONS
|
.SH RESULTS OPTIONS
|
||||||
.TP
|
.TP
|
||||||
\fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR
|
\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
|
.TP
|
||||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||||
limit number of results (from each backends)
|
limit number of results (from each backends)
|
||||||
|
|
@ -213,6 +220,51 @@ do not display item keys
|
||||||
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
||||||
file to export result
|
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
|
.SH COPYRIGHT
|
||||||
Copyright(C) 2012 Romain Bignon
|
Copyright(C) 2012 Romain Bignon
|
||||||
.LP
|
.LP
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH COOKBOOB 1 "03 August 2013" "cookboob 0\&.g"
|
.TH COOKBOOB 1 "08 January 2014" "cookboob 0\&.h"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
cookboob \- search and consult recipes
|
cookboob \- search and consult recipes
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -83,7 +83,7 @@ Follow a path.
|
||||||
.TP
|
.TP
|
||||||
\fBcondition\fR [\fIEXPRESSION\fR | off]
|
\fBcondition\fR [\fIEXPRESSION\fR | off]
|
||||||
.br
|
.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
|
.br
|
||||||
If the "off" value is given, conditional filtering is disabled.
|
If the "off" value is given, conditional filtering is disabled.
|
||||||
.br
|
.br
|
||||||
|
|
@ -149,11 +149,17 @@ Availables: debug, info, warning, error.
|
||||||
.br
|
.br
|
||||||
* default is an alias for warning
|
* default is an alias for warning
|
||||||
.TP
|
.TP
|
||||||
\fBls\fR [\-d] [\fIPATH\fR]
|
\fBls\fR [\-d] [\-\fIU\fR] [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
List objects in current path.
|
List objects in current path.
|
||||||
.br
|
.br
|
||||||
If an argument is given, list the specified path.
|
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
|
.TP
|
||||||
\fBquit\fR
|
\fBquit\fR
|
||||||
.br
|
.br
|
||||||
|
|
@ -208,7 +214,8 @@ save every response
|
||||||
.SH RESULTS OPTIONS
|
.SH RESULTS OPTIONS
|
||||||
.TP
|
.TP
|
||||||
\fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR
|
\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
|
.TP
|
||||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||||
limit number of results (from each backends)
|
limit number of results (from each backends)
|
||||||
|
|
@ -231,6 +238,51 @@ do not display item keys
|
||||||
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
||||||
file to export result
|
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
|
.SH COPYRIGHT
|
||||||
Copyright(C) 2013 Julien Veyssier
|
Copyright(C) 2013 Julien Veyssier
|
||||||
.LP
|
.LP
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH FLATBOOB 1 "03 August 2013" "flatboob 0\&.g"
|
.TH FLATBOOB 1 "08 January 2014" "flatboob 0\&.h"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
flatboob \- search for housing
|
flatboob \- search for housing
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -69,7 +69,7 @@ Follow a path.
|
||||||
.TP
|
.TP
|
||||||
\fBcondition\fR [\fIEXPRESSION\fR | off]
|
\fBcondition\fR [\fIEXPRESSION\fR | off]
|
||||||
.br
|
.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
|
.br
|
||||||
If the "off" value is given, conditional filtering is disabled.
|
If the "off" value is given, conditional filtering is disabled.
|
||||||
.br
|
.br
|
||||||
|
|
@ -135,11 +135,17 @@ Availables: debug, info, warning, error.
|
||||||
.br
|
.br
|
||||||
* default is an alias for warning
|
* default is an alias for warning
|
||||||
.TP
|
.TP
|
||||||
\fBls\fR [\-d] [\fIPATH\fR]
|
\fBls\fR [\-d] [\-\fIU\fR] [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
List objects in current path.
|
List objects in current path.
|
||||||
.br
|
.br
|
||||||
If an argument is given, list the specified path.
|
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
|
.TP
|
||||||
\fBquit\fR
|
\fBquit\fR
|
||||||
.br
|
.br
|
||||||
|
|
@ -194,7 +200,8 @@ save every response
|
||||||
.SH RESULTS OPTIONS
|
.SH RESULTS OPTIONS
|
||||||
.TP
|
.TP
|
||||||
\fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR
|
\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
|
.TP
|
||||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||||
limit number of results (from each backends)
|
limit number of results (from each backends)
|
||||||
|
|
@ -217,6 +224,51 @@ do not display item keys
|
||||||
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
||||||
file to export result
|
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
|
.SH COPYRIGHT
|
||||||
Copyright(C) 2012 Romain Bignon
|
Copyright(C) 2012 Romain Bignon
|
||||||
.LP
|
.LP
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH GALLEROOB 1 "03 August 2013" "galleroob 0\&.g"
|
.TH GALLEROOB 1 "08 January 2014" "galleroob 0\&.h"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
galleroob \- browse and download web image galleries
|
galleroob \- browse and download web image galleries
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -91,7 +91,7 @@ Follow a path.
|
||||||
.TP
|
.TP
|
||||||
\fBcondition\fR [\fIEXPRESSION\fR | off]
|
\fBcondition\fR [\fIEXPRESSION\fR | off]
|
||||||
.br
|
.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
|
.br
|
||||||
If the "off" value is given, conditional filtering is disabled.
|
If the "off" value is given, conditional filtering is disabled.
|
||||||
.br
|
.br
|
||||||
|
|
@ -157,11 +157,17 @@ Availables: debug, info, warning, error.
|
||||||
.br
|
.br
|
||||||
* default is an alias for warning
|
* default is an alias for warning
|
||||||
.TP
|
.TP
|
||||||
\fBls\fR [\-d] [\fIPATH\fR]
|
\fBls\fR [\-d] [\-\fIU\fR] [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
List objects in current path.
|
List objects in current path.
|
||||||
.br
|
.br
|
||||||
If an argument is given, list the specified path.
|
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
|
.TP
|
||||||
\fBquit\fR
|
\fBquit\fR
|
||||||
.br
|
.br
|
||||||
|
|
@ -216,7 +222,8 @@ save every response
|
||||||
.SH RESULTS OPTIONS
|
.SH RESULTS OPTIONS
|
||||||
.TP
|
.TP
|
||||||
\fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR
|
\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
|
.TP
|
||||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||||
limit number of results (from each backends)
|
limit number of results (from each backends)
|
||||||
|
|
@ -239,6 +246,51 @@ do not display item keys
|
||||||
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
||||||
file to export result
|
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
|
.SH COPYRIGHT
|
||||||
Copyright(C) 2011 Noé Rubinstein
|
Copyright(C) 2011 Noé Rubinstein
|
||||||
.LP
|
.LP
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH GEOLOOC 1 "03 August 2013" "geolooc 0\&.g"
|
.TH GEOLOOC 1 "08 January 2014" "geolooc 0\&.h"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
geolooc \- geolocalize IP addresses
|
geolooc \- geolocalize IP addresses
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -56,7 +56,7 @@ Follow a path.
|
||||||
.TP
|
.TP
|
||||||
\fBcondition\fR [\fIEXPRESSION\fR | off]
|
\fBcondition\fR [\fIEXPRESSION\fR | off]
|
||||||
.br
|
.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
|
.br
|
||||||
If the "off" value is given, conditional filtering is disabled.
|
If the "off" value is given, conditional filtering is disabled.
|
||||||
.br
|
.br
|
||||||
|
|
@ -122,11 +122,17 @@ Availables: debug, info, warning, error.
|
||||||
.br
|
.br
|
||||||
* default is an alias for warning
|
* default is an alias for warning
|
||||||
.TP
|
.TP
|
||||||
\fBls\fR [\-d] [\fIPATH\fR]
|
\fBls\fR [\-d] [\-\fIU\fR] [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
List objects in current path.
|
List objects in current path.
|
||||||
.br
|
.br
|
||||||
If an argument is given, list the specified path.
|
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
|
.TP
|
||||||
\fBquit\fR
|
\fBquit\fR
|
||||||
.br
|
.br
|
||||||
|
|
@ -181,7 +187,8 @@ save every response
|
||||||
.SH RESULTS OPTIONS
|
.SH RESULTS OPTIONS
|
||||||
.TP
|
.TP
|
||||||
\fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR
|
\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
|
.TP
|
||||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||||
limit number of results (from each backends)
|
limit number of results (from each backends)
|
||||||
|
|
@ -203,6 +210,51 @@ do not display item keys
|
||||||
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
||||||
file to export result
|
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
|
.SH COPYRIGHT
|
||||||
Copyright(C) 2010-2011 Romain Bignon
|
Copyright(C) 2010-2011 Romain Bignon
|
||||||
.LP
|
.LP
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH HANDJOOB 1 "03 August 2013" "handjoob 0\&.g"
|
.TH HANDJOOB 1 "08 January 2014" "handjoob 0\&.h"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
handjoob \- search for a job
|
handjoob \- search for a job
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -19,9 +19,17 @@ Console application to search for a job.
|
||||||
.br
|
.br
|
||||||
* apec (apec website)
|
* apec (apec website)
|
||||||
.br
|
.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
|
.br
|
||||||
* popolemploi (Pole Emploi website)
|
* popolemploi (Pole Emploi website)
|
||||||
|
.br
|
||||||
|
* regionsjob (regionsjob website)
|
||||||
.SH HANDJOOB COMMANDS
|
.SH HANDJOOB COMMANDS
|
||||||
.TP
|
.TP
|
||||||
\fBinfo\fR \fIID\fR
|
\fBinfo\fR \fIID\fR
|
||||||
|
|
@ -73,7 +81,7 @@ Follow a path.
|
||||||
.TP
|
.TP
|
||||||
\fBcondition\fR [\fIEXPRESSION\fR | off]
|
\fBcondition\fR [\fIEXPRESSION\fR | off]
|
||||||
.br
|
.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
|
.br
|
||||||
If the "off" value is given, conditional filtering is disabled.
|
If the "off" value is given, conditional filtering is disabled.
|
||||||
.br
|
.br
|
||||||
|
|
@ -139,11 +147,17 @@ Availables: debug, info, warning, error.
|
||||||
.br
|
.br
|
||||||
* default is an alias for warning
|
* default is an alias for warning
|
||||||
.TP
|
.TP
|
||||||
\fBls\fR [\-d] [\fIPATH\fR]
|
\fBls\fR
|
||||||
.br
|
.br
|
||||||
List objects in current path.
|
advanced search
|
||||||
.br
|
.br
|
||||||
If an argument is given, list the specified path.
|
|
||||||
|
.br
|
||||||
|
Search for an advert matching to advanced filters.
|
||||||
|
.br
|
||||||
|
|
||||||
|
.br
|
||||||
|
Default is limited to 10 results.
|
||||||
.TP
|
.TP
|
||||||
\fBquit\fR
|
\fBquit\fR
|
||||||
.br
|
.br
|
||||||
|
|
@ -198,7 +212,8 @@ save every response
|
||||||
.SH RESULTS OPTIONS
|
.SH RESULTS OPTIONS
|
||||||
.TP
|
.TP
|
||||||
\fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR
|
\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
|
.TP
|
||||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||||
limit number of results (from each backends)
|
limit number of results (from each backends)
|
||||||
|
|
@ -221,6 +236,51 @@ do not display item keys
|
||||||
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
||||||
file to export result
|
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
|
.SH COPYRIGHT
|
||||||
Copyright(C) 2012 Bezleputh
|
Copyright(C) 2012 Bezleputh
|
||||||
.LP
|
.LP
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH HAVEDATE 1 "03 August 2013" "havedate 0\&.g"
|
.TH HAVEDATE 1 "08 January 2014" "havedate 0\&.h"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
havedate \- interact with dating websites
|
havedate \- interact with dating websites
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -125,7 +125,7 @@ Follow a path.
|
||||||
.TP
|
.TP
|
||||||
\fBcondition\fR [\fIEXPRESSION\fR | off]
|
\fBcondition\fR [\fIEXPRESSION\fR | off]
|
||||||
.br
|
.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
|
.br
|
||||||
If the "off" value is given, conditional filtering is disabled.
|
If the "off" value is given, conditional filtering is disabled.
|
||||||
.br
|
.br
|
||||||
|
|
@ -191,11 +191,17 @@ Availables: debug, info, warning, error.
|
||||||
.br
|
.br
|
||||||
* default is an alias for warning
|
* default is an alias for warning
|
||||||
.TP
|
.TP
|
||||||
\fBls\fR [\-d] [\fIPATH\fR]
|
\fBls\fR [\-d] [\-\fIU\fR] [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
List objects in current path.
|
List objects in current path.
|
||||||
.br
|
.br
|
||||||
If an argument is given, list the specified path.
|
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
|
.TP
|
||||||
\fBquit\fR
|
\fBquit\fR
|
||||||
.br
|
.br
|
||||||
|
|
@ -258,7 +264,8 @@ save every response
|
||||||
.SH RESULTS OPTIONS
|
.SH RESULTS OPTIONS
|
||||||
.TP
|
.TP
|
||||||
\fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR
|
\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
|
.TP
|
||||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||||
limit number of results (from each backends)
|
limit number of results (from each backends)
|
||||||
|
|
@ -281,6 +288,51 @@ do not display item keys
|
||||||
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
||||||
file to export result
|
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
|
.SH COPYRIGHT
|
||||||
Copyright(C) 2010-2012 Romain Bignon
|
Copyright(C) 2010-2012 Romain Bignon
|
||||||
.LP
|
.LP
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH MONBOOB 1 "03 August 2013" "monboob 0\&.g"
|
.TH MONBOOB 1 "08 January 2014" "monboob 0\&.h"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
monboob \- daemon to send and check messages
|
monboob \- daemon to send and check messages
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -17,24 +17,24 @@ Daemon allowing to regularly check for new messages on various websites, and sen
|
||||||
.SS Supported websites:
|
.SS Supported websites:
|
||||||
* aum ("Adopte un Mec" French dating website)
|
* aum ("Adopte un Mec" French dating website)
|
||||||
.br
|
.br
|
||||||
* bnporc (BNP Paribas French bank website)
|
* bnporc (BNP Paribas)
|
||||||
.br
|
.br
|
||||||
* bouygues (Bouygues Télécom French mobile phone provider)
|
* bouygues (Bouygues Télécom French mobile phone provider)
|
||||||
.br
|
.br
|
||||||
* dlfp (Da Linux French Page news website)
|
* dlfp (Da Linux French Page news website)
|
||||||
.br
|
.br
|
||||||
* ecrans (Écrans French news website)
|
|
||||||
.br
|
|
||||||
* fourchan (4chan image board)
|
* fourchan (4chan image board)
|
||||||
.br
|
.br
|
||||||
* hds (Histoires de Sexe French erotic novels)
|
* hds (Histoires de Sexe French erotic novels)
|
||||||
.br
|
.br
|
||||||
* hellobank (Hello Bank ! website)
|
* hellobank (Hello Bank!)
|
||||||
.br
|
.br
|
||||||
* inrocks (Les Inrocks French news website)
|
* inrocks (Les Inrocks French news website)
|
||||||
.br
|
.br
|
||||||
* lefigaro (Le Figaro French newspaper website)
|
* lefigaro (Le Figaro French newspaper website)
|
||||||
.br
|
.br
|
||||||
|
* liberation (Libération newspaper website)
|
||||||
|
.br
|
||||||
* minutes20 (2 Minutes French newspaper website)
|
* minutes20 (2 Minutes French newspaper website)
|
||||||
.br
|
.br
|
||||||
* newsfeed (Loads RSS and Atom feeds from any website)
|
* 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
|
.br
|
||||||
* orange (Orange French mobile phone provider)
|
* orange (Orange French mobile phone provider)
|
||||||
.br
|
.br
|
||||||
|
* ovs (OnVaSortir website. Handles private messages only)
|
||||||
|
.br
|
||||||
* phpbb (phpBB forum)
|
* phpbb (phpBB forum)
|
||||||
.br
|
.br
|
||||||
* presseurop (Presseurop website)
|
* presseurop (Presseurop website)
|
||||||
|
|
@ -106,7 +108,8 @@ save every response
|
||||||
.SH RESULTS OPTIONS
|
.SH RESULTS OPTIONS
|
||||||
.TP
|
.TP
|
||||||
\fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR
|
\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
|
.TP
|
||||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||||
limit number of results (from each backends)
|
limit number of results (from each backends)
|
||||||
|
|
@ -128,6 +131,51 @@ do not display item keys
|
||||||
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
||||||
file to export result
|
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
|
.SH COPYRIGHT
|
||||||
Copyright(C) 2010-2011 Romain Bignon
|
Copyright(C) 2010-2011 Romain Bignon
|
||||||
.LP
|
.LP
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH PARCELOOB 1 "03 August 2013" "parceloob 0\&.g"
|
.TH PARCELOOB 1 "08 January 2014" "parceloob 0\&.h"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
parceloob \- manage your parcels
|
parceloob \- manage your parcels
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -17,6 +17,8 @@ Console application to track your parcels.
|
||||||
.SS Supported websites:
|
.SS Supported websites:
|
||||||
* chronopost (Chronopost website)
|
* chronopost (Chronopost website)
|
||||||
.br
|
.br
|
||||||
|
* colissimo (Colissimo parcel tracking website)
|
||||||
|
.br
|
||||||
* ups (UPS website)
|
* ups (UPS website)
|
||||||
.SH PARCELOOB COMMANDS
|
.SH PARCELOOB COMMANDS
|
||||||
.TP
|
.TP
|
||||||
|
|
@ -73,7 +75,7 @@ Follow a path.
|
||||||
.TP
|
.TP
|
||||||
\fBcondition\fR [\fIEXPRESSION\fR | off]
|
\fBcondition\fR [\fIEXPRESSION\fR | off]
|
||||||
.br
|
.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
|
.br
|
||||||
If the "off" value is given, conditional filtering is disabled.
|
If the "off" value is given, conditional filtering is disabled.
|
||||||
.br
|
.br
|
||||||
|
|
@ -139,11 +141,17 @@ Availables: debug, info, warning, error.
|
||||||
.br
|
.br
|
||||||
* default is an alias for warning
|
* default is an alias for warning
|
||||||
.TP
|
.TP
|
||||||
\fBls\fR [\-d] [\fIPATH\fR]
|
\fBls\fR [\-d] [\-\fIU\fR] [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
List objects in current path.
|
List objects in current path.
|
||||||
.br
|
.br
|
||||||
If an argument is given, list the specified path.
|
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
|
.TP
|
||||||
\fBquit\fR
|
\fBquit\fR
|
||||||
.br
|
.br
|
||||||
|
|
@ -198,7 +206,8 @@ save every response
|
||||||
.SH RESULTS OPTIONS
|
.SH RESULTS OPTIONS
|
||||||
.TP
|
.TP
|
||||||
\fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR
|
\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
|
.TP
|
||||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||||
limit number of results (from each backends)
|
limit number of results (from each backends)
|
||||||
|
|
@ -221,6 +230,51 @@ do not display item keys
|
||||||
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
||||||
file to export result
|
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
|
.SH COPYRIGHT
|
||||||
Copyright(C) 2013 Romain Bignon
|
Copyright(C) 2013 Romain Bignon
|
||||||
.LP
|
.LP
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH PASTOOB 1 "03 August 2013" "pastoob 0\&.g"
|
.TH PASTOOB 1 "08 January 2014" "pastoob 0\&.h"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
pastoob \- post and get pastes from pastebins
|
pastoob \- post and get pastes from pastebins
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -67,7 +67,7 @@ Follow a path.
|
||||||
.TP
|
.TP
|
||||||
\fBcondition\fR [\fIEXPRESSION\fR | off]
|
\fBcondition\fR [\fIEXPRESSION\fR | off]
|
||||||
.br
|
.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
|
.br
|
||||||
If the "off" value is given, conditional filtering is disabled.
|
If the "off" value is given, conditional filtering is disabled.
|
||||||
.br
|
.br
|
||||||
|
|
@ -133,11 +133,17 @@ Availables: debug, info, warning, error.
|
||||||
.br
|
.br
|
||||||
* default is an alias for warning
|
* default is an alias for warning
|
||||||
.TP
|
.TP
|
||||||
\fBls\fR [\-d] [\fIPATH\fR]
|
\fBls\fR [\-d] [\-\fIU\fR] [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
List objects in current path.
|
List objects in current path.
|
||||||
.br
|
.br
|
||||||
If an argument is given, list the specified path.
|
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
|
.TP
|
||||||
\fBquit\fR
|
\fBquit\fR
|
||||||
.br
|
.br
|
||||||
|
|
@ -181,7 +187,7 @@ Make paste public.
|
||||||
Paste title
|
Paste title
|
||||||
.TP
|
.TP
|
||||||
\fB\-m MAX_AGE\fR, \fB\-\-max\-age=MAX_AGE\fR
|
\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
|
.SH LOGGING OPTIONS
|
||||||
.TP
|
.TP
|
||||||
|
|
@ -203,7 +209,8 @@ save every response
|
||||||
.SH RESULTS OPTIONS
|
.SH RESULTS OPTIONS
|
||||||
.TP
|
.TP
|
||||||
\fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR
|
\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
|
.TP
|
||||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||||
limit number of results (from each backends)
|
limit number of results (from each backends)
|
||||||
|
|
@ -225,6 +232,51 @@ do not display item keys
|
||||||
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
||||||
file to export result
|
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
|
.SH COPYRIGHT
|
||||||
Copyright(C) 2011-2013 Laurent Bachelier
|
Copyright(C) 2011-2013 Laurent Bachelier
|
||||||
.LP
|
.LP
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH QBOOBMSG 1 "03 August 2013" "qboobmsg 0\&.g"
|
.TH QBOOBMSG 1 "08 January 2014" "qboobmsg 0\&.h"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
qboobmsg \- send and receive message threads
|
qboobmsg \- send and receive message threads
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -17,24 +17,24 @@ Qt application allowing to read messages on various websites and reply to them.
|
||||||
.SS Supported websites:
|
.SS Supported websites:
|
||||||
* aum ("Adopte un Mec" French dating website)
|
* aum ("Adopte un Mec" French dating website)
|
||||||
.br
|
.br
|
||||||
* bnporc (BNP Paribas French bank website)
|
* bnporc (BNP Paribas)
|
||||||
.br
|
.br
|
||||||
* bouygues (Bouygues Télécom French mobile phone provider)
|
* bouygues (Bouygues Télécom French mobile phone provider)
|
||||||
.br
|
.br
|
||||||
* dlfp (Da Linux French Page news website)
|
* dlfp (Da Linux French Page news website)
|
||||||
.br
|
.br
|
||||||
* ecrans (Écrans French news website)
|
|
||||||
.br
|
|
||||||
* fourchan (4chan image board)
|
* fourchan (4chan image board)
|
||||||
.br
|
.br
|
||||||
* hds (Histoires de Sexe French erotic novels)
|
* hds (Histoires de Sexe French erotic novels)
|
||||||
.br
|
.br
|
||||||
* hellobank (Hello Bank ! website)
|
* hellobank (Hello Bank!)
|
||||||
.br
|
.br
|
||||||
* inrocks (Les Inrocks French news website)
|
* inrocks (Les Inrocks French news website)
|
||||||
.br
|
.br
|
||||||
* lefigaro (Le Figaro French newspaper website)
|
* lefigaro (Le Figaro French newspaper website)
|
||||||
.br
|
.br
|
||||||
|
* liberation (Libération newspaper website)
|
||||||
|
.br
|
||||||
* minutes20 (2 Minutes French newspaper website)
|
* minutes20 (2 Minutes French newspaper website)
|
||||||
.br
|
.br
|
||||||
* newsfeed (Loads RSS and Atom feeds from any website)
|
* 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
|
.br
|
||||||
* orange (Orange French mobile phone provider)
|
* orange (Orange French mobile phone provider)
|
||||||
.br
|
.br
|
||||||
|
* ovs (OnVaSortir website. Handles private messages only)
|
||||||
|
.br
|
||||||
* phpbb (phpBB forum)
|
* phpbb (phpBB forum)
|
||||||
.br
|
.br
|
||||||
* presseurop (Presseurop website)
|
* presseurop (Presseurop website)
|
||||||
|
|
@ -84,6 +86,51 @@ file to save logs
|
||||||
\fB\-a\fR, \fB\-\-save\-responses\fR
|
\fB\-a\fR, \fB\-\-save\-responses\fR
|
||||||
save every response
|
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
|
.SH COPYRIGHT
|
||||||
Copyright(C) 2010-2011 Romain Bignon
|
Copyright(C) 2010-2011 Romain Bignon
|
||||||
.LP
|
.LP
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH QCINEOOB 1 "03 August 2013" "qcineoob 0\&.g"
|
.TH QCINEOOB 1 "08 January 2014" "qcineoob 0\&.h"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
qcineoob \- search movies, people, torrent and subtitles
|
qcineoob \- search movies, people, torrent and subtitles
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -48,6 +48,51 @@ file to save logs
|
||||||
\fB\-a\fR, \fB\-\-save\-responses\fR
|
\fB\-a\fR, \fB\-\-save\-responses\fR
|
||||||
save every response
|
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
|
.SH COPYRIGHT
|
||||||
Copyright(C) 2013 Julien Veyssier
|
Copyright(C) 2013 Julien Veyssier
|
||||||
.LP
|
.LP
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH QCOOKBOOB 1 "03 August 2013" "qcookboob 0\&.g"
|
.TH QCOOKBOOB 1 "08 January 2014" "qcookboob 0\&.h"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
qcookboob \- search recipes
|
qcookboob \- search recipes
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -58,6 +58,51 @@ file to save logs
|
||||||
\fB\-a\fR, \fB\-\-save\-responses\fR
|
\fB\-a\fR, \fB\-\-save\-responses\fR
|
||||||
save every response
|
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
|
.SH COPYRIGHT
|
||||||
Copyright(C) 2013 Julien Veyssier
|
Copyright(C) 2013 Julien Veyssier
|
||||||
.LP
|
.LP
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH QFLATBOOB 1 "03 August 2013" "qflatboob 0\&.g"
|
.TH QFLATBOOB 1 "08 January 2014" "qflatboob 0\&.h"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
qflatboob \- search for housing
|
qflatboob \- search for housing
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -52,6 +52,51 @@ file to save logs
|
||||||
\fB\-a\fR, \fB\-\-save\-responses\fR
|
\fB\-a\fR, \fB\-\-save\-responses\fR
|
||||||
save every response
|
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
|
.SH COPYRIGHT
|
||||||
Copyright(C) 2010-2012 Romain Bignon
|
Copyright(C) 2010-2012 Romain Bignon
|
||||||
.LP
|
.LP
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH QHANDJOOB 1 "03 August 2013" "qhandjoob 0\&.g"
|
.TH QHANDJOOB 1 "08 January 2014" "qhandjoob 0\&.h"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
qhandjoob \- search for job
|
qhandjoob \- search for job
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -19,9 +19,17 @@ Qt application to search for job.
|
||||||
.br
|
.br
|
||||||
* apec (apec website)
|
* apec (apec website)
|
||||||
.br
|
.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
|
.br
|
||||||
* popolemploi (Pole Emploi website)
|
* popolemploi (Pole Emploi website)
|
||||||
|
.br
|
||||||
|
* regionsjob (regionsjob website)
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-version\fR
|
\fB\-\-version\fR
|
||||||
|
|
@ -56,6 +64,51 @@ file to save logs
|
||||||
\fB\-a\fR, \fB\-\-save\-responses\fR
|
\fB\-a\fR, \fB\-\-save\-responses\fR
|
||||||
save every response
|
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
|
.SH COPYRIGHT
|
||||||
Copyright(C) 2013 Sébastien Monel
|
Copyright(C) 2013 Sébastien Monel
|
||||||
.LP
|
.LP
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH QHAVEDATE 1 "03 August 2013" "qhavedate 0\&.g"
|
.TH QHAVEDATE 1 "08 January 2014" "qhavedate 0\&.h"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
qhavedate \- interact with dating websites
|
qhavedate \- interact with dating websites
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -50,6 +50,51 @@ file to save logs
|
||||||
\fB\-a\fR, \fB\-\-save\-responses\fR
|
\fB\-a\fR, \fB\-\-save\-responses\fR
|
||||||
save every response
|
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
|
.SH COPYRIGHT
|
||||||
Copyright(C) 2010-2012 Romain Bignon
|
Copyright(C) 2010-2012 Romain Bignon
|
||||||
.LP
|
.LP
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH QVIDEOOB 1 "03 August 2013" "qvideoob 0\&.g"
|
.TH QVIDEOOB 1 "08 January 2014" "qvideoob 0\&.h"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
qvideoob \- search and play videos
|
qvideoob \- search and play videos
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -31,12 +31,14 @@ Qt application allowing to search videos on various websites and play them.
|
||||||
.br
|
.br
|
||||||
* gdcvault (Game Developers Conferences Vault video streaming website)
|
* gdcvault (Game Developers Conferences Vault video streaming website)
|
||||||
.br
|
.br
|
||||||
* grooveshark (grooveshark website)
|
|
||||||
.br
|
|
||||||
* ina (INA French TV video archives)
|
* ina (INA French TV video archives)
|
||||||
.br
|
.br
|
||||||
|
* jacquieetmichel (Jacquie et Michel TV)
|
||||||
|
.br
|
||||||
* nolifetv (NolifeTV French video streaming website)
|
* nolifetv (NolifeTV French video streaming website)
|
||||||
.br
|
.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')
|
* radiofrance (Radios of Radio France: Inter, Info, Bleu, Culture, Musique, FIP, Le Mouv')
|
||||||
.br
|
.br
|
||||||
* trictractv (TricTrac.tv video website)
|
* trictractv (TricTrac.tv video website)
|
||||||
|
|
@ -82,6 +84,51 @@ file to save logs
|
||||||
\fB\-a\fR, \fB\-\-save\-responses\fR
|
\fB\-a\fR, \fB\-\-save\-responses\fR
|
||||||
save every response
|
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
|
.SH COPYRIGHT
|
||||||
Copyright(C) 2010-2011 Romain Bignon
|
Copyright(C) 2010-2011 Romain Bignon
|
||||||
.LP
|
.LP
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH QWEBCONTENTEDIT 1 "03 August 2013" "qwebcontentedit 0\&.g"
|
.TH QWEBCONTENTEDIT 1 "08 January 2014" "qwebcontentedit 0\&.h"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
qwebcontentedit \- manage websites content
|
qwebcontentedit \- manage websites content
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -54,6 +54,51 @@ file to save logs
|
||||||
\fB\-a\fR, \fB\-\-save\-responses\fR
|
\fB\-a\fR, \fB\-\-save\-responses\fR
|
||||||
save every response
|
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
|
.SH COPYRIGHT
|
||||||
Copyright(C) 2011 Clément Schreiner
|
Copyright(C) 2011 Clément Schreiner
|
||||||
.LP
|
.LP
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH RADIOOB 1 "03 August 2013" "radioob 0\&.g"
|
.TH RADIOOB 1 "08 January 2014" "radioob 0\&.h"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
radioob \- search, show or listen to radio stations
|
radioob \- search, show or listen to radio stations
|
||||||
.SH SYNOPSIS
|
.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.
|
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
|
.SH RADIOOB COMMANDS
|
||||||
.TP
|
.TP
|
||||||
|
\fBdownload\fR \fIID\fR [\fIFILENAME\fR]
|
||||||
|
.br
|
||||||
|
Download an audio file
|
||||||
|
.TP
|
||||||
\fBinfo\fR \fIID\fR
|
\fBinfo\fR \fIID\fR
|
||||||
.br
|
.br
|
||||||
Get information about a radio.
|
Get information about a radio or an audio file.
|
||||||
.TP
|
.TP
|
||||||
\fBplay\fR \fIID\fR
|
\fBplay\fR \fIID\fR [stream\fI_\fRid]
|
||||||
.br
|
.br
|
||||||
Play a radio with a found player.
|
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
|
||||||
|
playlist display
|
||||||
.TP
|
.TP
|
||||||
\fBsearch\fR \fIPATTERN\fR
|
\fBsearch\fR \fIPATTERN\fR
|
||||||
.br
|
.br
|
||||||
|
|
@ -79,7 +85,7 @@ Follow a path.
|
||||||
.TP
|
.TP
|
||||||
\fBcondition\fR [\fIEXPRESSION\fR | off]
|
\fBcondition\fR [\fIEXPRESSION\fR | off]
|
||||||
.br
|
.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
|
.br
|
||||||
If the "off" value is given, conditional filtering is disabled.
|
If the "off" value is given, conditional filtering is disabled.
|
||||||
.br
|
.br
|
||||||
|
|
@ -202,7 +208,8 @@ save every response
|
||||||
.SH RESULTS OPTIONS
|
.SH RESULTS OPTIONS
|
||||||
.TP
|
.TP
|
||||||
\fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR
|
\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
|
.TP
|
||||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||||
limit number of results (from each backends)
|
limit number of results (from each backends)
|
||||||
|
|
@ -225,8 +232,54 @@ do not display item keys
|
||||||
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
||||||
file to export result
|
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
|
.SH COPYRIGHT
|
||||||
Copyright(C) 2010-2012 Romain Bignon
|
Copyright(C) 2010-2013 Romain Bignon
|
||||||
|
Copyright(C) 2013 Pierre Maziere
|
||||||
.LP
|
.LP
|
||||||
For full COPYRIGHT see COPYING file with weboob package.
|
For full COPYRIGHT see COPYING file with weboob package.
|
||||||
.LP
|
.LP
|
||||||
|
|
|
||||||
60
man/suboob.1
60
man/suboob.1
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH SUBOOB 1 "03 August 2013" "suboob 0\&.g"
|
.TH SUBOOB 1 "08 January 2014" "suboob 0\&.h"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
suboob \- search and download subtitles
|
suboob \- search and download subtitles
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -121,7 +121,7 @@ Follow a path.
|
||||||
.TP
|
.TP
|
||||||
\fBcondition\fR [\fIEXPRESSION\fR | off]
|
\fBcondition\fR [\fIEXPRESSION\fR | off]
|
||||||
.br
|
.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
|
.br
|
||||||
If the "off" value is given, conditional filtering is disabled.
|
If the "off" value is given, conditional filtering is disabled.
|
||||||
.br
|
.br
|
||||||
|
|
@ -187,11 +187,17 @@ Availables: debug, info, warning, error.
|
||||||
.br
|
.br
|
||||||
* default is an alias for warning
|
* default is an alias for warning
|
||||||
.TP
|
.TP
|
||||||
\fBls\fR [\-d] [\fIPATH\fR]
|
\fBls\fR [\-d] [\-\fIU\fR] [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
List objects in current path.
|
List objects in current path.
|
||||||
.br
|
.br
|
||||||
If an argument is given, list the specified path.
|
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
|
.TP
|
||||||
\fBquit\fR
|
\fBquit\fR
|
||||||
.br
|
.br
|
||||||
|
|
@ -246,7 +252,8 @@ save every response
|
||||||
.SH RESULTS OPTIONS
|
.SH RESULTS OPTIONS
|
||||||
.TP
|
.TP
|
||||||
\fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR
|
\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
|
.TP
|
||||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||||
limit number of results (from each backends)
|
limit number of results (from each backends)
|
||||||
|
|
@ -269,6 +276,51 @@ do not display item keys
|
||||||
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
||||||
file to export result
|
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
|
.SH COPYRIGHT
|
||||||
Copyright(C) 2013 Julien Veyssier
|
Copyright(C) 2013 Julien Veyssier
|
||||||
.LP
|
.LP
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH TRANSLABOOB 1 "03 August 2013" "translaboob 0\&.g"
|
.TH TRANSLABOOB 1 "08 January 2014" "translaboob 0\&.h"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
translaboob \- translate text from one language to another
|
translaboob \- translate text from one language to another
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -109,7 +109,7 @@ Follow a path.
|
||||||
.TP
|
.TP
|
||||||
\fBcondition\fR [\fIEXPRESSION\fR | off]
|
\fBcondition\fR [\fIEXPRESSION\fR | off]
|
||||||
.br
|
.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
|
.br
|
||||||
If the "off" value is given, conditional filtering is disabled.
|
If the "off" value is given, conditional filtering is disabled.
|
||||||
.br
|
.br
|
||||||
|
|
@ -175,11 +175,17 @@ Availables: debug, info, warning, error.
|
||||||
.br
|
.br
|
||||||
* default is an alias for warning
|
* default is an alias for warning
|
||||||
.TP
|
.TP
|
||||||
\fBls\fR [\-d] [\fIPATH\fR]
|
\fBls\fR [\-d] [\-\fIU\fR] [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
List objects in current path.
|
List objects in current path.
|
||||||
.br
|
.br
|
||||||
If an argument is given, list the specified path.
|
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
|
.TP
|
||||||
\fBquit\fR
|
\fBquit\fR
|
||||||
.br
|
.br
|
||||||
|
|
@ -234,7 +240,8 @@ save every response
|
||||||
.SH RESULTS OPTIONS
|
.SH RESULTS OPTIONS
|
||||||
.TP
|
.TP
|
||||||
\fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR
|
\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
|
.TP
|
||||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||||
limit number of results (from each backends)
|
limit number of results (from each backends)
|
||||||
|
|
@ -257,6 +264,51 @@ do not display item keys
|
||||||
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
||||||
file to export result
|
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
|
.SH COPYRIGHT
|
||||||
Copyright(C) 2012 Lucien Loiseau
|
Copyright(C) 2012 Lucien Loiseau
|
||||||
.LP
|
.LP
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH TRAVELOOB 1 "03 August 2013" "traveloob 0\&.g"
|
.TH TRAVELOOB 1 "08 January 2014" "traveloob 0\&.h"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
traveloob \- search for train stations and departures
|
traveloob \- search for train stations and departures
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -17,10 +17,14 @@ Console application allowing to search for train stations and get departure time
|
||||||
.SS Supported websites:
|
.SS Supported websites:
|
||||||
* canaltp (French trains)
|
* canaltp (French trains)
|
||||||
.br
|
.br
|
||||||
|
* jvmalin (Multimodal public transportation for whole Région Centre, France)
|
||||||
|
.br
|
||||||
* transilien (Public transportation in the Paris area)
|
* transilien (Public transportation in the Paris area)
|
||||||
|
.br
|
||||||
|
* voyagessncf (Voyages SNCF)
|
||||||
.SH TRAVELOOB COMMANDS
|
.SH TRAVELOOB COMMANDS
|
||||||
.TP
|
.TP
|
||||||
\fBdepartures\fR \fISTATION\fR [\fIARRIVAL\fR]
|
\fBdepartures\fR \fISTATION\fR [\fIARRIVAL\fR [\fIDATE\fR]]]
|
||||||
.br
|
.br
|
||||||
List all departures for a given station.
|
List all departures for a given station.
|
||||||
.br
|
.br
|
||||||
|
|
@ -95,7 +99,7 @@ Follow a path.
|
||||||
.TP
|
.TP
|
||||||
\fBcondition\fR [\fIEXPRESSION\fR | off]
|
\fBcondition\fR [\fIEXPRESSION\fR | off]
|
||||||
.br
|
.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
|
.br
|
||||||
If the "off" value is given, conditional filtering is disabled.
|
If the "off" value is given, conditional filtering is disabled.
|
||||||
.br
|
.br
|
||||||
|
|
@ -161,11 +165,17 @@ Availables: debug, info, warning, error.
|
||||||
.br
|
.br
|
||||||
* default is an alias for warning
|
* default is an alias for warning
|
||||||
.TP
|
.TP
|
||||||
\fBls\fR [\-d] [\fIPATH\fR]
|
\fBls\fR [\-d] [\-\fIU\fR] [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
List objects in current path.
|
List objects in current path.
|
||||||
.br
|
.br
|
||||||
If an argument is given, list the specified path.
|
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
|
.TP
|
||||||
\fBquit\fR
|
\fBquit\fR
|
||||||
.br
|
.br
|
||||||
|
|
@ -226,7 +236,8 @@ save every response
|
||||||
.SH RESULTS OPTIONS
|
.SH RESULTS OPTIONS
|
||||||
.TP
|
.TP
|
||||||
\fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR
|
\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
|
.TP
|
||||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||||
limit number of results (from each backends)
|
limit number of results (from each backends)
|
||||||
|
|
@ -237,7 +248,8 @@ select result item keys to display (comma separated)
|
||||||
.SH FORMATTING OPTIONS
|
.SH FORMATTING OPTIONS
|
||||||
.TP
|
.TP
|
||||||
\fB\-f FORMATTER\fR, \fB\-\-formatter=FORMATTER\fR
|
\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
|
.TP
|
||||||
\fB\-\-no\-header\fR
|
\fB\-\-no\-header\fR
|
||||||
do not display header
|
do not display header
|
||||||
|
|
@ -248,8 +260,53 @@ do not display item keys
|
||||||
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
||||||
file to export result
|
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
|
.SH COPYRIGHT
|
||||||
Copyright(C) 2010-2011 Romain Bignon
|
Copyright(C) 2010-2013 Romain Bignon
|
||||||
.LP
|
.LP
|
||||||
For full COPYRIGHT see COPYING file with weboob package.
|
For full COPYRIGHT see COPYING file with weboob package.
|
||||||
.LP
|
.LP
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH VIDEOOB 1 "03 August 2013" "videoob 0\&.g"
|
.TH VIDEOOB 1 "08 January 2014" "videoob 0\&.h"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
videoob \- search and play videos
|
videoob \- search and play videos
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -31,12 +31,14 @@ Console application allowing to search for videos on various websites, play and
|
||||||
.br
|
.br
|
||||||
* gdcvault (Game Developers Conferences Vault video streaming website)
|
* gdcvault (Game Developers Conferences Vault video streaming website)
|
||||||
.br
|
.br
|
||||||
* grooveshark (grooveshark website)
|
|
||||||
.br
|
|
||||||
* ina (INA French TV video archives)
|
* ina (INA French TV video archives)
|
||||||
.br
|
.br
|
||||||
|
* jacquieetmichel (Jacquie et Michel TV)
|
||||||
|
.br
|
||||||
* nolifetv (NolifeTV French video streaming website)
|
* nolifetv (NolifeTV French video streaming website)
|
||||||
.br
|
.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')
|
* radiofrance (Radios of Radio France: Inter, Info, Bleu, Culture, Musique, FIP, Le Mouv')
|
||||||
.br
|
.br
|
||||||
* trictractv (TricTrac.tv video website)
|
* trictractv (TricTrac.tv video website)
|
||||||
|
|
@ -70,6 +72,14 @@ If no argument is given, print the current behavior.
|
||||||
.br
|
.br
|
||||||
Play a video with a found player.
|
Play a video with a found player.
|
||||||
.TP
|
.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
|
\fBsearch\fR \fIPATTERN\fR
|
||||||
.br
|
.br
|
||||||
Search for videos matching a PATTERN.
|
Search for videos matching a PATTERN.
|
||||||
|
|
@ -115,7 +125,7 @@ Follow a path.
|
||||||
.TP
|
.TP
|
||||||
\fBcondition\fR [\fIEXPRESSION\fR | off]
|
\fBcondition\fR [\fIEXPRESSION\fR | off]
|
||||||
.br
|
.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
|
.br
|
||||||
If the "off" value is given, conditional filtering is disabled.
|
If the "off" value is given, conditional filtering is disabled.
|
||||||
.br
|
.br
|
||||||
|
|
@ -181,11 +191,17 @@ Availables: debug, info, warning, error.
|
||||||
.br
|
.br
|
||||||
* default is an alias for warning
|
* default is an alias for warning
|
||||||
.TP
|
.TP
|
||||||
\fBls\fR [\-d] [\fIPATH\fR]
|
\fBls\fR [\-d] [\-\fIU\fR] [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
List objects in current path.
|
List objects in current path.
|
||||||
.br
|
.br
|
||||||
If an argument is given, list the specified path.
|
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
|
.TP
|
||||||
\fBquit\fR
|
\fBquit\fR
|
||||||
.br
|
.br
|
||||||
|
|
@ -240,7 +256,8 @@ save every response
|
||||||
.SH RESULTS OPTIONS
|
.SH RESULTS OPTIONS
|
||||||
.TP
|
.TP
|
||||||
\fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR
|
\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
|
.TP
|
||||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||||
limit number of results (from each backends)
|
limit number of results (from each backends)
|
||||||
|
|
@ -263,6 +280,51 @@ do not display item keys
|
||||||
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
||||||
file to export result
|
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
|
.SH COPYRIGHT
|
||||||
Copyright(C) 2010-2011 Christophe Benz, Romain Bignon, John Obbele
|
Copyright(C) 2010-2011 Christophe Benz, Romain Bignon, John Obbele
|
||||||
.LP
|
.LP
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH WEBCONTENTEDIT 1 "03 August 2013" "webcontentedit 0\&.g"
|
.TH WEBCONTENTEDIT 1 "08 January 2014" "webcontentedit 0\&.h"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
webcontentedit \- manage websites content
|
webcontentedit \- manage websites content
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -75,7 +75,7 @@ Follow a path.
|
||||||
.TP
|
.TP
|
||||||
\fBcondition\fR [\fIEXPRESSION\fR | off]
|
\fBcondition\fR [\fIEXPRESSION\fR | off]
|
||||||
.br
|
.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
|
.br
|
||||||
If the "off" value is given, conditional filtering is disabled.
|
If the "off" value is given, conditional filtering is disabled.
|
||||||
.br
|
.br
|
||||||
|
|
@ -141,11 +141,17 @@ Availables: debug, info, warning, error.
|
||||||
.br
|
.br
|
||||||
* default is an alias for warning
|
* default is an alias for warning
|
||||||
.TP
|
.TP
|
||||||
\fBls\fR [\-d] [\fIPATH\fR]
|
\fBls\fR [\-d] [\-\fIU\fR] [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
List objects in current path.
|
List objects in current path.
|
||||||
.br
|
.br
|
||||||
If an argument is given, list the specified path.
|
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
|
.TP
|
||||||
\fBquit\fR
|
\fBquit\fR
|
||||||
.br
|
.br
|
||||||
|
|
@ -200,7 +206,8 @@ save every response
|
||||||
.SH RESULTS OPTIONS
|
.SH RESULTS OPTIONS
|
||||||
.TP
|
.TP
|
||||||
\fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR
|
\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
|
.TP
|
||||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||||
limit number of results (from each backends)
|
limit number of results (from each backends)
|
||||||
|
|
@ -222,6 +229,51 @@ do not display item keys
|
||||||
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
||||||
file to export result
|
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
|
.SH COPYRIGHT
|
||||||
Copyright(C) 2010-2011 Romain Bignon
|
Copyright(C) 2010-2011 Romain Bignon
|
||||||
.LP
|
.LP
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- 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
|
.SH NAME
|
||||||
weboob-cli \- call a method on backends
|
weboob-cli \- call a method on backends
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -52,7 +52,8 @@ save every response
|
||||||
.SH RESULTS OPTIONS
|
.SH RESULTS OPTIONS
|
||||||
.TP
|
.TP
|
||||||
\fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR
|
\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
|
.TP
|
||||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||||
limit number of results (from each backends)
|
limit number of results (from each backends)
|
||||||
|
|
@ -74,6 +75,51 @@ do not display item keys
|
||||||
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
||||||
file to export result
|
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
|
.SH COPYRIGHT
|
||||||
Copyright(C) 2010-2011 Romain Bignon
|
Copyright(C) 2010-2011 Romain Bignon
|
||||||
.LP
|
.LP
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- 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
|
.SH NAME
|
||||||
weboob-config-qt \- manage backends or register new accounts
|
weboob-config-qt \- manage backends or register new accounts
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -48,6 +48,51 @@ file to save logs
|
||||||
\fB\-a\fR, \fB\-\-save\-responses\fR
|
\fB\-a\fR, \fB\-\-save\-responses\fR
|
||||||
save every response
|
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
|
.SH COPYRIGHT
|
||||||
Copyright(C) 2010-2011 Romain Bignon
|
Copyright(C) 2010-2011 Romain Bignon
|
||||||
.LP
|
.LP
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- 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
|
.SH NAME
|
||||||
weboob-config \- manage backends or register new accounts
|
weboob-config \- manage backends or register new accounts
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -109,7 +109,8 @@ save every response
|
||||||
.SH RESULTS OPTIONS
|
.SH RESULTS OPTIONS
|
||||||
.TP
|
.TP
|
||||||
\fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR
|
\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
|
.TP
|
||||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||||
limit number of results (from each backends)
|
limit number of results (from each backends)
|
||||||
|
|
@ -131,6 +132,51 @@ do not display item keys
|
||||||
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
||||||
file to export result
|
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
|
.SH COPYRIGHT
|
||||||
Copyright(C) 2010-2012 Christophe Benz, Romain Bignon
|
Copyright(C) 2010-2012 Christophe Benz, Romain Bignon
|
||||||
.LP
|
.LP
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- 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
|
.SH NAME
|
||||||
weboob-debug \- debug backends
|
weboob-debug \- debug backends
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -53,6 +53,51 @@ save every response
|
||||||
\fB\-B\fR, \fB\-\-bpython\fR
|
\fB\-B\fR, \fB\-\-bpython\fR
|
||||||
Prefer bpython over ipython
|
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
|
.SH COPYRIGHT
|
||||||
Copyright(C) 2010-2011 Christophe Benz
|
Copyright(C) 2010-2011 Christophe Benz
|
||||||
.LP
|
.LP
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- 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
|
.SH NAME
|
||||||
weboob-repos \- manage a weboob repository
|
weboob-repos \- manage a weboob repository
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -95,7 +95,8 @@ save every response
|
||||||
.SH RESULTS OPTIONS
|
.SH RESULTS OPTIONS
|
||||||
.TP
|
.TP
|
||||||
\fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR
|
\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
|
.TP
|
||||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||||
limit number of results (from each backends)
|
limit number of results (from each backends)
|
||||||
|
|
@ -117,6 +118,51 @@ do not display item keys
|
||||||
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
||||||
file to export result
|
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
|
.SH COPYRIGHT
|
||||||
Copyright(C) 2012 Romain Bignon
|
Copyright(C) 2012 Romain Bignon
|
||||||
.LP
|
.LP
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH WEBOORRENTS 1 "03 August 2013" "weboorrents 0\&.g"
|
.TH WEBOORRENTS 1 "08 January 2014" "weboorrents 0\&.h"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
weboorrents \- search and download torrents
|
weboorrents \- search and download torrents
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -19,8 +19,6 @@ Console application allowing to search for torrents on various trackers and down
|
||||||
.br
|
.br
|
||||||
* gazelle (Gazelle\-based BitTorrent trackers)
|
* gazelle (Gazelle\-based BitTorrent trackers)
|
||||||
.br
|
.br
|
||||||
* isohunt (isoHunt BitTorrent tracker)
|
|
||||||
.br
|
|
||||||
* kickass (Kickass Torrents BitTorrent tracker)
|
* kickass (Kickass Torrents BitTorrent tracker)
|
||||||
.br
|
.br
|
||||||
* piratebay (The Pirate Bay BitTorrent tracker)
|
* piratebay (The Pirate Bay BitTorrent tracker)
|
||||||
|
|
@ -83,7 +81,7 @@ Follow a path.
|
||||||
.TP
|
.TP
|
||||||
\fBcondition\fR [\fIEXPRESSION\fR | off]
|
\fBcondition\fR [\fIEXPRESSION\fR | off]
|
||||||
.br
|
.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
|
.br
|
||||||
If the "off" value is given, conditional filtering is disabled.
|
If the "off" value is given, conditional filtering is disabled.
|
||||||
.br
|
.br
|
||||||
|
|
@ -149,11 +147,17 @@ Availables: debug, info, warning, error.
|
||||||
.br
|
.br
|
||||||
* default is an alias for warning
|
* default is an alias for warning
|
||||||
.TP
|
.TP
|
||||||
\fBls\fR [\-d] [\fIPATH\fR]
|
\fBls\fR [\-d] [\-\fIU\fR] [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
List objects in current path.
|
List objects in current path.
|
||||||
.br
|
.br
|
||||||
If an argument is given, list the specified path.
|
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
|
.TP
|
||||||
\fBquit\fR
|
\fBquit\fR
|
||||||
.br
|
.br
|
||||||
|
|
@ -208,7 +212,8 @@ save every response
|
||||||
.SH RESULTS OPTIONS
|
.SH RESULTS OPTIONS
|
||||||
.TP
|
.TP
|
||||||
\fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR
|
\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
|
.TP
|
||||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||||
limit number of results (from each backends)
|
limit number of results (from each backends)
|
||||||
|
|
@ -231,6 +236,51 @@ do not display item keys
|
||||||
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
||||||
file to export result
|
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
|
.SH COPYRIGHT
|
||||||
Copyright(C) 2010-2012 Romain Bignon
|
Copyright(C) 2010-2012 Romain Bignon
|
||||||
.LP
|
.LP
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH WETBOOBS 1 "03 August 2013" "wetboobs 0\&.g"
|
.TH WETBOOBS 1 "08 January 2014" "wetboobs 0\&.h"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
wetboobs \- display weather and forecasts
|
wetboobs \- display weather and forecasts
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -85,7 +85,7 @@ Follow a path.
|
||||||
.TP
|
.TP
|
||||||
\fBcondition\fR [\fIEXPRESSION\fR | off]
|
\fBcondition\fR [\fIEXPRESSION\fR | off]
|
||||||
.br
|
.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
|
.br
|
||||||
If the "off" value is given, conditional filtering is disabled.
|
If the "off" value is given, conditional filtering is disabled.
|
||||||
.br
|
.br
|
||||||
|
|
@ -151,11 +151,17 @@ Availables: debug, info, warning, error.
|
||||||
.br
|
.br
|
||||||
* default is an alias for warning
|
* default is an alias for warning
|
||||||
.TP
|
.TP
|
||||||
\fBls\fR [\-d] [\fIPATH\fR]
|
\fBls\fR [\-d] [\-\fIU\fR] [\fIPATH\fR]
|
||||||
.br
|
.br
|
||||||
List objects in current path.
|
List objects in current path.
|
||||||
.br
|
.br
|
||||||
If an argument is given, list the specified path.
|
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
|
.TP
|
||||||
\fBquit\fR
|
\fBquit\fR
|
||||||
.br
|
.br
|
||||||
|
|
@ -210,7 +216,8 @@ save every response
|
||||||
.SH RESULTS OPTIONS
|
.SH RESULTS OPTIONS
|
||||||
.TP
|
.TP
|
||||||
\fB\-c CONDITION\fR, \fB\-\-condition=CONDITION\fR
|
\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
|
.TP
|
||||||
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
\fB\-n COUNT\fR, \fB\-\-count=COUNT\fR
|
||||||
limit number of results (from each backends)
|
limit number of results (from each backends)
|
||||||
|
|
@ -233,6 +240,51 @@ do not display item keys
|
||||||
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
\fB\-O OUTFILE\fR, \fB\-\-outfile=OUTFILE\fR
|
||||||
file to export result
|
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
|
.SH COPYRIGHT
|
||||||
Copyright(C) 2010-2011 Romain Bignon
|
Copyright(C) 2010-2011 Romain Bignon
|
||||||
.LP
|
.LP
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue