bean-query(1)

interactive shell for the Beancount Query Language

Section 1 beancount bookworm source

Description

BEAN-QUERY

NAME

bean-query - interactive shell for the Beancount Query Language

DESCRIPTION

usage: bean-query [-h] [--version] [-f {text,csv}] [-m] [-o OUTPUT] [-q]

FILENAME.beancount [query ...]

An interactive command-line shell interpreter for the Beancount Query Language.

positional arguments:

FILENAME.beancount

The Beancount input filename to load

query

A query to run directly

options:

-h, --help

show this help message and exit

--version, -V

show program’s version number and exit

-f {text,csv}, --format {text,csv}

Output format.

-m, --numberify

Numberify the output, removing the currencies.

-o OUTPUT, --output OUTPUT

Output filename. If not specified, the output goes to stdout. The filename is inspected to select a sensible default format, if one is not requested.

-q, --no-errors

Do not report errors