Weboob 0.i released
This commit is contained in:
parent
5c8982e5e9
commit
1aee7f984e
42 changed files with 980 additions and 222 deletions
464
ChangeLog
464
ChangeLog
|
|
@ -1,3 +1,467 @@
|
||||||
|
Weboob 0.i (2014-05-19)
|
||||||
|
|
||||||
|
General
|
||||||
|
* New Browser: browser2 is here! See below
|
||||||
|
* First steps in python3 support
|
||||||
|
* New GPG key for laurentb (see
|
||||||
|
https://laurent.bachelier.name/gpgtransition.txt)
|
||||||
|
* New module: btdigg (CapTorrent)
|
||||||
|
* New module: Mailinator (CapMessage)
|
||||||
|
* New module: guerrillamail (CapMessage)
|
||||||
|
* New module: SensCritique (CapCalendar)
|
||||||
|
* New module: imgur (CapPaste)
|
||||||
|
* New module: unsee (CapPaste)
|
||||||
|
* New module: lut.im (CapPaste)
|
||||||
|
* New module: pixtoilelibre (CapPaste)
|
||||||
|
* New module: ColisPrive (CapParcel)
|
||||||
|
* New module: AlloResto (CapBank)
|
||||||
|
* New module: LaCentrale (CapPriceComparison)
|
||||||
|
* New module: Groupamaes (CapBank)
|
||||||
|
* New module: Tinder (CapDating)
|
||||||
|
|
||||||
|
Core
|
||||||
|
* Import pkg_resources only when needed, to prevent a hard useless
|
||||||
|
dependency
|
||||||
|
|
||||||
|
Core: browser2
|
||||||
|
* Add a new browser based on python-requests
|
||||||
|
* Full support of SSL
|
||||||
|
* Add the option _proxy_ssl for backends
|
||||||
|
* New management of Html FORMs
|
||||||
|
* New URL class
|
||||||
|
* Better debugging (save HTTP requests/responses)
|
||||||
|
* Simple support of pagination (@pagination decorator)
|
||||||
|
* Introduce ListElement and ItemElement (parser helper)
|
||||||
|
* Add a lot of Filters for ItemElement
|
||||||
|
* Add TableElement, to help the parsing of a table
|
||||||
|
* 24 modules are already using browser2!
|
||||||
|
* And a lot more...
|
||||||
|
|
||||||
|
Core: browser1
|
||||||
|
* Unify no_login and nologin
|
||||||
|
* Fix call of logger (can be unset)
|
||||||
|
* Move exceptions in weboob.tools.exceptions (compatibility with browser2)
|
||||||
|
|
||||||
|
Core: BackendCalls
|
||||||
|
* Rewrite BackendCalls with queues
|
||||||
|
|
||||||
|
Core: repositories
|
||||||
|
* Make GPG ignore local settings
|
||||||
|
|
||||||
|
Core: configuration
|
||||||
|
* Support for password retrieval from any cli tools
|
||||||
|
* Prompt user during configuration of a backend
|
||||||
|
|
||||||
|
Core: ManPages
|
||||||
|
* Escape more '-'
|
||||||
|
|
||||||
|
Core: Parsers
|
||||||
|
* Add a xml parser
|
||||||
|
* Remove unused/obsolete parsers
|
||||||
|
|
||||||
|
Core: DateTools
|
||||||
|
* Add ChaoticDateGuesser
|
||||||
|
|
||||||
|
Applications: base
|
||||||
|
* Add version information in Debug
|
||||||
|
* catch ^C on global bcall errors handler
|
||||||
|
* Allow to use condition on the fullid
|
||||||
|
* Do not display warning message if -n or count is set
|
||||||
|
|
||||||
|
Applications: console
|
||||||
|
* Fix: masked parameter wasn't considered
|
||||||
|
* Fix: password encoding issues
|
||||||
|
* Display backend@issues.weboob.org and not backend.EMAIL
|
||||||
|
|
||||||
|
Applications: media_player
|
||||||
|
* Add a play_proxy option
|
||||||
|
|
||||||
|
Applications: Qt
|
||||||
|
* Add keywords in .desktop files (#1356)
|
||||||
|
|
||||||
|
Applications: REPL
|
||||||
|
* Exclude backends that do not implement the required method (#1325)
|
||||||
|
* New obj_to_filename() method (from videoob)
|
||||||
|
* Do not fetch the collections when not needed
|
||||||
|
* Fix selecting a field in non-interactive mode
|
||||||
|
* Use a fast path for ls if -U is set
|
||||||
|
* Add documentation of the "ls -d" option
|
||||||
|
* Gather collections having the same path
|
||||||
|
* Override comp_obj from repl in order to sort by start_date
|
||||||
|
|
||||||
|
Applications: formatters
|
||||||
|
* Add a json formatter that works on a line level (json_line)
|
||||||
|
|
||||||
|
Applications: yamlconfig
|
||||||
|
* Allow a default equal to None
|
||||||
|
|
||||||
|
Application: boobcoming
|
||||||
|
* Add documentation
|
||||||
|
* Add icon
|
||||||
|
* Use ls/cd commands to navigate into categories
|
||||||
|
* Improve collection management
|
||||||
|
|
||||||
|
Application: boobsize
|
||||||
|
* Add icon
|
||||||
|
* Display null values
|
||||||
|
* Fix hints in not found error
|
||||||
|
|
||||||
|
Application: boobtracker
|
||||||
|
* Support colors for issues
|
||||||
|
* Create/edit tickets in a text editor
|
||||||
|
* Fix email address regexp
|
||||||
|
* Fix crash in interactive mode
|
||||||
|
* New options --tracker, --priority, --start, --due
|
||||||
|
|
||||||
|
Application: parceloob
|
||||||
|
* Remove trailing \n
|
||||||
|
* Ignore status of not loaded backends
|
||||||
|
* Always untrack if the id is in the storage
|
||||||
|
|
||||||
|
Application: pastoob
|
||||||
|
* Paste binary files with "post_bin FILENAME" and "get_bin ID"
|
||||||
|
* Add 'info' command
|
||||||
|
|
||||||
|
Application: Qhavedate
|
||||||
|
* Ignore error when notes are not implemented on contacts
|
||||||
|
|
||||||
|
Application: radioob
|
||||||
|
* Fix audio objects search
|
||||||
|
* Pick up first available stream when radio provides a playlist (#1345)
|
||||||
|
|
||||||
|
Application: translaboob
|
||||||
|
* Fix a typo in the documentation
|
||||||
|
|
||||||
|
Application: videoob
|
||||||
|
* Braces-enclosed tags are replaced with data
|
||||||
|
* Play/info: ability to give several videos
|
||||||
|
* Add command 'videoob playlist download'
|
||||||
|
* Add command 'videoob playlist play'
|
||||||
|
* Move obj_to_filename() into ReplApplication
|
||||||
|
* Use wget to download m3u8 videos
|
||||||
|
|
||||||
|
Application: webcontentedit
|
||||||
|
* add a -r parameter to get command to precise revision id
|
||||||
|
|
||||||
|
Application: wetboobs
|
||||||
|
* Remove ICapGauge
|
||||||
|
|
||||||
|
Capabilities: Base
|
||||||
|
* Change currencies integer constants to ISO code strings
|
||||||
|
* Do not require an id, because of ItemElement which constructs objects
|
||||||
|
without arguments
|
||||||
|
* Introduce find_object
|
||||||
|
|
||||||
|
Capabilities: CapWeather
|
||||||
|
* Fix: zero temperature can not be displayed (#1333)
|
||||||
|
* Accept date objects for the forecast
|
||||||
|
|
||||||
|
Capabilities: CapCalendar
|
||||||
|
* Raise NotImplementedError on "attends" method
|
||||||
|
* Add TELE category
|
||||||
|
|
||||||
|
Capabilities: CapBugTracker
|
||||||
|
* Fix some conversion warnings
|
||||||
|
|
||||||
|
Capabilities: CapBank
|
||||||
|
* Add Account.TYPE_CARD
|
||||||
|
* Add TransactionsElement and TransactionElement (helpers with browser2)
|
||||||
|
|
||||||
|
Capabilities: CapContact
|
||||||
|
* Factorize aum's Contact.get_text() and boobmsg formatter
|
||||||
|
|
||||||
|
Capabilities: CapGeoloc
|
||||||
|
* Remove unused ipaddr field
|
||||||
|
|
||||||
|
Capabilities: CapMessage
|
||||||
|
* Avoid warnings in GenericNewspaperBackend and GenericNewsPage
|
||||||
|
|
||||||
|
Capabilities: CapPast
|
||||||
|
* Show a user-friendly error message for CapNotFound
|
||||||
|
|
||||||
|
Capabilities: CapTracker
|
||||||
|
* Add trackers and priorities fields to Project
|
||||||
|
* Add start, due, tracker and priority fields to Issue
|
||||||
|
|
||||||
|
Modules: banquepopulaire, bnporc, bp, cic, cragr, creditdunord,
|
||||||
|
creditmutuel, ing, lcl, societegenerale
|
||||||
|
* Improvements on transaction and account types detection
|
||||||
|
|
||||||
|
Module: AmericanExpress
|
||||||
|
* Fix wrong date guessing
|
||||||
|
* Increase timedelta to 90
|
||||||
|
* Check if a card is valid
|
||||||
|
* Set card balance to Account.balance instead of Account.coming
|
||||||
|
|
||||||
|
Module: Apec
|
||||||
|
* Updates reflecting site changes
|
||||||
|
|
||||||
|
Module: Apivie
|
||||||
|
* Fix getting an account from list
|
||||||
|
* Fix parsing of negative transactions
|
||||||
|
|
||||||
|
Module: Arte
|
||||||
|
* Encode UTF-8 strings in search
|
||||||
|
* Fix naming of collections
|
||||||
|
* ArteLive: new website
|
||||||
|
* Improve the parsing of dates
|
||||||
|
* Fix bug when VDA field not found in json file
|
||||||
|
* Fix problem on extension
|
||||||
|
|
||||||
|
Module: AxaBanque
|
||||||
|
* Adding support for sub accounts
|
||||||
|
* Fix parsing of accounts without amount
|
||||||
|
|
||||||
|
Module: Banque Accord
|
||||||
|
* Add icon
|
||||||
|
* Fix parsing of negative amount
|
||||||
|
* Fix detection of card pages
|
||||||
|
* Fix virtual keyboard
|
||||||
|
* Add a hash for symbol 5 on virtkeymap
|
||||||
|
* Adding support for Leroy Merlin
|
||||||
|
* Support LOAN accounts
|
||||||
|
* Upgrade to browser2
|
||||||
|
|
||||||
|
Module: Banque Populaire
|
||||||
|
* Fix: parsing of accounts (site changed)
|
||||||
|
* Fix: parsing of accounts on specific regions
|
||||||
|
* If an account type is not supported, raise NotImplementedError
|
||||||
|
|
||||||
|
Module: Biplan
|
||||||
|
* Fix bug while parsing start/end time
|
||||||
|
* Updates reflecting site changes
|
||||||
|
* Upgrade to browser2
|
||||||
|
|
||||||
|
Module: Bnporc
|
||||||
|
* New certificate
|
||||||
|
* Fix encoding issues
|
||||||
|
* Disable unused parameter rotating_password
|
||||||
|
* Change the domain to entreprises.bnpparibas.net for BNPEnterprise
|
||||||
|
|
||||||
|
Module: Boursorama
|
||||||
|
* Fix crash when there is no ID on transaction
|
||||||
|
* Handle card history
|
||||||
|
|
||||||
|
Module: BP
|
||||||
|
* New certificate
|
||||||
|
* List market account (#1298)
|
||||||
|
* An account type must not be None
|
||||||
|
|
||||||
|
Module: Bred
|
||||||
|
* Support dispobank
|
||||||
|
* New certificate
|
||||||
|
|
||||||
|
Module: CanalPlus
|
||||||
|
* Fix browsing categories (site changed)
|
||||||
|
|
||||||
|
Module: Carrefour Banque
|
||||||
|
* Upgrade to browser2
|
||||||
|
* Fix: Site changed
|
||||||
|
|
||||||
|
Module: CCI
|
||||||
|
* Upgrade to browser2
|
||||||
|
|
||||||
|
Module: Citelis
|
||||||
|
* New icon
|
||||||
|
* Fix: detection of login errors
|
||||||
|
|
||||||
|
Module: cmb
|
||||||
|
* Change a function call to avoid useless None
|
||||||
|
* Upgrade to browser2
|
||||||
|
|
||||||
|
Module: cmso
|
||||||
|
* Setting encoding to iso
|
||||||
|
|
||||||
|
Module: Colissimo
|
||||||
|
* Add icon
|
||||||
|
* Fix license
|
||||||
|
|
||||||
|
Module: Cragr
|
||||||
|
* Fix parsing dates in labels (compatibility with Perigord)
|
||||||
|
|
||||||
|
Module: Credit Du Nord
|
||||||
|
* If type is not found, set TYPE_UNKNOWN instead of None
|
||||||
|
* Add "Banque Rhône-Alpes"
|
||||||
|
|
||||||
|
Module: Credit Mutuel
|
||||||
|
* New icon
|
||||||
|
* Upgrade to browser2
|
||||||
|
* Fix parsing of user private accounts
|
||||||
|
* Fix crash on unknown accounts types
|
||||||
|
|
||||||
|
Module: cuisineaz
|
||||||
|
* Fix cuisineaz preparation and cooking time (site changed)
|
||||||
|
|
||||||
|
Module: Dailymotion
|
||||||
|
* Fix empty fields in dailymotion plugin
|
||||||
|
* Change extension from flv to mp4
|
||||||
|
* New icon
|
||||||
|
* Add support for videos available at kids.dailymotion.com
|
||||||
|
* Fix the search (site changed)
|
||||||
|
|
||||||
|
Module: Delubac
|
||||||
|
* Support LCR
|
||||||
|
* Fix navigation
|
||||||
|
|
||||||
|
Module: DLFP
|
||||||
|
* Fix logout (site changed)
|
||||||
|
|
||||||
|
Module: DresdenWetter
|
||||||
|
* Upgrade to browser2
|
||||||
|
|
||||||
|
Module: Fortuneo
|
||||||
|
* New certificate
|
||||||
|
* Do not override rdate with operation date
|
||||||
|
|
||||||
|
Module: France Televisions
|
||||||
|
* Upgrade to browser2
|
||||||
|
|
||||||
|
Module: Freemobile
|
||||||
|
* Fix date of subscriptions when next month has less days than expected
|
||||||
|
(#1347)
|
||||||
|
* Upgrade to browser2
|
||||||
|
|
||||||
|
Module: googletranslate
|
||||||
|
* Fix : site is now only available using https
|
||||||
|
|
||||||
|
Module: grooveshark
|
||||||
|
* Fix: no more field AvgRate (site changed)
|
||||||
|
|
||||||
|
Module: HSBC
|
||||||
|
* Fix: support of the SecureKey
|
||||||
|
* Upgrade to browser2
|
||||||
|
|
||||||
|
Module: hybride
|
||||||
|
* Upgrade to browser2
|
||||||
|
|
||||||
|
Module: INA
|
||||||
|
* Site changed
|
||||||
|
|
||||||
|
Module: indeed
|
||||||
|
* Upgrade to browser2
|
||||||
|
|
||||||
|
Module: ING
|
||||||
|
* Update regexps used to detect categories (site changed)
|
||||||
|
* Upgrade to browser2
|
||||||
|
* Support pagination in iter_bills
|
||||||
|
* Do not crash on invest objects when quantities are >999
|
||||||
|
|
||||||
|
Module: Kickass
|
||||||
|
* Fix title getter (site changed)
|
||||||
|
|
||||||
|
Module: LeclercMobile
|
||||||
|
* Do not crash if the subscription is closed
|
||||||
|
|
||||||
|
Module: LeFigaro
|
||||||
|
* Fix: site changed
|
||||||
|
* Fix the tests
|
||||||
|
|
||||||
|
Module: LCL
|
||||||
|
* New maintener
|
||||||
|
* Support changes in login screens
|
||||||
|
* Get more history
|
||||||
|
* Remove logging checking on the contract page
|
||||||
|
|
||||||
|
Module: Liberation
|
||||||
|
* Add icon
|
||||||
|
|
||||||
|
Module: lolix
|
||||||
|
* Fix the size of the icon
|
||||||
|
|
||||||
|
Module: mediawiki
|
||||||
|
* Fix encoding error
|
||||||
|
|
||||||
|
Module: MeteoFrance
|
||||||
|
* Strip the text before to return it
|
||||||
|
|
||||||
|
Module: OKC
|
||||||
|
* Add the visit to a profile
|
||||||
|
* Add a profile walker
|
||||||
|
* First sent message is configurable
|
||||||
|
* Do not crash on removed contacts
|
||||||
|
* Do not crash on 'like' messages
|
||||||
|
|
||||||
|
Module: pastealacon
|
||||||
|
* Upgrade to browser2
|
||||||
|
|
||||||
|
Module: Paypal
|
||||||
|
* Certificate changed (three times)
|
||||||
|
|
||||||
|
Module: piratebay
|
||||||
|
* New domain (thepiratebay.se)
|
||||||
|
|
||||||
|
Module: Pole Emploi
|
||||||
|
* Updates reflecting site changes
|
||||||
|
* Fix parsing of dates
|
||||||
|
* Fix bug in url encoding
|
||||||
|
* Fix place selection
|
||||||
|
|
||||||
|
Module: Poivy
|
||||||
|
* Upgrade to browser2
|
||||||
|
* Support pagination for the history
|
||||||
|
|
||||||
|
Module: Redmine
|
||||||
|
* Add Issue.fields attribute to support custom fields
|
||||||
|
* Support new versions of redmine
|
||||||
|
* Use the right method to get project
|
||||||
|
* If a category does not exist, try to create it
|
||||||
|
* Fix compatibility with redmine 2.4
|
||||||
|
* Support start/end/tracker/priority
|
||||||
|
* Fix finding the control to add a note
|
||||||
|
|
||||||
|
Module: RegionsJob
|
||||||
|
* Add icon
|
||||||
|
* Upgrade to browser2
|
||||||
|
|
||||||
|
Module: sachsen
|
||||||
|
* Upgrade to browser2
|
||||||
|
|
||||||
|
Module: Société Générale
|
||||||
|
* Display card as accounts (#1362)
|
||||||
|
|
||||||
|
Module: Sueurdemetal
|
||||||
|
* Add date_end parameter in get_concerts_date call
|
||||||
|
* Fix date and category filters
|
||||||
|
|
||||||
|
Module: voyagessncf
|
||||||
|
* If station ID is not found, try to look for it as a name
|
||||||
|
* Forge a random IP source address to avoid redirection to other website
|
||||||
|
(#1327)
|
||||||
|
|
||||||
|
Module: vlille
|
||||||
|
* Upgrade to browser2
|
||||||
|
|
||||||
|
Module: Weather
|
||||||
|
* Fix: there are not always ten days of forecast (#1343)
|
||||||
|
|
||||||
|
Module: youjizz
|
||||||
|
* Handle videos longer than 59 minutes
|
||||||
|
* Support pagination
|
||||||
|
* Upgrade to browser2
|
||||||
|
|
||||||
|
Module: youtube
|
||||||
|
* Fix: site changed
|
||||||
|
* Fix: unexpected argument to BrokenPageError
|
||||||
|
|
||||||
|
Tools: boilerplate
|
||||||
|
* Add 'cap' recipe to prepare methods
|
||||||
|
* Upgrade to browser2
|
||||||
|
|
||||||
|
Tools: local_install
|
||||||
|
* Run tools/stale_pyc.py before local installation
|
||||||
|
|
||||||
|
Tools: pyflakes
|
||||||
|
* Ignore 'except' in a comment
|
||||||
|
|
||||||
|
Misc: boobot
|
||||||
|
* Add quoting commands
|
||||||
|
* Fix unicode issues
|
||||||
|
|
||||||
|
Misc: Windows Installer
|
||||||
|
* Better script to generate the .exe
|
||||||
|
* Better management for 64 bits systems
|
||||||
|
|
||||||
|
|
||||||
Weboob 0.h (2014-01-08)
|
Weboob 0.h (2014-01-08)
|
||||||
|
|
||||||
General
|
General
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH BOOBANK 1 "08 January 2014" "boobank 0\&.h"
|
.TH BOOBANK 1 "19 May 2014" "boobank 0\&.i"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
boobank \- manage bank accounts
|
boobank \- manage bank accounts
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -15,6 +15,8 @@ boobank \- manage bank accounts
|
||||||
Console application allowing to list your bank accounts and get their balance, display accounts history and coming bank operations, and transfer money from an account to another (if available).
|
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:
|
||||||
|
* alloresto (Allo Resto)
|
||||||
|
.br
|
||||||
* americanexpress (American Express)
|
* americanexpress (American Express)
|
||||||
.br
|
.br
|
||||||
* apivie (Apivie)
|
* apivie (Apivie)
|
||||||
|
|
@ -61,6 +63,8 @@ Console application allowing to list your bank accounts and get their balance, d
|
||||||
.br
|
.br
|
||||||
* ganassurances (Groupama)
|
* ganassurances (Groupama)
|
||||||
.br
|
.br
|
||||||
|
* groupamaes (Groupama Épargne Salariale)
|
||||||
|
.br
|
||||||
* hellobank (Hello Bank!)
|
* hellobank (Hello Bank!)
|
||||||
.br
|
.br
|
||||||
* hsbc (HSBC France)
|
* hsbc (HSBC France)
|
||||||
|
|
@ -235,7 +239,15 @@ 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
|
.br
|
||||||
Use \-U option to not sort results.
|
Use \-U option to not sort results. It allows to use a "fast path" to
|
||||||
|
.br
|
||||||
|
return results as soon as possible.
|
||||||
|
.br
|
||||||
|
Use \-d option to display informations about a collection (and to not
|
||||||
|
.br
|
||||||
|
display the content of it). It has the same behavior than the well
|
||||||
|
.br
|
||||||
|
know UNIX "ls" command.
|
||||||
.br
|
.br
|
||||||
|
|
||||||
.br
|
.br
|
||||||
|
|
@ -307,8 +319,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, ofx, ops_list, pretty_qif, qif, recipient_list, simple, table,
|
json_line, multiline, ofx, ops_list, pretty_qif, qif, recipient_list, simple,
|
||||||
transfer, webkit)
|
table, transfer, webkit)
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-no\-header\fR
|
\fB\-\-no\-header\fR
|
||||||
do not display header
|
do not display header
|
||||||
|
|
@ -320,7 +332,7 @@ do not display item keys
|
||||||
file to export result
|
file to export result
|
||||||
|
|
||||||
.SH CONDITION
|
.SH CONDITION
|
||||||
The -c and --condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY-MM-DD format.
|
The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format.
|
||||||
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
||||||
.LP
|
.LP
|
||||||
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
||||||
|
|
@ -360,7 +372,7 @@ Display accounts with a lot of money.
|
||||||
Get transactions containing "rewe".
|
Get transactions containing "rewe".
|
||||||
.PP
|
.PP
|
||||||
.nf
|
.nf
|
||||||
.B boobank history account@backend \-\-condition 'date>2013-12-01 AND date<2013-12-09'
|
.B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09'
|
||||||
.fi
|
.fi
|
||||||
Get transactions betweens the 2th December and 8th December 2013.
|
Get transactions betweens the 2th December and 8th December 2013.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH BOOBATHON 1 "08 January 2014" "boobathon 0\&.h"
|
.TH BOOBATHON 1 "19 May 2014" "boobathon 0\&.i"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
boobathon \- participate in a Boobathon
|
boobathon \- participate in a Boobathon
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -185,7 +185,15 @@ 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
|
.br
|
||||||
Use \-U option to not sort results.
|
Use \-U option to not sort results. It allows to use a "fast path" to
|
||||||
|
.br
|
||||||
|
return results as soon as possible.
|
||||||
|
.br
|
||||||
|
Use \-d option to display informations about a collection (and to not
|
||||||
|
.br
|
||||||
|
display the content of it). It has the same behavior than the well
|
||||||
|
.br
|
||||||
|
know UNIX "ls" command.
|
||||||
.br
|
.br
|
||||||
|
|
||||||
.br
|
.br
|
||||||
|
|
@ -256,7 +264,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, htmltable, json, json_line, multiline, simple,
|
||||||
|
table, webkit)
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-no\-header\fR
|
\fB\-\-no\-header\fR
|
||||||
do not display header
|
do not display header
|
||||||
|
|
@ -268,7 +277,7 @@ do not display item keys
|
||||||
file to export result
|
file to export result
|
||||||
|
|
||||||
.SH CONDITION
|
.SH CONDITION
|
||||||
The -c and --condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY-MM-DD format.
|
The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format.
|
||||||
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
||||||
.LP
|
.LP
|
||||||
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
||||||
|
|
@ -308,7 +317,7 @@ Display accounts with a lot of money.
|
||||||
Get transactions containing "rewe".
|
Get transactions containing "rewe".
|
||||||
.PP
|
.PP
|
||||||
.nf
|
.nf
|
||||||
.B boobank history account@backend \-\-condition 'date>2013-12-01 AND date<2013-12-09'
|
.B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09'
|
||||||
.fi
|
.fi
|
||||||
Get transactions betweens the 2th December and 8th December 2013.
|
Get transactions betweens the 2th December and 8th December 2013.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH BOOBCOMING 1 "08 January 2014" "boobcoming 0\&.h"
|
.TH BOOBCOMING 1 "19 May 2014" "boobcoming 0\&.i"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
boobcoming \- see upcoming events
|
boobcoming \- see upcoming events
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -21,11 +21,15 @@ Console application to see upcoming events.
|
||||||
.br
|
.br
|
||||||
* pariskiwi (ParisKiwi website)
|
* pariskiwi (ParisKiwi website)
|
||||||
.br
|
.br
|
||||||
|
* senscritique (senscritique website)
|
||||||
|
.br
|
||||||
* sueurdemetal (SueurDeMetal French concerts list website)
|
* sueurdemetal (SueurDeMetal French concerts list website)
|
||||||
.SH BOOBCOMING COMMANDS
|
.SH BOOBCOMING COMMANDS
|
||||||
.TP
|
.TP
|
||||||
\fBattends\fR \fIID\fR1 [\fIID\fR2 \fIID\fR3 ...]
|
\fBattends\fR \fIID\fR1 [\fIID\fR2 \fIID\fR3 ...]
|
||||||
.br
|
.br
|
||||||
|
Register as participant of an event.
|
||||||
|
.br
|
||||||
ID is the identifier of the event.
|
ID is the identifier of the event.
|
||||||
.TP
|
.TP
|
||||||
\fBexport\fR \fIFILENAME\fR [\fIID\fR1 \fIID\fR2 \fIID\fR3 ...]
|
\fBexport\fR \fIFILENAME\fR [\fIID\fR1 \fIID\fR2 \fIID\fR3 ...]
|
||||||
|
|
@ -44,7 +48,7 @@ Export event in ICALENDAR format
|
||||||
.br
|
.br
|
||||||
Get information about an event.
|
Get information about an event.
|
||||||
.TP
|
.TP
|
||||||
\fBlist\fR [\fIPATTERN\fR]List upcoming events, pattern can be an english or french week day, 'today' or a date (dd/mm/yy[yy])
|
\fBlist\fR [\fIPATTERN\fR]List upcoming events, pattern can be an english or french week day, 'today' or a date (dd/mm/yy[yy])
|
||||||
.br
|
.br
|
||||||
|
|
||||||
.br
|
.br
|
||||||
|
|
@ -60,6 +64,8 @@ Default is limited to 10 results.
|
||||||
.TP
|
.TP
|
||||||
\fBunattends\fR \fIID\fR1 [\fIID\fR2 \fIID\fR3 ...]
|
\fBunattends\fR \fIID\fR1 [\fIID\fR2 \fIID\fR3 ...]
|
||||||
.br
|
.br
|
||||||
|
Unregister you participation for an event.
|
||||||
|
.br
|
||||||
ID is the identifier of the event.
|
ID is the identifier of the event.
|
||||||
.SH WEBOOB COMMANDS
|
.SH WEBOOB COMMANDS
|
||||||
.TP
|
.TP
|
||||||
|
|
@ -171,7 +177,15 @@ 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
|
.br
|
||||||
Use \-U option to not sort results.
|
Use \-U option to not sort results. It allows to use a "fast path" to
|
||||||
|
.br
|
||||||
|
return results as soon as possible.
|
||||||
|
.br
|
||||||
|
Use \-d option to display informations about a collection (and to not
|
||||||
|
.br
|
||||||
|
display the content of it). It has the same behavior than the well
|
||||||
|
.br
|
||||||
|
know UNIX "ls" command.
|
||||||
.br
|
.br
|
||||||
|
|
||||||
.br
|
.br
|
||||||
|
|
@ -242,8 +256,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, ical_formatter, json, multiline,
|
select output formatter (csv, htmltable, ical_formatter, json, json_line,
|
||||||
simple, simple_upcoming, table, upcoming, upcoming_list, webkit)
|
multiline, simple, simple_upcoming, table, upcoming, upcoming_list, webkit)
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-no\-header\fR
|
\fB\-\-no\-header\fR
|
||||||
do not display header
|
do not display header
|
||||||
|
|
@ -255,7 +269,7 @@ do not display item keys
|
||||||
file to export result
|
file to export result
|
||||||
|
|
||||||
.SH CONDITION
|
.SH CONDITION
|
||||||
The -c and --condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY-MM-DD format.
|
The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format.
|
||||||
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
||||||
.LP
|
.LP
|
||||||
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
||||||
|
|
@ -295,7 +309,7 @@ Display accounts with a lot of money.
|
||||||
Get transactions containing "rewe".
|
Get transactions containing "rewe".
|
||||||
.PP
|
.PP
|
||||||
.nf
|
.nf
|
||||||
.B boobank history account@backend \-\-condition 'date>2013-12-01 AND date<2013-12-09'
|
.B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09'
|
||||||
.fi
|
.fi
|
||||||
Get transactions betweens the 2th December and 8th December 2013.
|
Get transactions betweens the 2th December and 8th December 2013.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH BOOBILL 1 "08 January 2014" "boobill 0\&.h"
|
.TH BOOBILL 1 "19 May 2014" "boobill 0\&.i"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
boobill \- get and download bills
|
boobill \- get and download bills
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -205,7 +205,15 @@ 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
|
.br
|
||||||
Use \-U option to not sort results.
|
Use \-U option to not sort results. It allows to use a "fast path" to
|
||||||
|
.br
|
||||||
|
return results as soon as possible.
|
||||||
|
.br
|
||||||
|
Use \-d option to display informations about a collection (and to not
|
||||||
|
.br
|
||||||
|
display the content of it). It has the same behavior than the well
|
||||||
|
.br
|
||||||
|
know UNIX "ls" command.
|
||||||
.br
|
.br
|
||||||
|
|
||||||
.br
|
.br
|
||||||
|
|
@ -276,8 +284,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, subscriptions,
|
select output formatter (csv, htmltable, json, json_line, multiline, simple,
|
||||||
table, webkit)
|
subscriptions, table, webkit)
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-no\-header\fR
|
\fB\-\-no\-header\fR
|
||||||
do not display header
|
do not display header
|
||||||
|
|
@ -289,7 +297,7 @@ do not display item keys
|
||||||
file to export result
|
file to export result
|
||||||
|
|
||||||
.SH CONDITION
|
.SH CONDITION
|
||||||
The -c and --condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY-MM-DD format.
|
The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format.
|
||||||
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
||||||
.LP
|
.LP
|
||||||
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
||||||
|
|
@ -329,7 +337,7 @@ Display accounts with a lot of money.
|
||||||
Get transactions containing "rewe".
|
Get transactions containing "rewe".
|
||||||
.PP
|
.PP
|
||||||
.nf
|
.nf
|
||||||
.B boobank history account@backend \-\-condition 'date>2013-12-01 AND date<2013-12-09'
|
.B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09'
|
||||||
.fi
|
.fi
|
||||||
Get transactions betweens the 2th December and 8th December 2013.
|
Get transactions betweens the 2th December and 8th December 2013.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH BOOBLYRICS 1 "08 January 2014" "booblyrics 0\&.h"
|
.TH BOOBLYRICS 1 "19 May 2014" "booblyrics 0\&.i"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
booblyrics \- search and display song lyrics
|
booblyrics \- search and display song lyrics
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -145,7 +145,15 @@ 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
|
.br
|
||||||
Use \-U option to not sort results.
|
Use \-U option to not sort results. It allows to use a "fast path" to
|
||||||
|
.br
|
||||||
|
return results as soon as possible.
|
||||||
|
.br
|
||||||
|
Use \-d option to display informations about a collection (and to not
|
||||||
|
.br
|
||||||
|
display the content of it). It has the same behavior than the well
|
||||||
|
.br
|
||||||
|
know UNIX "ls" command.
|
||||||
.br
|
.br
|
||||||
|
|
||||||
.br
|
.br
|
||||||
|
|
@ -216,8 +224,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, lyrics_get, lyrics_list,
|
select output formatter (csv, htmltable, json, json_line, lyrics_get,
|
||||||
multiline, simple, table, webkit)
|
lyrics_list, multiline, simple, table, webkit)
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-no\-header\fR
|
\fB\-\-no\-header\fR
|
||||||
do not display header
|
do not display header
|
||||||
|
|
@ -229,7 +237,7 @@ do not display item keys
|
||||||
file to export result
|
file to export result
|
||||||
|
|
||||||
.SH CONDITION
|
.SH CONDITION
|
||||||
The -c and --condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY-MM-DD format.
|
The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format.
|
||||||
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
||||||
.LP
|
.LP
|
||||||
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
||||||
|
|
@ -269,7 +277,7 @@ Display accounts with a lot of money.
|
||||||
Get transactions containing "rewe".
|
Get transactions containing "rewe".
|
||||||
.PP
|
.PP
|
||||||
.nf
|
.nf
|
||||||
.B boobank history account@backend \-\-condition 'date>2013-12-01 AND date<2013-12-09'
|
.B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09'
|
||||||
.fi
|
.fi
|
||||||
Get transactions betweens the 2th December and 8th December 2013.
|
Get transactions betweens the 2th December and 8th December 2013.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH BOOBMSG 1 "08 January 2014" "boobmsg 0\&.h"
|
.TH BOOBMSG 1 "19 May 2014" "boobmsg 0\&.i"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
boobmsg \- send and receive message threads
|
boobmsg \- send and receive message threads
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -25,6 +25,8 @@ Console application allowing to send messages on various websites and to display
|
||||||
.br
|
.br
|
||||||
* fourchan (4chan image board)
|
* fourchan (4chan image board)
|
||||||
.br
|
.br
|
||||||
|
* guerrillamail (GuerrillaMail temp mailbox)
|
||||||
|
.br
|
||||||
* hds (Histoires de Sexe French erotic novels)
|
* hds (Histoires de Sexe French erotic novels)
|
||||||
.br
|
.br
|
||||||
* hellobank (Hello Bank!)
|
* hellobank (Hello Bank!)
|
||||||
|
|
@ -35,6 +37,8 @@ Console application allowing to send messages on various websites and to display
|
||||||
.br
|
.br
|
||||||
* liberation (Libération newspaper website)
|
* liberation (Libération newspaper website)
|
||||||
.br
|
.br
|
||||||
|
* mailinator (mailinator temp mailbox)
|
||||||
|
.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)
|
||||||
|
|
@ -52,6 +56,8 @@ Console application allowing to send messages on various websites and to display
|
||||||
* sfr (SFR French mobile phone provider)
|
* sfr (SFR French mobile phone provider)
|
||||||
.br
|
.br
|
||||||
* taz (Taz newspaper website)
|
* taz (Taz newspaper website)
|
||||||
|
.br
|
||||||
|
* tinder (Tinder dating mobile application)
|
||||||
.SH BOOBMSG COMMANDS
|
.SH BOOBMSG COMMANDS
|
||||||
.TP
|
.TP
|
||||||
\fBexport_all\fR
|
\fBexport_all\fR
|
||||||
|
|
@ -205,7 +211,15 @@ 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
|
.br
|
||||||
Use \-U option to not sort results.
|
Use \-U option to not sort results. It allows to use a "fast path" to
|
||||||
|
.br
|
||||||
|
return results as soon as possible.
|
||||||
|
.br
|
||||||
|
Use \-d option to display informations about a collection (and to not
|
||||||
|
.br
|
||||||
|
display the content of it). It has the same behavior than the well
|
||||||
|
.br
|
||||||
|
know UNIX "ls" command.
|
||||||
.br
|
.br
|
||||||
|
|
||||||
.br
|
.br
|
||||||
|
|
@ -284,8 +298,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 (atom, csv, htmltable, json, msg, msglist, multiline,
|
select output formatter (atom, csv, htmltable, json, json_line, msg, msglist,
|
||||||
profile, simple, table, webkit, xhtml)
|
multiline, profile, simple, table, webkit, xhtml)
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-no\-header\fR
|
\fB\-\-no\-header\fR
|
||||||
do not display header
|
do not display header
|
||||||
|
|
@ -297,7 +311,7 @@ do not display item keys
|
||||||
file to export result
|
file to export result
|
||||||
|
|
||||||
.SH CONDITION
|
.SH CONDITION
|
||||||
The -c and --condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY-MM-DD format.
|
The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format.
|
||||||
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
||||||
.LP
|
.LP
|
||||||
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
||||||
|
|
@ -337,7 +351,7 @@ Display accounts with a lot of money.
|
||||||
Get transactions containing "rewe".
|
Get transactions containing "rewe".
|
||||||
.PP
|
.PP
|
||||||
.nf
|
.nf
|
||||||
.B boobank history account@backend \-\-condition 'date>2013-12-01 AND date<2013-12-09'
|
.B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09'
|
||||||
.fi
|
.fi
|
||||||
Get transactions betweens the 2th December and 8th December 2013.
|
Get transactions betweens the 2th December and 8th December 2013.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH BOOBOOKS 1 "08 January 2014" "boobooks 0\&.h"
|
.TH BOOBOOKS 1 "19 May 2014" "boobooks 0\&.i"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
boobooks \- manage rented books
|
boobooks \- manage rented books
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -133,7 +133,15 @@ 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
|
.br
|
||||||
Use \-U option to not sort results.
|
Use \-U option to not sort results. It allows to use a "fast path" to
|
||||||
|
.br
|
||||||
|
return results as soon as possible.
|
||||||
|
.br
|
||||||
|
Use \-d option to display informations about a collection (and to not
|
||||||
|
.br
|
||||||
|
display the content of it). It has the same behavior than the well
|
||||||
|
.br
|
||||||
|
know UNIX "ls" command.
|
||||||
.br
|
.br
|
||||||
|
|
||||||
.br
|
.br
|
||||||
|
|
@ -204,8 +212,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, rented_list, simple,
|
select output formatter (csv, htmltable, json, json_line, multiline,
|
||||||
table, webkit)
|
rented_list, simple, table, webkit)
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-no\-header\fR
|
\fB\-\-no\-header\fR
|
||||||
do not display header
|
do not display header
|
||||||
|
|
@ -217,7 +225,7 @@ do not display item keys
|
||||||
file to export result
|
file to export result
|
||||||
|
|
||||||
.SH CONDITION
|
.SH CONDITION
|
||||||
The -c and --condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY-MM-DD format.
|
The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format.
|
||||||
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
||||||
.LP
|
.LP
|
||||||
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
||||||
|
|
@ -257,7 +265,7 @@ Display accounts with a lot of money.
|
||||||
Get transactions containing "rewe".
|
Get transactions containing "rewe".
|
||||||
.PP
|
.PP
|
||||||
.nf
|
.nf
|
||||||
.B boobank history account@backend \-\-condition 'date>2013-12-01 AND date<2013-12-09'
|
.B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09'
|
||||||
.fi
|
.fi
|
||||||
Get transactions betweens the 2th December and 8th December 2013.
|
Get transactions betweens the 2th December and 8th December 2013.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH BOOBSIZE 1 "08 January 2014" "boobsize 0\&.h"
|
.TH BOOBSIZE 1 "19 May 2014" "boobsize 0\&.i"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
boobsize \- display sensors and gauges values
|
boobsize \- display sensors and gauges values
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -150,7 +150,15 @@ 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
|
.br
|
||||||
Use \-U option to not sort results.
|
Use \-U option to not sort results. It allows to use a "fast path" to
|
||||||
|
.br
|
||||||
|
return results as soon as possible.
|
||||||
|
.br
|
||||||
|
Use \-d option to display informations about a collection (and to not
|
||||||
|
.br
|
||||||
|
display the content of it). It has the same behavior than the well
|
||||||
|
.br
|
||||||
|
know UNIX "ls" command.
|
||||||
.br
|
.br
|
||||||
|
|
||||||
.br
|
.br
|
||||||
|
|
@ -221,8 +229,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, gauge_list, htmltable, json, multiline, simple,
|
select output formatter (csv, gauge_list, htmltable, json, json_line, multiline,
|
||||||
table, webkit)
|
simple, table, webkit)
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-no\-header\fR
|
\fB\-\-no\-header\fR
|
||||||
do not display header
|
do not display header
|
||||||
|
|
@ -234,7 +242,7 @@ do not display item keys
|
||||||
file to export result
|
file to export result
|
||||||
|
|
||||||
.SH CONDITION
|
.SH CONDITION
|
||||||
The -c and --condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY-MM-DD format.
|
The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format.
|
||||||
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
||||||
.LP
|
.LP
|
||||||
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
||||||
|
|
@ -274,7 +282,7 @@ Display accounts with a lot of money.
|
||||||
Get transactions containing "rewe".
|
Get transactions containing "rewe".
|
||||||
.PP
|
.PP
|
||||||
.nf
|
.nf
|
||||||
.B boobank history account@backend \-\-condition 'date>2013-12-01 AND date<2013-12-09'
|
.B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09'
|
||||||
.fi
|
.fi
|
||||||
Get transactions betweens the 2th December and 8th December 2013.
|
Get transactions betweens the 2th December and 8th December 2013.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH BOOBTRACKER 1 "08 January 2014" "boobtracker 0\&.h"
|
.TH BOOBTRACKER 1 "19 May 2014" "boobtracker 0\&.i"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
boobtracker \- manage bug tracking issues
|
boobtracker \- manage bug tracking issues
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -207,7 +207,15 @@ 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
|
.br
|
||||||
Use \-U option to not sort results.
|
Use \-U option to not sort results. It allows to use a "fast path" to
|
||||||
|
.br
|
||||||
|
return results as soon as possible.
|
||||||
|
.br
|
||||||
|
Use \-d option to display informations about a collection (and to not
|
||||||
|
.br
|
||||||
|
display the content of it). It has the same behavior than the well
|
||||||
|
.br
|
||||||
|
know UNIX "ls" command.
|
||||||
.br
|
.br
|
||||||
|
|
||||||
.br
|
.br
|
||||||
|
|
@ -256,9 +264,17 @@ do not validate SSL
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-target\-version=VERSION\fR
|
\fB\-\-target\-version=VERSION\fR
|
||||||
.TP
|
.TP
|
||||||
|
\fB\-\-tracker=TRACKER\fR
|
||||||
|
.TP
|
||||||
\fB\-\-category=CATEGORY\fR
|
\fB\-\-category=CATEGORY\fR
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-status=STATUS\fR
|
\fB\-\-status=STATUS\fR
|
||||||
|
.TP
|
||||||
|
\fB\-\-priority=PRIORITY\fR
|
||||||
|
.TP
|
||||||
|
\fB\-\-start=START\fR
|
||||||
|
.TP
|
||||||
|
\fB\-\-due=DUE\fR
|
||||||
|
|
||||||
.SH LOGGING OPTIONS
|
.SH LOGGING OPTIONS
|
||||||
.TP
|
.TP
|
||||||
|
|
@ -293,7 +309,7 @@ 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 (csv, htmltable, issue_info, issues_list, json,
|
select output formatter (csv, htmltable, issue_info, issues_list, json,
|
||||||
multiline, simple, table, webkit)
|
json_line, multiline, simple, table, webkit)
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-no\-header\fR
|
\fB\-\-no\-header\fR
|
||||||
do not display header
|
do not display header
|
||||||
|
|
@ -305,7 +321,7 @@ do not display item keys
|
||||||
file to export result
|
file to export result
|
||||||
|
|
||||||
.SH CONDITION
|
.SH CONDITION
|
||||||
The -c and --condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY-MM-DD format.
|
The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format.
|
||||||
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
||||||
.LP
|
.LP
|
||||||
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
||||||
|
|
@ -345,7 +361,7 @@ Display accounts with a lot of money.
|
||||||
Get transactions containing "rewe".
|
Get transactions containing "rewe".
|
||||||
.PP
|
.PP
|
||||||
.nf
|
.nf
|
||||||
.B boobank history account@backend \-\-condition 'date>2013-12-01 AND date<2013-12-09'
|
.B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09'
|
||||||
.fi
|
.fi
|
||||||
Get transactions betweens the 2th December and 8th December 2013.
|
Get transactions betweens the 2th December and 8th December 2013.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH CINEOOB 1 "08 January 2014" "cineoob 0\&.h"
|
.TH CINEOOB 1 "19 May 2014" "cineoob 0\&.i"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
cineoob \- search movies and persons around cinema
|
cineoob \- search movies and persons around cinema
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -315,7 +315,15 @@ 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
|
.br
|
||||||
Use \-U option to not sort results.
|
Use \-U option to not sort results. It allows to use a "fast path" to
|
||||||
|
.br
|
||||||
|
return results as soon as possible.
|
||||||
|
.br
|
||||||
|
Use \-d option to display informations about a collection (and to not
|
||||||
|
.br
|
||||||
|
display the content of it). It has the same behavior than the well
|
||||||
|
.br
|
||||||
|
know UNIX "ls" command.
|
||||||
.br
|
.br
|
||||||
|
|
||||||
.br
|
.br
|
||||||
|
|
@ -386,9 +394,9 @@ 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, movie_info, movie_list,
|
select output formatter (csv, htmltable, json, json_line, movie_info,
|
||||||
movie_releases, multiline, person_bio, person_info, person_list, simple,
|
movie_list, movie_releases, multiline, person_bio, person_info, person_list,
|
||||||
subtitle_info, subtitle_list, table, torrent_info, torrent_list, webkit)
|
simple, subtitle_info, subtitle_list, table, torrent_info, torrent_list, webkit)
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-no\-header\fR
|
\fB\-\-no\-header\fR
|
||||||
do not display header
|
do not display header
|
||||||
|
|
@ -400,7 +408,7 @@ do not display item keys
|
||||||
file to export result
|
file to export result
|
||||||
|
|
||||||
.SH CONDITION
|
.SH CONDITION
|
||||||
The -c and --condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY-MM-DD format.
|
The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format.
|
||||||
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
||||||
.LP
|
.LP
|
||||||
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
||||||
|
|
@ -440,7 +448,7 @@ Display accounts with a lot of money.
|
||||||
Get transactions containing "rewe".
|
Get transactions containing "rewe".
|
||||||
.PP
|
.PP
|
||||||
.nf
|
.nf
|
||||||
.B boobank history account@backend \-\-condition 'date>2013-12-01 AND date<2013-12-09'
|
.B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09'
|
||||||
.fi
|
.fi
|
||||||
Get transactions betweens the 2th December and 8th December 2013.
|
Get transactions betweens the 2th December and 8th December 2013.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH COMPAROOB 1 "08 January 2014" "comparoob 0\&.h"
|
.TH COMPAROOB 1 "19 May 2014" "comparoob 0\&.i"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
comparoob \- compare products
|
comparoob \- compare products
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -15,6 +15,8 @@ comparoob \- compare products
|
||||||
Console application to compare products.
|
Console application to compare products.
|
||||||
|
|
||||||
.SS Supported websites:
|
.SS Supported websites:
|
||||||
|
* lacentrale (Vehicule prices at LaCentrale.fr)
|
||||||
|
.br
|
||||||
* prixcarburants (French governement website to compare fuel prices)
|
* prixcarburants (French governement website to compare fuel prices)
|
||||||
.SH COMPAROOB COMMANDS
|
.SH COMPAROOB COMMANDS
|
||||||
.TP
|
.TP
|
||||||
|
|
@ -137,7 +139,15 @@ 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
|
.br
|
||||||
Use \-U option to not sort results.
|
Use \-U option to not sort results. It allows to use a "fast path" to
|
||||||
|
.br
|
||||||
|
return results as soon as possible.
|
||||||
|
.br
|
||||||
|
Use \-d option to display informations about a collection (and to not
|
||||||
|
.br
|
||||||
|
display the content of it). It has the same behavior than the well
|
||||||
|
.br
|
||||||
|
know UNIX "ls" command.
|
||||||
.br
|
.br
|
||||||
|
|
||||||
.br
|
.br
|
||||||
|
|
@ -208,8 +218,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, price, prices, simple,
|
select output formatter (csv, htmltable, json, json_line, multiline, price,
|
||||||
table, webkit)
|
prices, simple, table, webkit)
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-no\-header\fR
|
\fB\-\-no\-header\fR
|
||||||
do not display header
|
do not display header
|
||||||
|
|
@ -221,7 +231,7 @@ do not display item keys
|
||||||
file to export result
|
file to export result
|
||||||
|
|
||||||
.SH CONDITION
|
.SH CONDITION
|
||||||
The -c and --condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY-MM-DD format.
|
The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format.
|
||||||
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
||||||
.LP
|
.LP
|
||||||
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
||||||
|
|
@ -261,7 +271,7 @@ Display accounts with a lot of money.
|
||||||
Get transactions containing "rewe".
|
Get transactions containing "rewe".
|
||||||
.PP
|
.PP
|
||||||
.nf
|
.nf
|
||||||
.B boobank history account@backend \-\-condition 'date>2013-12-01 AND date<2013-12-09'
|
.B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09'
|
||||||
.fi
|
.fi
|
||||||
Get transactions betweens the 2th December and 8th December 2013.
|
Get transactions betweens the 2th December and 8th December 2013.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH COOKBOOB 1 "08 January 2014" "cookboob 0\&.h"
|
.TH COOKBOOB 1 "19 May 2014" "cookboob 0\&.i"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
cookboob \- search and consult recipes
|
cookboob \- search and consult recipes
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -155,7 +155,15 @@ 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
|
.br
|
||||||
Use \-U option to not sort results.
|
Use \-U option to not sort results. It allows to use a "fast path" to
|
||||||
|
.br
|
||||||
|
return results as soon as possible.
|
||||||
|
.br
|
||||||
|
Use \-d option to display informations about a collection (and to not
|
||||||
|
.br
|
||||||
|
display the content of it). It has the same behavior than the well
|
||||||
|
.br
|
||||||
|
know UNIX "ls" command.
|
||||||
.br
|
.br
|
||||||
|
|
||||||
.br
|
.br
|
||||||
|
|
@ -226,8 +234,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, recipe_info,
|
select output formatter (csv, htmltable, json, json_line, multiline,
|
||||||
recipe_list, simple, table, webkit)
|
recipe_info, recipe_list, simple, table, webkit)
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-no\-header\fR
|
\fB\-\-no\-header\fR
|
||||||
do not display header
|
do not display header
|
||||||
|
|
@ -239,7 +247,7 @@ do not display item keys
|
||||||
file to export result
|
file to export result
|
||||||
|
|
||||||
.SH CONDITION
|
.SH CONDITION
|
||||||
The -c and --condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY-MM-DD format.
|
The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format.
|
||||||
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
||||||
.LP
|
.LP
|
||||||
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
||||||
|
|
@ -279,7 +287,7 @@ Display accounts with a lot of money.
|
||||||
Get transactions containing "rewe".
|
Get transactions containing "rewe".
|
||||||
.PP
|
.PP
|
||||||
.nf
|
.nf
|
||||||
.B boobank history account@backend \-\-condition 'date>2013-12-01 AND date<2013-12-09'
|
.B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09'
|
||||||
.fi
|
.fi
|
||||||
Get transactions betweens the 2th December and 8th December 2013.
|
Get transactions betweens the 2th December and 8th December 2013.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH FLATBOOB 1 "08 January 2014" "flatboob 0\&.h"
|
.TH FLATBOOB 1 "19 May 2014" "flatboob 0\&.i"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
flatboob \- search for housing
|
flatboob \- search for housing
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -141,7 +141,15 @@ 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
|
.br
|
||||||
Use \-U option to not sort results.
|
Use \-U option to not sort results. It allows to use a "fast path" to
|
||||||
|
.br
|
||||||
|
return results as soon as possible.
|
||||||
|
.br
|
||||||
|
Use \-d option to display informations about a collection (and to not
|
||||||
|
.br
|
||||||
|
display the content of it). It has the same behavior than the well
|
||||||
|
.br
|
||||||
|
know UNIX "ls" command.
|
||||||
.br
|
.br
|
||||||
|
|
||||||
.br
|
.br
|
||||||
|
|
@ -212,8 +220,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, housing, housing_list, htmltable, json, multiline,
|
select output formatter (csv, housing, housing_list, htmltable, json, json_line,
|
||||||
simple, table, webkit)
|
multiline, simple, table, webkit)
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-no\-header\fR
|
\fB\-\-no\-header\fR
|
||||||
do not display header
|
do not display header
|
||||||
|
|
@ -225,7 +233,7 @@ do not display item keys
|
||||||
file to export result
|
file to export result
|
||||||
|
|
||||||
.SH CONDITION
|
.SH CONDITION
|
||||||
The -c and --condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY-MM-DD format.
|
The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format.
|
||||||
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
||||||
.LP
|
.LP
|
||||||
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
||||||
|
|
@ -265,7 +273,7 @@ Display accounts with a lot of money.
|
||||||
Get transactions containing "rewe".
|
Get transactions containing "rewe".
|
||||||
.PP
|
.PP
|
||||||
.nf
|
.nf
|
||||||
.B boobank history account@backend \-\-condition 'date>2013-12-01 AND date<2013-12-09'
|
.B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09'
|
||||||
.fi
|
.fi
|
||||||
Get transactions betweens the 2th December and 8th December 2013.
|
Get transactions betweens the 2th December and 8th December 2013.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH GALLEROOB 1 "08 January 2014" "galleroob 0\&.h"
|
.TH GALLEROOB 1 "19 May 2014" "galleroob 0\&.i"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
galleroob \- browse and download web image galleries
|
galleroob \- browse and download web image galleries
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -163,7 +163,15 @@ 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
|
.br
|
||||||
Use \-U option to not sort results.
|
Use \-U option to not sort results. It allows to use a "fast path" to
|
||||||
|
.br
|
||||||
|
return results as soon as possible.
|
||||||
|
.br
|
||||||
|
Use \-d option to display informations about a collection (and to not
|
||||||
|
.br
|
||||||
|
display the content of it). It has the same behavior than the well
|
||||||
|
.br
|
||||||
|
know UNIX "ls" command.
|
||||||
.br
|
.br
|
||||||
|
|
||||||
.br
|
.br
|
||||||
|
|
@ -234,8 +242,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, gallery_list, htmltable, json, multiline, simple,
|
select output formatter (csv, gallery_list, htmltable, json, json_line,
|
||||||
table, webkit)
|
multiline, simple, table, webkit)
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-no\-header\fR
|
\fB\-\-no\-header\fR
|
||||||
do not display header
|
do not display header
|
||||||
|
|
@ -247,7 +255,7 @@ do not display item keys
|
||||||
file to export result
|
file to export result
|
||||||
|
|
||||||
.SH CONDITION
|
.SH CONDITION
|
||||||
The -c and --condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY-MM-DD format.
|
The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format.
|
||||||
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
||||||
.LP
|
.LP
|
||||||
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
||||||
|
|
@ -287,7 +295,7 @@ Display accounts with a lot of money.
|
||||||
Get transactions containing "rewe".
|
Get transactions containing "rewe".
|
||||||
.PP
|
.PP
|
||||||
.nf
|
.nf
|
||||||
.B boobank history account@backend \-\-condition 'date>2013-12-01 AND date<2013-12-09'
|
.B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09'
|
||||||
.fi
|
.fi
|
||||||
Get transactions betweens the 2th December and 8th December 2013.
|
Get transactions betweens the 2th December and 8th December 2013.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH GEOLOOC 1 "08 January 2014" "geolooc 0\&.h"
|
.TH GEOLOOC 1 "19 May 2014" "geolooc 0\&.i"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
geolooc \- geolocalize IP addresses
|
geolooc \- geolocalize IP addresses
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -128,7 +128,15 @@ 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
|
.br
|
||||||
Use \-U option to not sort results.
|
Use \-U option to not sort results. It allows to use a "fast path" to
|
||||||
|
.br
|
||||||
|
return results as soon as possible.
|
||||||
|
.br
|
||||||
|
Use \-d option to display informations about a collection (and to not
|
||||||
|
.br
|
||||||
|
display the content of it). It has the same behavior than the well
|
||||||
|
.br
|
||||||
|
know UNIX "ls" command.
|
||||||
.br
|
.br
|
||||||
|
|
||||||
.br
|
.br
|
||||||
|
|
@ -199,7 +207,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, htmltable, json, json_line, multiline, simple,
|
||||||
|
table, webkit)
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-no\-header\fR
|
\fB\-\-no\-header\fR
|
||||||
do not display header
|
do not display header
|
||||||
|
|
@ -211,7 +220,7 @@ do not display item keys
|
||||||
file to export result
|
file to export result
|
||||||
|
|
||||||
.SH CONDITION
|
.SH CONDITION
|
||||||
The -c and --condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY-MM-DD format.
|
The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format.
|
||||||
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
||||||
.LP
|
.LP
|
||||||
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
||||||
|
|
@ -251,7 +260,7 @@ Display accounts with a lot of money.
|
||||||
Get transactions containing "rewe".
|
Get transactions containing "rewe".
|
||||||
.PP
|
.PP
|
||||||
.nf
|
.nf
|
||||||
.B boobank history account@backend \-\-condition 'date>2013-12-01 AND date<2013-12-09'
|
.B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09'
|
||||||
.fi
|
.fi
|
||||||
Get transactions betweens the 2th December and 8th December 2013.
|
Get transactions betweens the 2th December and 8th December 2013.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH HANDJOOB 1 "08 January 2014" "handjoob 0\&.h"
|
.TH HANDJOOB 1 "19 May 2014" "handjoob 0\&.i"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
handjoob \- search for a job
|
handjoob \- search for a job
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -225,7 +225,7 @@ 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 (csv, htmltable, job_advert, job_advert_list, json,
|
select output formatter (csv, htmltable, job_advert, job_advert_list, json,
|
||||||
multiline, simple, table, webkit)
|
json_line, multiline, simple, table, webkit)
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-no\-header\fR
|
\fB\-\-no\-header\fR
|
||||||
do not display header
|
do not display header
|
||||||
|
|
@ -237,7 +237,7 @@ do not display item keys
|
||||||
file to export result
|
file to export result
|
||||||
|
|
||||||
.SH CONDITION
|
.SH CONDITION
|
||||||
The -c and --condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY-MM-DD format.
|
The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format.
|
||||||
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
||||||
.LP
|
.LP
|
||||||
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
||||||
|
|
@ -277,7 +277,7 @@ Display accounts with a lot of money.
|
||||||
Get transactions containing "rewe".
|
Get transactions containing "rewe".
|
||||||
.PP
|
.PP
|
||||||
.nf
|
.nf
|
||||||
.B boobank history account@backend \-\-condition 'date>2013-12-01 AND date<2013-12-09'
|
.B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09'
|
||||||
.fi
|
.fi
|
||||||
Get transactions betweens the 2th December and 8th December 2013.
|
Get transactions betweens the 2th December and 8th December 2013.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH HAVEDATE 1 "08 January 2014" "havedate 0\&.h"
|
.TH HAVEDATE 1 "19 May 2014" "havedate 0\&.i"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
havedate \- interact with dating websites
|
havedate \- interact with dating websites
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -16,6 +16,10 @@ Console application allowing to interact with various dating websites and to opt
|
||||||
|
|
||||||
.SS Supported websites:
|
.SS Supported websites:
|
||||||
* aum ("Adopte un Mec" French dating website)
|
* aum ("Adopte un Mec" French dating website)
|
||||||
|
.br
|
||||||
|
* okc (OkCupid dating website)
|
||||||
|
.br
|
||||||
|
* tinder (Tinder dating mobile application)
|
||||||
.SH HAVEDATE COMMANDS
|
.SH HAVEDATE COMMANDS
|
||||||
.TP
|
.TP
|
||||||
\fBevents\fR
|
\fBevents\fR
|
||||||
|
|
@ -197,7 +201,15 @@ 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
|
.br
|
||||||
Use \-U option to not sort results.
|
Use \-U option to not sort results. It allows to use a "fast path" to
|
||||||
|
.br
|
||||||
|
return results as soon as possible.
|
||||||
|
.br
|
||||||
|
Use \-d option to display informations about a collection (and to not
|
||||||
|
.br
|
||||||
|
display the content of it). It has the same behavior than the well
|
||||||
|
.br
|
||||||
|
know UNIX "ls" command.
|
||||||
.br
|
.br
|
||||||
|
|
||||||
.br
|
.br
|
||||||
|
|
@ -276,8 +288,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 (atom, csv, events, htmltable, json, msg, msglist,
|
select output formatter (atom, csv, events, htmltable, json, json_line, msg,
|
||||||
multiline, profile, simple, table, webkit, xhtml)
|
msglist, multiline, profile, simple, table, webkit, xhtml)
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-no\-header\fR
|
\fB\-\-no\-header\fR
|
||||||
do not display header
|
do not display header
|
||||||
|
|
@ -289,7 +301,7 @@ do not display item keys
|
||||||
file to export result
|
file to export result
|
||||||
|
|
||||||
.SH CONDITION
|
.SH CONDITION
|
||||||
The -c and --condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY-MM-DD format.
|
The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format.
|
||||||
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
||||||
.LP
|
.LP
|
||||||
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
||||||
|
|
@ -329,7 +341,7 @@ Display accounts with a lot of money.
|
||||||
Get transactions containing "rewe".
|
Get transactions containing "rewe".
|
||||||
.PP
|
.PP
|
||||||
.nf
|
.nf
|
||||||
.B boobank history account@backend \-\-condition 'date>2013-12-01 AND date<2013-12-09'
|
.B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09'
|
||||||
.fi
|
.fi
|
||||||
Get transactions betweens the 2th December and 8th December 2013.
|
Get transactions betweens the 2th December and 8th December 2013.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH MONBOOB 1 "08 January 2014" "monboob 0\&.h"
|
.TH MONBOOB 1 "19 May 2014" "monboob 0\&.i"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
monboob \- daemon to send and check messages
|
monboob \- daemon to send and check messages
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -25,6 +25,8 @@ Daemon allowing to regularly check for new messages on various websites, and sen
|
||||||
.br
|
.br
|
||||||
* fourchan (4chan image board)
|
* fourchan (4chan image board)
|
||||||
.br
|
.br
|
||||||
|
* guerrillamail (GuerrillaMail temp mailbox)
|
||||||
|
.br
|
||||||
* hds (Histoires de Sexe French erotic novels)
|
* hds (Histoires de Sexe French erotic novels)
|
||||||
.br
|
.br
|
||||||
* hellobank (Hello Bank!)
|
* hellobank (Hello Bank!)
|
||||||
|
|
@ -35,6 +37,8 @@ Daemon allowing to regularly check for new messages on various websites, and sen
|
||||||
.br
|
.br
|
||||||
* liberation (Libération newspaper website)
|
* liberation (Libération newspaper website)
|
||||||
.br
|
.br
|
||||||
|
* mailinator (mailinator temp mailbox)
|
||||||
|
.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)
|
||||||
|
|
@ -52,6 +56,8 @@ Daemon allowing to regularly check for new messages on various websites, and sen
|
||||||
* sfr (SFR French mobile phone provider)
|
* sfr (SFR French mobile phone provider)
|
||||||
.br
|
.br
|
||||||
* taz (Taz newspaper website)
|
* taz (Taz newspaper website)
|
||||||
|
.br
|
||||||
|
* tinder (Tinder dating mobile application)
|
||||||
.SH MONBOOB COMMANDS
|
.SH MONBOOB COMMANDS
|
||||||
.TP
|
.TP
|
||||||
\fBonce\fR
|
\fBonce\fR
|
||||||
|
|
@ -120,7 +126,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, htmltable, json, json_line, multiline, simple,
|
||||||
|
table, webkit)
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-no\-header\fR
|
\fB\-\-no\-header\fR
|
||||||
do not display header
|
do not display header
|
||||||
|
|
@ -132,7 +139,7 @@ do not display item keys
|
||||||
file to export result
|
file to export result
|
||||||
|
|
||||||
.SH CONDITION
|
.SH CONDITION
|
||||||
The -c and --condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY-MM-DD format.
|
The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format.
|
||||||
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
||||||
.LP
|
.LP
|
||||||
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
||||||
|
|
@ -172,7 +179,7 @@ Display accounts with a lot of money.
|
||||||
Get transactions containing "rewe".
|
Get transactions containing "rewe".
|
||||||
.PP
|
.PP
|
||||||
.nf
|
.nf
|
||||||
.B boobank history account@backend \-\-condition 'date>2013-12-01 AND date<2013-12-09'
|
.B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09'
|
||||||
.fi
|
.fi
|
||||||
Get transactions betweens the 2th December and 8th December 2013.
|
Get transactions betweens the 2th December and 8th December 2013.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH PARCELOOB 1 "08 January 2014" "parceloob 0\&.h"
|
.TH PARCELOOB 1 "19 May 2014" "parceloob 0\&.i"
|
||||||
.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
|
||||||
|
* colisprive (Colisprive parcel tracking website)
|
||||||
|
.br
|
||||||
* colissimo (Colissimo parcel tracking website)
|
* colissimo (Colissimo parcel tracking website)
|
||||||
.br
|
.br
|
||||||
* ups (UPS website)
|
* ups (UPS website)
|
||||||
|
|
@ -147,7 +149,15 @@ 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
|
.br
|
||||||
Use \-U option to not sort results.
|
Use \-U option to not sort results. It allows to use a "fast path" to
|
||||||
|
.br
|
||||||
|
return results as soon as possible.
|
||||||
|
.br
|
||||||
|
Use \-d option to display informations about a collection (and to not
|
||||||
|
.br
|
||||||
|
display the content of it). It has the same behavior than the well
|
||||||
|
.br
|
||||||
|
know UNIX "ls" command.
|
||||||
.br
|
.br
|
||||||
|
|
||||||
.br
|
.br
|
||||||
|
|
@ -218,8 +228,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, history, htmltable, json, multiline, simple,
|
select output formatter (csv, history, htmltable, json, json_line, multiline,
|
||||||
status, table, webkit)
|
simple, status, table, webkit)
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-no\-header\fR
|
\fB\-\-no\-header\fR
|
||||||
do not display header
|
do not display header
|
||||||
|
|
@ -231,7 +241,7 @@ do not display item keys
|
||||||
file to export result
|
file to export result
|
||||||
|
|
||||||
.SH CONDITION
|
.SH CONDITION
|
||||||
The -c and --condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY-MM-DD format.
|
The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format.
|
||||||
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
||||||
.LP
|
.LP
|
||||||
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
||||||
|
|
@ -271,7 +281,7 @@ Display accounts with a lot of money.
|
||||||
Get transactions containing "rewe".
|
Get transactions containing "rewe".
|
||||||
.PP
|
.PP
|
||||||
.nf
|
.nf
|
||||||
.B boobank history account@backend \-\-condition 'date>2013-12-01 AND date<2013-12-09'
|
.B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09'
|
||||||
.fi
|
.fi
|
||||||
Get transactions betweens the 2th December and 8th December 2013.
|
Get transactions betweens the 2th December and 8th December 2013.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH PASTOOB 1 "08 January 2014" "pastoob 0\&.h"
|
.TH PASTOOB 1 "19 May 2014" "pastoob 0\&.i"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
pastoob \- post and get pastes from pastebins
|
pastoob \- post and get pastes from pastebins
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -15,20 +15,48 @@ pastoob \- post and get pastes from pastebins
|
||||||
Console application allowing to post and get pastes from pastebins.
|
Console application allowing to post and get pastes from pastebins.
|
||||||
|
|
||||||
.SS Supported websites:
|
.SS Supported websites:
|
||||||
|
* imgur (imgur image upload service)
|
||||||
|
.br
|
||||||
|
* lutim (LUTIm website)
|
||||||
|
.br
|
||||||
* pastealacon (Paste à la con text sharing tool)
|
* pastealacon (Paste à la con text sharing tool)
|
||||||
.br
|
.br
|
||||||
* pastebin (Pastebin text sharing service)
|
* pastebin (Pastebin text sharing service)
|
||||||
|
.br
|
||||||
|
* pixtoilelibre (toile\-libre image hosting website)
|
||||||
|
.br
|
||||||
|
* unsee (unsee.cc expiring image hosting)
|
||||||
.SH PASTOOB COMMANDS
|
.SH PASTOOB COMMANDS
|
||||||
.TP
|
.TP
|
||||||
\fBget\fR \fIID\fR
|
\fBget\fR \fIID\fR
|
||||||
.br
|
.br
|
||||||
Get a paste contents.
|
Get a paste contents.
|
||||||
.TP
|
.TP
|
||||||
|
\fBget_bin\fR \fIID\fR
|
||||||
|
.br
|
||||||
|
Get a paste contents.
|
||||||
|
.br
|
||||||
|
File will be downloaded from binary services.
|
||||||
|
.TP
|
||||||
|
\fBinfo\fR \fIID\fR [\fIID\fR2 [...]]
|
||||||
|
.br
|
||||||
|
Get information about pastes.
|
||||||
|
.TP
|
||||||
\fBpost\fR [\fIFILENAME\fR]
|
\fBpost\fR [\fIFILENAME\fR]
|
||||||
.br
|
.br
|
||||||
Submit a new paste.
|
Submit a new paste.
|
||||||
.br
|
.br
|
||||||
The filename can be '\-' for reading standard input (pipe).
|
The filename can be '\-' for reading standard input (pipe).
|
||||||
|
.br
|
||||||
|
If 'bin' is passed, file will be uploaded to binary services.
|
||||||
|
.TP
|
||||||
|
\fBpost_bin\fR [\fIFILENAME\fR]
|
||||||
|
.br
|
||||||
|
Submit a new paste.
|
||||||
|
.br
|
||||||
|
The filename can be '\-' for reading standard input (pipe).
|
||||||
|
.br
|
||||||
|
File will be uploaded to binary services.
|
||||||
.SH WEBOOB COMMANDS
|
.SH WEBOOB COMMANDS
|
||||||
.TP
|
.TP
|
||||||
\fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]...
|
\fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]...
|
||||||
|
|
@ -139,7 +167,15 @@ 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
|
.br
|
||||||
Use \-U option to not sort results.
|
Use \-U option to not sort results. It allows to use a "fast path" to
|
||||||
|
.br
|
||||||
|
return results as soon as possible.
|
||||||
|
.br
|
||||||
|
Use \-d option to display informations about a collection (and to not
|
||||||
|
.br
|
||||||
|
display the content of it). It has the same behavior than the well
|
||||||
|
.br
|
||||||
|
know UNIX "ls" command.
|
||||||
.br
|
.br
|
||||||
|
|
||||||
.br
|
.br
|
||||||
|
|
@ -221,7 +257,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, htmltable, json, json_line, multiline, simple,
|
||||||
|
table, webkit)
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-no\-header\fR
|
\fB\-\-no\-header\fR
|
||||||
do not display header
|
do not display header
|
||||||
|
|
@ -233,7 +270,7 @@ do not display item keys
|
||||||
file to export result
|
file to export result
|
||||||
|
|
||||||
.SH CONDITION
|
.SH CONDITION
|
||||||
The -c and --condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY-MM-DD format.
|
The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format.
|
||||||
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
||||||
.LP
|
.LP
|
||||||
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
||||||
|
|
@ -273,7 +310,7 @@ Display accounts with a lot of money.
|
||||||
Get transactions containing "rewe".
|
Get transactions containing "rewe".
|
||||||
.PP
|
.PP
|
||||||
.nf
|
.nf
|
||||||
.B boobank history account@backend \-\-condition 'date>2013-12-01 AND date<2013-12-09'
|
.B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09'
|
||||||
.fi
|
.fi
|
||||||
Get transactions betweens the 2th December and 8th December 2013.
|
Get transactions betweens the 2th December and 8th December 2013.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH QBOOBMSG 1 "08 January 2014" "qboobmsg 0\&.h"
|
.TH QBOOBMSG 1 "19 May 2014" "qboobmsg 0\&.i"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
qboobmsg \- send and receive message threads
|
qboobmsg \- send and receive message threads
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -25,6 +25,8 @@ Qt application allowing to read messages on various websites and reply to them.
|
||||||
.br
|
.br
|
||||||
* fourchan (4chan image board)
|
* fourchan (4chan image board)
|
||||||
.br
|
.br
|
||||||
|
* guerrillamail (GuerrillaMail temp mailbox)
|
||||||
|
.br
|
||||||
* hds (Histoires de Sexe French erotic novels)
|
* hds (Histoires de Sexe French erotic novels)
|
||||||
.br
|
.br
|
||||||
* hellobank (Hello Bank!)
|
* hellobank (Hello Bank!)
|
||||||
|
|
@ -35,6 +37,8 @@ Qt application allowing to read messages on various websites and reply to them.
|
||||||
.br
|
.br
|
||||||
* liberation (Libération newspaper website)
|
* liberation (Libération newspaper website)
|
||||||
.br
|
.br
|
||||||
|
* mailinator (mailinator temp mailbox)
|
||||||
|
.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)
|
||||||
|
|
@ -52,6 +56,8 @@ Qt application allowing to read messages on various websites and reply to them.
|
||||||
* sfr (SFR French mobile phone provider)
|
* sfr (SFR French mobile phone provider)
|
||||||
.br
|
.br
|
||||||
* taz (Taz newspaper website)
|
* taz (Taz newspaper website)
|
||||||
|
.br
|
||||||
|
* tinder (Tinder dating mobile application)
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-version\fR
|
\fB\-\-version\fR
|
||||||
|
|
@ -87,7 +93,7 @@ file to save logs
|
||||||
save every response
|
save every response
|
||||||
|
|
||||||
.SH CONDITION
|
.SH CONDITION
|
||||||
The -c and --condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY-MM-DD format.
|
The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format.
|
||||||
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
||||||
.LP
|
.LP
|
||||||
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
||||||
|
|
@ -127,7 +133,7 @@ Display accounts with a lot of money.
|
||||||
Get transactions containing "rewe".
|
Get transactions containing "rewe".
|
||||||
.PP
|
.PP
|
||||||
.nf
|
.nf
|
||||||
.B boobank history account@backend \-\-condition 'date>2013-12-01 AND date<2013-12-09'
|
.B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09'
|
||||||
.fi
|
.fi
|
||||||
Get transactions betweens the 2th December and 8th December 2013.
|
Get transactions betweens the 2th December and 8th December 2013.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH QCINEOOB 1 "08 January 2014" "qcineoob 0\&.h"
|
.TH QCINEOOB 1 "19 May 2014" "qcineoob 0\&.i"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
qcineoob \- search movies, people, torrent and subtitles
|
qcineoob \- search movies, people, torrent and subtitles
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -49,7 +49,7 @@ file to save logs
|
||||||
save every response
|
save every response
|
||||||
|
|
||||||
.SH CONDITION
|
.SH CONDITION
|
||||||
The -c and --condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY-MM-DD format.
|
The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format.
|
||||||
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
||||||
.LP
|
.LP
|
||||||
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
||||||
|
|
@ -89,7 +89,7 @@ Display accounts with a lot of money.
|
||||||
Get transactions containing "rewe".
|
Get transactions containing "rewe".
|
||||||
.PP
|
.PP
|
||||||
.nf
|
.nf
|
||||||
.B boobank history account@backend \-\-condition 'date>2013-12-01 AND date<2013-12-09'
|
.B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09'
|
||||||
.fi
|
.fi
|
||||||
Get transactions betweens the 2th December and 8th December 2013.
|
Get transactions betweens the 2th December and 8th December 2013.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH QCOOKBOOB 1 "08 January 2014" "qcookboob 0\&.h"
|
.TH QCOOKBOOB 1 "19 May 2014" "qcookboob 0\&.i"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
qcookboob \- search recipes
|
qcookboob \- search recipes
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -59,7 +59,7 @@ file to save logs
|
||||||
save every response
|
save every response
|
||||||
|
|
||||||
.SH CONDITION
|
.SH CONDITION
|
||||||
The -c and --condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY-MM-DD format.
|
The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format.
|
||||||
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
||||||
.LP
|
.LP
|
||||||
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
||||||
|
|
@ -99,7 +99,7 @@ Display accounts with a lot of money.
|
||||||
Get transactions containing "rewe".
|
Get transactions containing "rewe".
|
||||||
.PP
|
.PP
|
||||||
.nf
|
.nf
|
||||||
.B boobank history account@backend \-\-condition 'date>2013-12-01 AND date<2013-12-09'
|
.B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09'
|
||||||
.fi
|
.fi
|
||||||
Get transactions betweens the 2th December and 8th December 2013.
|
Get transactions betweens the 2th December and 8th December 2013.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH QFLATBOOB 1 "08 January 2014" "qflatboob 0\&.h"
|
.TH QFLATBOOB 1 "19 May 2014" "qflatboob 0\&.i"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
qflatboob \- search for housing
|
qflatboob \- search for housing
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -53,7 +53,7 @@ file to save logs
|
||||||
save every response
|
save every response
|
||||||
|
|
||||||
.SH CONDITION
|
.SH CONDITION
|
||||||
The -c and --condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY-MM-DD format.
|
The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format.
|
||||||
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
||||||
.LP
|
.LP
|
||||||
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
||||||
|
|
@ -93,7 +93,7 @@ Display accounts with a lot of money.
|
||||||
Get transactions containing "rewe".
|
Get transactions containing "rewe".
|
||||||
.PP
|
.PP
|
||||||
.nf
|
.nf
|
||||||
.B boobank history account@backend \-\-condition 'date>2013-12-01 AND date<2013-12-09'
|
.B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09'
|
||||||
.fi
|
.fi
|
||||||
Get transactions betweens the 2th December and 8th December 2013.
|
Get transactions betweens the 2th December and 8th December 2013.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH QHANDJOOB 1 "08 January 2014" "qhandjoob 0\&.h"
|
.TH QHANDJOOB 1 "19 May 2014" "qhandjoob 0\&.i"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
qhandjoob \- search for job
|
qhandjoob \- search for job
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -65,7 +65,7 @@ file to save logs
|
||||||
save every response
|
save every response
|
||||||
|
|
||||||
.SH CONDITION
|
.SH CONDITION
|
||||||
The -c and --condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY-MM-DD format.
|
The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format.
|
||||||
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
||||||
.LP
|
.LP
|
||||||
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
||||||
|
|
@ -105,7 +105,7 @@ Display accounts with a lot of money.
|
||||||
Get transactions containing "rewe".
|
Get transactions containing "rewe".
|
||||||
.PP
|
.PP
|
||||||
.nf
|
.nf
|
||||||
.B boobank history account@backend \-\-condition 'date>2013-12-01 AND date<2013-12-09'
|
.B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09'
|
||||||
.fi
|
.fi
|
||||||
Get transactions betweens the 2th December and 8th December 2013.
|
Get transactions betweens the 2th December and 8th December 2013.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH QHAVEDATE 1 "08 January 2014" "qhavedate 0\&.h"
|
.TH QHAVEDATE 1 "19 May 2014" "qhavedate 0\&.i"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
qhavedate \- interact with dating websites
|
qhavedate \- interact with dating websites
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -16,6 +16,10 @@ Qt application allowing to interact with various dating websites.
|
||||||
|
|
||||||
.SS Supported websites:
|
.SS Supported websites:
|
||||||
* aum ("Adopte un Mec" French dating website)
|
* aum ("Adopte un Mec" French dating website)
|
||||||
|
.br
|
||||||
|
* okc (OkCupid dating website)
|
||||||
|
.br
|
||||||
|
* tinder (Tinder dating mobile application)
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-version\fR
|
\fB\-\-version\fR
|
||||||
|
|
@ -51,7 +55,7 @@ file to save logs
|
||||||
save every response
|
save every response
|
||||||
|
|
||||||
.SH CONDITION
|
.SH CONDITION
|
||||||
The -c and --condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY-MM-DD format.
|
The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format.
|
||||||
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
||||||
.LP
|
.LP
|
||||||
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
||||||
|
|
@ -91,7 +95,7 @@ Display accounts with a lot of money.
|
||||||
Get transactions containing "rewe".
|
Get transactions containing "rewe".
|
||||||
.PP
|
.PP
|
||||||
.nf
|
.nf
|
||||||
.B boobank history account@backend \-\-condition 'date>2013-12-01 AND date<2013-12-09'
|
.B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09'
|
||||||
.fi
|
.fi
|
||||||
Get transactions betweens the 2th December and 8th December 2013.
|
Get transactions betweens the 2th December and 8th December 2013.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH QVIDEOOB 1 "08 January 2014" "qvideoob 0\&.h"
|
.TH QVIDEOOB 1 "19 May 2014" "qvideoob 0\&.i"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
qvideoob \- search and play videos
|
qvideoob \- search and play videos
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -85,7 +85,7 @@ file to save logs
|
||||||
save every response
|
save every response
|
||||||
|
|
||||||
.SH CONDITION
|
.SH CONDITION
|
||||||
The -c and --condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY-MM-DD format.
|
The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format.
|
||||||
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
||||||
.LP
|
.LP
|
||||||
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
||||||
|
|
@ -125,7 +125,7 @@ Display accounts with a lot of money.
|
||||||
Get transactions containing "rewe".
|
Get transactions containing "rewe".
|
||||||
.PP
|
.PP
|
||||||
.nf
|
.nf
|
||||||
.B boobank history account@backend \-\-condition 'date>2013-12-01 AND date<2013-12-09'
|
.B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09'
|
||||||
.fi
|
.fi
|
||||||
Get transactions betweens the 2th December and 8th December 2013.
|
Get transactions betweens the 2th December and 8th December 2013.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH QWEBCONTENTEDIT 1 "08 January 2014" "qwebcontentedit 0\&.h"
|
.TH QWEBCONTENTEDIT 1 "19 May 2014" "qwebcontentedit 0\&.i"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
qwebcontentedit \- manage websites content
|
qwebcontentedit \- manage websites content
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -55,7 +55,7 @@ file to save logs
|
||||||
save every response
|
save every response
|
||||||
|
|
||||||
.SH CONDITION
|
.SH CONDITION
|
||||||
The -c and --condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY-MM-DD format.
|
The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format.
|
||||||
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
||||||
.LP
|
.LP
|
||||||
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
||||||
|
|
@ -95,7 +95,7 @@ Display accounts with a lot of money.
|
||||||
Get transactions containing "rewe".
|
Get transactions containing "rewe".
|
||||||
.PP
|
.PP
|
||||||
.nf
|
.nf
|
||||||
.B boobank history account@backend \-\-condition 'date>2013-12-01 AND date<2013-12-09'
|
.B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09'
|
||||||
.fi
|
.fi
|
||||||
Get transactions betweens the 2th December and 8th December 2013.
|
Get transactions betweens the 2th December and 8th December 2013.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH RADIOOB 1 "08 January 2014" "radioob 0\&.h"
|
.TH RADIOOB 1 "19 May 2014" "radioob 0\&.i"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
radioob \- search, show or listen to radio stations
|
radioob \- search, show or listen to radio stations
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -220,8 +220,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, radio_list, simple,
|
select output formatter (csv, htmltable, json, json_line, multiline, radio_list,
|
||||||
table, webkit)
|
simple, table, webkit)
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-no\-header\fR
|
\fB\-\-no\-header\fR
|
||||||
do not display header
|
do not display header
|
||||||
|
|
@ -233,7 +233,7 @@ do not display item keys
|
||||||
file to export result
|
file to export result
|
||||||
|
|
||||||
.SH CONDITION
|
.SH CONDITION
|
||||||
The -c and --condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY-MM-DD format.
|
The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format.
|
||||||
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
||||||
.LP
|
.LP
|
||||||
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
||||||
|
|
@ -273,7 +273,7 @@ Display accounts with a lot of money.
|
||||||
Get transactions containing "rewe".
|
Get transactions containing "rewe".
|
||||||
.PP
|
.PP
|
||||||
.nf
|
.nf
|
||||||
.B boobank history account@backend \-\-condition 'date>2013-12-01 AND date<2013-12-09'
|
.B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09'
|
||||||
.fi
|
.fi
|
||||||
Get transactions betweens the 2th December and 8th December 2013.
|
Get transactions betweens the 2th December and 8th December 2013.
|
||||||
|
|
||||||
|
|
|
||||||
20
man/suboob.1
20
man/suboob.1
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH SUBOOB 1 "08 January 2014" "suboob 0\&.h"
|
.TH SUBOOB 1 "19 May 2014" "suboob 0\&.i"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
suboob \- search and download subtitles
|
suboob \- search and download subtitles
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -193,7 +193,15 @@ 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
|
.br
|
||||||
Use \-U option to not sort results.
|
Use \-U option to not sort results. It allows to use a "fast path" to
|
||||||
|
.br
|
||||||
|
return results as soon as possible.
|
||||||
|
.br
|
||||||
|
Use \-d option to display informations about a collection (and to not
|
||||||
|
.br
|
||||||
|
display the content of it). It has the same behavior than the well
|
||||||
|
.br
|
||||||
|
know UNIX "ls" command.
|
||||||
.br
|
.br
|
||||||
|
|
||||||
.br
|
.br
|
||||||
|
|
@ -264,8 +272,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, subtitle_info,
|
select output formatter (csv, htmltable, json, json_line, multiline, simple,
|
||||||
subtitle_list, table, webkit)
|
subtitle_info, subtitle_list, table, webkit)
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-no\-header\fR
|
\fB\-\-no\-header\fR
|
||||||
do not display header
|
do not display header
|
||||||
|
|
@ -277,7 +285,7 @@ do not display item keys
|
||||||
file to export result
|
file to export result
|
||||||
|
|
||||||
.SH CONDITION
|
.SH CONDITION
|
||||||
The -c and --condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY-MM-DD format.
|
The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format.
|
||||||
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
||||||
.LP
|
.LP
|
||||||
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
||||||
|
|
@ -317,7 +325,7 @@ Display accounts with a lot of money.
|
||||||
Get transactions containing "rewe".
|
Get transactions containing "rewe".
|
||||||
.PP
|
.PP
|
||||||
.nf
|
.nf
|
||||||
.B boobank history account@backend \-\-condition 'date>2013-12-01 AND date<2013-12-09'
|
.B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09'
|
||||||
.fi
|
.fi
|
||||||
Get transactions betweens the 2th December and 8th December 2013.
|
Get transactions betweens the 2th December and 8th December 2013.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH TRANSLABOOB 1 "08 January 2014" "translaboob 0\&.h"
|
.TH TRANSLABOOB 1 "19 May 2014" "translaboob 0\&.i"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
translaboob \- translate text from one language to another
|
translaboob \- translate text from one language to another
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -30,7 +30,7 @@ Translate from one language to another.
|
||||||
.br
|
.br
|
||||||
* TO : destination language
|
* TO : destination language
|
||||||
.br
|
.br
|
||||||
* TEXT : language to translate, standart input if \- is given
|
* TEXT : language to translate, standard input if \- is given
|
||||||
.br
|
.br
|
||||||
|
|
||||||
.br
|
.br
|
||||||
|
|
@ -181,7 +181,15 @@ 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
|
.br
|
||||||
Use \-U option to not sort results.
|
Use \-U option to not sort results. It allows to use a "fast path" to
|
||||||
|
.br
|
||||||
|
return results as soon as possible.
|
||||||
|
.br
|
||||||
|
Use \-d option to display informations about a collection (and to not
|
||||||
|
.br
|
||||||
|
display the content of it). It has the same behavior than the well
|
||||||
|
.br
|
||||||
|
know UNIX "ls" command.
|
||||||
.br
|
.br
|
||||||
|
|
||||||
.br
|
.br
|
||||||
|
|
@ -252,8 +260,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,
|
select output formatter (csv, htmltable, json, json_line, multiline, simple,
|
||||||
translation, webkit, xmltrans)
|
table, translation, webkit, xmltrans)
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-no\-header\fR
|
\fB\-\-no\-header\fR
|
||||||
do not display header
|
do not display header
|
||||||
|
|
@ -265,7 +273,7 @@ do not display item keys
|
||||||
file to export result
|
file to export result
|
||||||
|
|
||||||
.SH CONDITION
|
.SH CONDITION
|
||||||
The -c and --condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY-MM-DD format.
|
The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format.
|
||||||
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
||||||
.LP
|
.LP
|
||||||
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
||||||
|
|
@ -305,7 +313,7 @@ Display accounts with a lot of money.
|
||||||
Get transactions containing "rewe".
|
Get transactions containing "rewe".
|
||||||
.PP
|
.PP
|
||||||
.nf
|
.nf
|
||||||
.B boobank history account@backend \-\-condition 'date>2013-12-01 AND date<2013-12-09'
|
.B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09'
|
||||||
.fi
|
.fi
|
||||||
Get transactions betweens the 2th December and 8th December 2013.
|
Get transactions betweens the 2th December and 8th December 2013.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH TRAVELOOB 1 "08 January 2014" "traveloob 0\&.h"
|
.TH TRAVELOOB 1 "19 May 2014" "traveloob 0\&.i"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
traveloob \- search for train stations and departures
|
traveloob \- search for train stations and departures
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -28,6 +28,8 @@ Console application allowing to search for train stations and get departure time
|
||||||
.br
|
.br
|
||||||
List all departures for a given station.
|
List all departures for a given station.
|
||||||
.br
|
.br
|
||||||
|
The format for the date is "yyyy\-mm\-dd HH:MM" or "HH:MM".
|
||||||
|
.br
|
||||||
|
|
||||||
.br
|
.br
|
||||||
Default is limited to 10 results.
|
Default is limited to 10 results.
|
||||||
|
|
@ -171,7 +173,15 @@ 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
|
.br
|
||||||
Use \-U option to not sort results.
|
Use \-U option to not sort results. It allows to use a "fast path" to
|
||||||
|
.br
|
||||||
|
return results as soon as possible.
|
||||||
|
.br
|
||||||
|
Use \-d option to display informations about a collection (and to not
|
||||||
|
.br
|
||||||
|
display the content of it). It has the same behavior than the well
|
||||||
|
.br
|
||||||
|
know UNIX "ls" command.
|
||||||
.br
|
.br
|
||||||
|
|
||||||
.br
|
.br
|
||||||
|
|
@ -248,8 +258,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, departures, htmltable, json, multiline, simple,
|
select output formatter (csv, departures, htmltable, json, json_line, multiline,
|
||||||
stations, table, webkit)
|
simple, stations, table, webkit)
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-no\-header\fR
|
\fB\-\-no\-header\fR
|
||||||
do not display header
|
do not display header
|
||||||
|
|
@ -261,7 +271,7 @@ do not display item keys
|
||||||
file to export result
|
file to export result
|
||||||
|
|
||||||
.SH CONDITION
|
.SH CONDITION
|
||||||
The -c and --condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY-MM-DD format.
|
The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format.
|
||||||
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
||||||
.LP
|
.LP
|
||||||
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
||||||
|
|
@ -301,7 +311,7 @@ Display accounts with a lot of money.
|
||||||
Get transactions containing "rewe".
|
Get transactions containing "rewe".
|
||||||
.PP
|
.PP
|
||||||
.nf
|
.nf
|
||||||
.B boobank history account@backend \-\-condition 'date>2013-12-01 AND date<2013-12-09'
|
.B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09'
|
||||||
.fi
|
.fi
|
||||||
Get transactions betweens the 2th December and 8th December 2013.
|
Get transactions betweens the 2th December and 8th December 2013.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH VIDEOOB 1 "08 January 2014" "videoob 0\&.h"
|
.TH VIDEOOB 1 "19 May 2014" "videoob 0\&.i"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
videoob \- search and play videos
|
videoob \- search and play videos
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -55,8 +55,18 @@ Console application allowing to search for videos on various websites, play and
|
||||||
\fBdownload\fR \fIID\fR [\fIFILENAME\fR]
|
\fBdownload\fR \fIID\fR [\fIFILENAME\fR]
|
||||||
.br
|
.br
|
||||||
Download a video
|
Download a video
|
||||||
|
.br
|
||||||
|
|
||||||
|
.br
|
||||||
|
Braces\-enclosed tags are replaced with data fields. Use the 'info'
|
||||||
|
.br
|
||||||
|
command to see what fields are available on a given video.
|
||||||
|
.br
|
||||||
|
|
||||||
|
.br
|
||||||
|
Example: download KdRRge4XYIo@youtube '{title}.{ext}'
|
||||||
.TP
|
.TP
|
||||||
\fBinfo\fR \fIID\fR
|
\fBinfo\fR \fIID\fR [\fIID\fR2 [...]]
|
||||||
.br
|
.br
|
||||||
Get information about a video.
|
Get information about a video.
|
||||||
.TP
|
.TP
|
||||||
|
|
@ -72,13 +82,19 @@ 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 ...]
|
\fBplaylist\fR cmd [args]
|
||||||
|
.br
|
||||||
|
playlist add ID [ID2 ID3 ...]
|
||||||
.br
|
.br
|
||||||
playlist remove ID [ID2 ID3 ...]
|
playlist remove ID [ID2 ID3 ...]
|
||||||
.br
|
.br
|
||||||
playlist export [FILENAME]
|
playlist export [FILENAME]
|
||||||
.br
|
.br
|
||||||
playlist display
|
playlist display
|
||||||
|
.br
|
||||||
|
playlist download [PATH]
|
||||||
|
.br
|
||||||
|
playlist play
|
||||||
.TP
|
.TP
|
||||||
\fBsearch\fR \fIPATTERN\fR
|
\fBsearch\fR \fIPATTERN\fR
|
||||||
.br
|
.br
|
||||||
|
|
@ -197,7 +213,15 @@ 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
|
.br
|
||||||
Use \-U option to not sort results.
|
Use \-U option to not sort results. It allows to use a "fast path" to
|
||||||
|
.br
|
||||||
|
return results as soon as possible.
|
||||||
|
.br
|
||||||
|
Use \-d option to display informations about a collection (and to not
|
||||||
|
.br
|
||||||
|
display the content of it). It has the same behavior than the well
|
||||||
|
.br
|
||||||
|
know UNIX "ls" command.
|
||||||
.br
|
.br
|
||||||
|
|
||||||
.br
|
.br
|
||||||
|
|
@ -268,8 +292,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,
|
select output formatter (csv, htmltable, json, json_line, multiline, simple,
|
||||||
video_list, webkit)
|
table, video_list, webkit)
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-no\-header\fR
|
\fB\-\-no\-header\fR
|
||||||
do not display header
|
do not display header
|
||||||
|
|
@ -281,7 +305,7 @@ do not display item keys
|
||||||
file to export result
|
file to export result
|
||||||
|
|
||||||
.SH CONDITION
|
.SH CONDITION
|
||||||
The -c and --condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY-MM-DD format.
|
The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format.
|
||||||
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
||||||
.LP
|
.LP
|
||||||
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
||||||
|
|
@ -321,7 +345,7 @@ Display accounts with a lot of money.
|
||||||
Get transactions containing "rewe".
|
Get transactions containing "rewe".
|
||||||
.PP
|
.PP
|
||||||
.nf
|
.nf
|
||||||
.B boobank history account@backend \-\-condition 'date>2013-12-01 AND date<2013-12-09'
|
.B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09'
|
||||||
.fi
|
.fi
|
||||||
Get transactions betweens the 2th December and 8th December 2013.
|
Get transactions betweens the 2th December and 8th December 2013.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH WEBCONTENTEDIT 1 "08 January 2014" "webcontentedit 0\&.h"
|
.TH WEBCONTENTEDIT 1 "19 May 2014" "webcontentedit 0\&.i"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
webcontentedit \- manage websites content
|
webcontentedit \- manage websites content
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -26,7 +26,7 @@ Console application allowing to display and edit contents on various websites.
|
||||||
.br
|
.br
|
||||||
Edit a content with $EDITOR, then push it on the website.
|
Edit a content with $EDITOR, then push it on the website.
|
||||||
.TP
|
.TP
|
||||||
\fBget\fR \fIID\fR [revision]
|
\fBget\fR \fIID\fR [\-r revision]
|
||||||
.br
|
.br
|
||||||
Get page contents
|
Get page contents
|
||||||
.TP
|
.TP
|
||||||
|
|
@ -147,7 +147,15 @@ 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
|
.br
|
||||||
Use \-U option to not sort results.
|
Use \-U option to not sort results. It allows to use a "fast path" to
|
||||||
|
.br
|
||||||
|
return results as soon as possible.
|
||||||
|
.br
|
||||||
|
Use \-d option to display informations about a collection (and to not
|
||||||
|
.br
|
||||||
|
display the content of it). It has the same behavior than the well
|
||||||
|
.br
|
||||||
|
know UNIX "ls" command.
|
||||||
.br
|
.br
|
||||||
|
|
||||||
.br
|
.br
|
||||||
|
|
@ -218,7 +226,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, htmltable, json, json_line, multiline, simple,
|
||||||
|
table, webkit)
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-no\-header\fR
|
\fB\-\-no\-header\fR
|
||||||
do not display header
|
do not display header
|
||||||
|
|
@ -230,7 +239,7 @@ do not display item keys
|
||||||
file to export result
|
file to export result
|
||||||
|
|
||||||
.SH CONDITION
|
.SH CONDITION
|
||||||
The -c and --condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY-MM-DD format.
|
The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format.
|
||||||
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
||||||
.LP
|
.LP
|
||||||
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
||||||
|
|
@ -270,7 +279,7 @@ Display accounts with a lot of money.
|
||||||
Get transactions containing "rewe".
|
Get transactions containing "rewe".
|
||||||
.PP
|
.PP
|
||||||
.nf
|
.nf
|
||||||
.B boobank history account@backend \-\-condition 'date>2013-12-01 AND date<2013-12-09'
|
.B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09'
|
||||||
.fi
|
.fi
|
||||||
Get transactions betweens the 2th December and 8th December 2013.
|
Get transactions betweens the 2th December and 8th December 2013.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH WEBOOB-CLI 1 "08 January 2014" "weboob-cli 0\&.h"
|
.TH WEBOOB-CLI 1 "19 May 2014" "weboob-cli 0\&.i"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
weboob-cli \- call a method on backends
|
weboob-cli \- call a method on backends
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -64,7 +64,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, htmltable, json, json_line, multiline, simple,
|
||||||
|
table, webkit)
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-no\-header\fR
|
\fB\-\-no\-header\fR
|
||||||
do not display header
|
do not display header
|
||||||
|
|
@ -76,7 +77,7 @@ do not display item keys
|
||||||
file to export result
|
file to export result
|
||||||
|
|
||||||
.SH CONDITION
|
.SH CONDITION
|
||||||
The -c and --condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY-MM-DD format.
|
The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format.
|
||||||
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
||||||
.LP
|
.LP
|
||||||
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
||||||
|
|
@ -116,7 +117,7 @@ Display accounts with a lot of money.
|
||||||
Get transactions containing "rewe".
|
Get transactions containing "rewe".
|
||||||
.PP
|
.PP
|
||||||
.nf
|
.nf
|
||||||
.B boobank history account@backend \-\-condition 'date>2013-12-01 AND date<2013-12-09'
|
.B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09'
|
||||||
.fi
|
.fi
|
||||||
Get transactions betweens the 2th December and 8th December 2013.
|
Get transactions betweens the 2th December and 8th December 2013.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH WEBOOB-CONFIG-QT 1 "08 January 2014" "weboob-config-qt 0\&.h"
|
.TH WEBOOB-CONFIG-QT 1 "19 May 2014" "weboob-config-qt 0\&.i"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
weboob-config-qt \- manage backends or register new accounts
|
weboob-config-qt \- manage backends or register new accounts
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -49,7 +49,7 @@ file to save logs
|
||||||
save every response
|
save every response
|
||||||
|
|
||||||
.SH CONDITION
|
.SH CONDITION
|
||||||
The -c and --condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY-MM-DD format.
|
The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format.
|
||||||
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
||||||
.LP
|
.LP
|
||||||
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
||||||
|
|
@ -89,7 +89,7 @@ Display accounts with a lot of money.
|
||||||
Get transactions containing "rewe".
|
Get transactions containing "rewe".
|
||||||
.PP
|
.PP
|
||||||
.nf
|
.nf
|
||||||
.B boobank history account@backend \-\-condition 'date>2013-12-01 AND date<2013-12-09'
|
.B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09'
|
||||||
.fi
|
.fi
|
||||||
Get transactions betweens the 2th December and 8th December 2013.
|
Get transactions betweens the 2th December and 8th December 2013.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH WEBOOB-CONFIG 1 "08 January 2014" "weboob-config 0\&.h"
|
.TH WEBOOB-CONFIG 1 "19 May 2014" "weboob-config 0\&.i"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
weboob-config \- manage backends or register new accounts
|
weboob-config \- manage backends or register new accounts
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -121,7 +121,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, htmltable, json, json_line, multiline, simple,
|
||||||
|
table, webkit)
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-no\-header\fR
|
\fB\-\-no\-header\fR
|
||||||
do not display header
|
do not display header
|
||||||
|
|
@ -133,7 +134,7 @@ do not display item keys
|
||||||
file to export result
|
file to export result
|
||||||
|
|
||||||
.SH CONDITION
|
.SH CONDITION
|
||||||
The -c and --condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY-MM-DD format.
|
The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format.
|
||||||
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
||||||
.LP
|
.LP
|
||||||
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
||||||
|
|
@ -173,7 +174,7 @@ Display accounts with a lot of money.
|
||||||
Get transactions containing "rewe".
|
Get transactions containing "rewe".
|
||||||
.PP
|
.PP
|
||||||
.nf
|
.nf
|
||||||
.B boobank history account@backend \-\-condition 'date>2013-12-01 AND date<2013-12-09'
|
.B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09'
|
||||||
.fi
|
.fi
|
||||||
Get transactions betweens the 2th December and 8th December 2013.
|
Get transactions betweens the 2th December and 8th December 2013.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH WEBOOB-DEBUG 1 "08 January 2014" "weboob-debug 0\&.h"
|
.TH WEBOOB-DEBUG 1 "19 May 2014" "weboob-debug 0\&.i"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
weboob-debug \- debug backends
|
weboob-debug \- debug backends
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -54,7 +54,7 @@ save every response
|
||||||
Prefer bpython over ipython
|
Prefer bpython over ipython
|
||||||
|
|
||||||
.SH CONDITION
|
.SH CONDITION
|
||||||
The -c and --condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY-MM-DD format.
|
The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format.
|
||||||
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
||||||
.LP
|
.LP
|
||||||
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
||||||
|
|
@ -94,7 +94,7 @@ Display accounts with a lot of money.
|
||||||
Get transactions containing "rewe".
|
Get transactions containing "rewe".
|
||||||
.PP
|
.PP
|
||||||
.nf
|
.nf
|
||||||
.B boobank history account@backend \-\-condition 'date>2013-12-01 AND date<2013-12-09'
|
.B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09'
|
||||||
.fi
|
.fi
|
||||||
Get transactions betweens the 2th December and 8th December 2013.
|
Get transactions betweens the 2th December and 8th December 2013.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH WEBOOB-REPOS 1 "08 January 2014" "weboob-repos 0\&.h"
|
.TH WEBOOB-REPOS 1 "19 May 2014" "weboob-repos 0\&.i"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
weboob-repos \- manage a weboob repository
|
weboob-repos \- manage a weboob repository
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -107,7 +107,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, htmltable, json, json_line, multiline, simple,
|
||||||
|
table, webkit)
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-no\-header\fR
|
\fB\-\-no\-header\fR
|
||||||
do not display header
|
do not display header
|
||||||
|
|
@ -119,7 +120,7 @@ do not display item keys
|
||||||
file to export result
|
file to export result
|
||||||
|
|
||||||
.SH CONDITION
|
.SH CONDITION
|
||||||
The -c and --condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY-MM-DD format.
|
The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format.
|
||||||
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
||||||
.LP
|
.LP
|
||||||
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
||||||
|
|
@ -159,7 +160,7 @@ Display accounts with a lot of money.
|
||||||
Get transactions containing "rewe".
|
Get transactions containing "rewe".
|
||||||
.PP
|
.PP
|
||||||
.nf
|
.nf
|
||||||
.B boobank history account@backend \-\-condition 'date>2013-12-01 AND date<2013-12-09'
|
.B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09'
|
||||||
.fi
|
.fi
|
||||||
Get transactions betweens the 2th December and 8th December 2013.
|
Get transactions betweens the 2th December and 8th December 2013.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH WEBOORRENTS 1 "08 January 2014" "weboorrents 0\&.h"
|
.TH WEBOORRENTS 1 "19 May 2014" "weboorrents 0\&.i"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
weboorrents \- search and download torrents
|
weboorrents \- search and download torrents
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -15,6 +15,8 @@ weboorrents \- search and download torrents
|
||||||
Console application allowing to search for torrents on various trackers and download .torrent files.
|
Console application allowing to search for torrents on various trackers and download .torrent files.
|
||||||
|
|
||||||
.SS Supported websites:
|
.SS Supported websites:
|
||||||
|
* btdigg (The BitTorrent DHT search engine.)
|
||||||
|
.br
|
||||||
* btmon (BTMon BitTorrent database)
|
* btmon (BTMon BitTorrent database)
|
||||||
.br
|
.br
|
||||||
* gazelle (Gazelle\-based BitTorrent trackers)
|
* gazelle (Gazelle\-based BitTorrent trackers)
|
||||||
|
|
@ -153,7 +155,15 @@ 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
|
.br
|
||||||
Use \-U option to not sort results.
|
Use \-U option to not sort results. It allows to use a "fast path" to
|
||||||
|
.br
|
||||||
|
return results as soon as possible.
|
||||||
|
.br
|
||||||
|
Use \-d option to display informations about a collection (and to not
|
||||||
|
.br
|
||||||
|
display the content of it). It has the same behavior than the well
|
||||||
|
.br
|
||||||
|
know UNIX "ls" command.
|
||||||
.br
|
.br
|
||||||
|
|
||||||
.br
|
.br
|
||||||
|
|
@ -224,8 +234,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,
|
select output formatter (csv, htmltable, json, json_line, multiline, simple,
|
||||||
torrent_info, torrent_list, webkit)
|
table, torrent_info, torrent_list, webkit)
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-no\-header\fR
|
\fB\-\-no\-header\fR
|
||||||
do not display header
|
do not display header
|
||||||
|
|
@ -237,7 +247,7 @@ do not display item keys
|
||||||
file to export result
|
file to export result
|
||||||
|
|
||||||
.SH CONDITION
|
.SH CONDITION
|
||||||
The -c and --condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY-MM-DD format.
|
The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format.
|
||||||
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
||||||
.LP
|
.LP
|
||||||
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
||||||
|
|
@ -277,7 +287,7 @@ Display accounts with a lot of money.
|
||||||
Get transactions containing "rewe".
|
Get transactions containing "rewe".
|
||||||
.PP
|
.PP
|
||||||
.nf
|
.nf
|
||||||
.B boobank history account@backend \-\-condition 'date>2013-12-01 AND date<2013-12-09'
|
.B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09'
|
||||||
.fi
|
.fi
|
||||||
Get transactions betweens the 2th December and 8th December 2013.
|
Get transactions betweens the 2th December and 8th December 2013.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
.\" -*- coding: utf-8 -*-
|
.\" -*- coding: utf-8 -*-
|
||||||
.TH WETBOOBS 1 "08 January 2014" "wetboobs 0\&.h"
|
.TH WETBOOBS 1 "19 May 2014" "wetboobs 0\&.i"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
wetboobs \- display weather and forecasts
|
wetboobs \- display weather and forecasts
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
@ -14,6 +14,12 @@ wetboobs \- display weather and forecasts
|
||||||
|
|
||||||
Console application allowing to display weather and forecasts in your city.
|
Console application allowing to display weather and forecasts in your city.
|
||||||
|
|
||||||
|
.SS Supported websites:
|
||||||
|
* meteofrance (Get forecasts from the MeteoFrance website)
|
||||||
|
.br
|
||||||
|
* weather (Get forecasts from weather.com)
|
||||||
|
.br
|
||||||
|
* yahoo (Yahoo!)
|
||||||
.SH WETBOOBS COMMANDS
|
.SH WETBOOBS COMMANDS
|
||||||
.TP
|
.TP
|
||||||
\fBcities\fR \fIPATTERN\fR
|
\fBcities\fR \fIPATTERN\fR
|
||||||
|
|
@ -31,22 +37,6 @@ Get current weather for specified city. Use the 'cities' command to find them.
|
||||||
\fBforecasts\fR \fICITY_ID\fR
|
\fBforecasts\fR \fICITY_ID\fR
|
||||||
.br
|
.br
|
||||||
Get forecasts for specified city. Use the 'cities' command to find them.
|
Get forecasts for specified city. Use the 'cities' command to find them.
|
||||||
.TP
|
|
||||||
\fBgauge\fR \fIGAUGE_ID\fR
|
|
||||||
.br
|
|
||||||
Get history of a specific gauge (use 'gauges' to find them).
|
|
||||||
.TP
|
|
||||||
\fBgauges\fR [\fIPATTERN\fR]
|
|
||||||
.br
|
|
||||||
List all rivers. If PATTERN is specified, search on a pattern.
|
|
||||||
.TP
|
|
||||||
\fBlast_sensor_measure\fR \fIGAUGE_ID\fR
|
|
||||||
.br
|
|
||||||
Get last measure of a sensor.
|
|
||||||
.TP
|
|
||||||
\fBsensors\fR \fIGAUGE_ID\fR
|
|
||||||
.br
|
|
||||||
Iter sensors of a gauge.
|
|
||||||
.SH WEBOOB COMMANDS
|
.SH WEBOOB COMMANDS
|
||||||
.TP
|
.TP
|
||||||
\fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]...
|
\fBbackends\fR [\fIACTION\fR] [\fIBACKEND_NAME\fR]...
|
||||||
|
|
@ -157,7 +147,15 @@ 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
|
.br
|
||||||
Use \-U option to not sort results.
|
Use \-U option to not sort results. It allows to use a "fast path" to
|
||||||
|
.br
|
||||||
|
return results as soon as possible.
|
||||||
|
.br
|
||||||
|
Use \-d option to display informations about a collection (and to not
|
||||||
|
.br
|
||||||
|
display the content of it). It has the same behavior than the well
|
||||||
|
.br
|
||||||
|
know UNIX "ls" command.
|
||||||
.br
|
.br
|
||||||
|
|
||||||
.br
|
.br
|
||||||
|
|
@ -229,7 +227,7 @@ 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 (cities, csv, current, forecasts, htmltable, json,
|
select output formatter (cities, csv, current, forecasts, htmltable, json,
|
||||||
multiline, simple, table, webkit)
|
json_line, multiline, simple, table, webkit)
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-no\-header\fR
|
\fB\-\-no\-header\fR
|
||||||
do not display header
|
do not display header
|
||||||
|
|
@ -241,7 +239,7 @@ do not display item keys
|
||||||
file to export result
|
file to export result
|
||||||
|
|
||||||
.SH CONDITION
|
.SH CONDITION
|
||||||
The -c and --condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY-MM-DD format.
|
The \-c and \-\-condition is a flexible way to sort and get only interesting results. It supports conditions on numerical values, dates, and strings. Dates are given in YYYY\-MM\-DD format.
|
||||||
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
The syntax of one expression is "\fBfield operator value\fR". The field to test is always the left member of the expression.
|
||||||
.LP
|
.LP
|
||||||
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
The field is a member of the objects returned by the command. For example, a bank account has "balance", "coming" or "label" fields.
|
||||||
|
|
@ -281,12 +279,12 @@ Display accounts with a lot of money.
|
||||||
Get transactions containing "rewe".
|
Get transactions containing "rewe".
|
||||||
.PP
|
.PP
|
||||||
.nf
|
.nf
|
||||||
.B boobank history account@backend \-\-condition 'date>2013-12-01 AND date<2013-12-09'
|
.B boobank history account@backend \-\-condition 'date>2013\-12\-01 AND date<2013\-12\-09'
|
||||||
.fi
|
.fi
|
||||||
Get transactions betweens the 2th December and 8th December 2013.
|
Get transactions betweens the 2th December and 8th December 2013.
|
||||||
|
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
Copyright(C) 2010-2011 Romain Bignon
|
Copyright(C) 2010-2014 Romain Bignon
|
||||||
.LP
|
.LP
|
||||||
For full COPYRIGHT see COPYING file with weboob package.
|
For full COPYRIGHT see COPYING file with weboob package.
|
||||||
.LP
|
.LP
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue