#beancount #cli #monzo

app monzo-beancount

一个命令行应用程序,用于将 Monzo 交易转换为 Beancount 格式

1 个不稳定版本

0.1.0 2024年6月26日

#253数据库接口

25 每月下载次数

MIT/Apache

220KB
1.5K SLoC

Monzo Beancount

一个将 Monzo 交易转换为 Beancount 格式的 Rust 应用程序。

screeshot

安装

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: https://127.0.0.1:8080)

配置

授权

[待定]

配置文件

beancount.yaml 在 beancount 文件夹根目录中允许您配置应用程序以适应您的账户。有关详细信息,请参阅 文档

贡献

欢迎拉取请求。对于重大更改,请先创建一个问题以讨论您想要更改的内容。

请确保适当更新测试。

许可证

MIT

变更日志

依赖项

~25–36MB
~671K SLoC