Crate rustledger

Crate rustledger 

Source
Expand description

Beancount CLI tools.

This crate provides command-line tools for working with Beancount files:

  • rledger-check / bean-check: Validate a beancount file
  • rledger-format / bean-format: Format a beancount file
  • rledger-query / bean-query: Query with BQL
  • rledger-report / bean-report: Generate reports
  • rledger-doctor / bean-doctor: Debugging tools

§Example Usage

rledger-check ledger.beancount
rledger-format ledger.beancount
rledger-query ledger.beancount "SELECT account, SUM(position)"

Modules§

cmd
Command implementations for CLI tools.
format
Beancount file formatter.
report
Error reporting with beautiful diagnostics.