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] [-q] [--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:

show this help message and exit
show program's version number and exit

Web server arguments:

Beancount input filename to serve.
Which port to listen on.
Don't even print out web server log
Enable debugging features (auto-reloading of css).
Filter the output in order to hide all the numbers. This is great for demos using my real file.
Don't render the source.
Don't render colons in filenames (for Windows).
Render only the specified view (identify by URL)
Bind server to listen to any address, not just localhost.
The first month of the calendar year.
November 2020 bean-web 2.3.3