#beancount #monzo #command-line-utilities #cli

app monzo-beancount

A command line application to convert Monzo transactions to Beancount format

1 unstable release

0.1.0 Jun 26, 2024

#250 in Filesystem

MIT/Apache

220KB
1.5K SLoC

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

Dependencies

~25–40MB
~677K SLoC