Crates.io | monzo-beancount |
lib.rs | monzo-beancount |
version | 0.1.0 |
source | src |
created_at | 2024-06-26 09:30:45.016245 |
updated_at | 2024-06-26 09:30:45.016245 |
description | A command line application to convert Monzo transactions to Beancount format. |
homepage | |
repository | https://github.com/richardjlyon/monzo-beancount |
max_upload_size | |
id | 1284340 |
size | 392,591 |
A rust application to convert Monzo transactions to Beancount format.
cargo install --git https://github.com/richardjlyon/monzo-beancount
> monzo-beancount init # initialises the file system in the home directory
> cd ~/beancount
> monzo-beancount generate # (re)generates the main Beancount file
> bean-check main.beancount # checks the file for errors
> bean-web main.beancount # starts the web server
> (open URL: http://localhost:8080)
[TBA]
beancount.yaml
in the beancount folder root allows you to configure the app to your
accounts. See documentation for details.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.