Scroll to navigation

BEAN-WEB(1) User Commands BEAN-WEB(1)

NAME

bean-web - simple Web interface to a Beancount ledger

DESCRIPTION

usage: bean-web [-h] [--version] [--port PORT] [--debug] [--incognito]
[--no-source] [--no-colons] [--view VIEW] [--public] [--first-month FIRST_MONTH] filename

Web server for Beancount ledgers. This uses the Bottle single-file micro web framework (with no plugins).

optional arguments:

-h, --help
show this help message and exit
--version, -V
show program's version number and exit

Web server arguments:

filename
Beancount input filename to serve.
--port PORT
Which port to listen on.
--debug
Enable debugging features (auto-reloading of css).
--incognito
Filter the output in order to hide all the numbers. This is great for demos using my real file.
--no-source
Don't render the source.
--no-colons
Don't render colons in filenames (for Windows).
--view VIEW
Render only the specified view (identify by URL)
--public, --inaddr-any
Bind server to listen to any address, not just localhost.
--first-month FIRST_MONTH
The first month of the calendar year.
April 2019 bean-web 2.2.0