monzo-beancount

Crates.iomonzo-beancount
lib.rsmonzo-beancount
version0.1.0
sourcesrc
created_at2024-06-26 09:30:45.016245
updated_at2024-06-26 09:30:45.016245
descriptionA command line application to convert Monzo transactions to Beancount format.
homepage
repositoryhttps://github.com/richardjlyon/monzo-beancount
max_upload_size
id1284340
size392,591
Richard Lyon (richardjlyon)

documentation

https://richardjlyon.github.io/monzo-beancount/

README

Monzo Beancount

A rust application to convert Monzo transactions to Beancount format.

screeshot

Installation

cargo install --git https://github.com/richardjlyon/monzo-beancount

Documentation

Usage

> 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)

Configuration

Authorisation

[TBA]

Configuration File

beancount.yaml in the beancount folder root allows you to configure the app to your accounts. See documentation for details.

Contributing

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.

License

MIT

Change Log

Commit count: 40

cargo fmt