bean-web - simple Web interface to a Beancount ledger
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).
-
-h, --help
- show this help message and exit
-
--version, -V
- show program's version number and exit
- filename
- Beancount input filename to serve.
-
--port PORT
- Which port to listen on.
-
-q, --quiet
- Don't even print out web server log
- --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.