bean-file - file and rename Beancount input documents after transaction
extraction
usage: bean-file [-h] [--version] [-o OUTPUT_DIR] [-n] [--no-overwrite]
- CONFIG_FILENAME DIR-OR-FILE [DIR-OR-FILE ...]
Move and rename downloaded files to a documents tree mirroring the chart of
accounts
- CONFIG_FILENAME
- Importer configuration file. This is a Python file with a
data structure that is specific to your accounts
- DIR-OR-FILE
- Filenames or directories to search for files to import
-
-h, --help
- show this help message and exit
-
--version, -V
- show program's version number and exit
-
-o OUTPUT_DIR, --output OUTPUT_DIR,
--output-dir OUTPUT_DIR, --destination OUTPUT_DIR
- The root of the documents tree to move the files to.
-
-n, --dry-run
- Just print where the files would be moved; don't actually
move them.
- --no-overwrite
- Don't overwrite destination files with the same name.