rsbeancount

Crates.iorsbeancount
lib.rsrsbeancount
version0.1.1
sourcesrc
created_at2019-06-25 08:16:53.994116
updated_at2019-06-25 09:16:40.435375
descriptionA tool to make the beancount file in pure rust.
homepage
repositoryhttps://github.com/zhourunlai/rsbeancount
max_upload_size
id143411
size284,200
xiaorun (zhourunlai)

documentation

README

Rsbeancount

Build Status crates.io GitHub license

buymeacoffee

A tool to make beancount file through the bill downloaded from payment platform.

TODO

  • Alipay
  • Wechat Pay
  • China Merchants Bank(credit card)

Usage

  1. cargo build

  2. export PATH=$PATH:$PWD/target/debug

  3. rsbeancount

  4. rsbeancount --help

USAGE:
    rsbeancount [OPTIONS] <CSVPATH> <BEANPATH>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -s, --source <ENUM>    Source of the bill, default is Alipay

ARGS:
    <CSVPATH>     Path of the csv file
    <BEANPATH>    Path of the bean file

View

  1. pip3 install beancount
  2. pip3 install fava
  3. fava bean/main.bean

Reference

  1. Beancount —— 命令行复式簿记
Commit count: 11

cargo fmt