This bucket provides rustledger, a fast pure Rust implementation of Beancount double-entry accounting.
scoop bucket add rustledger https://github.com/rustledger/scoop-rustledger
scoop install rustledgerscoop update rustledgerAfter installation, you'll have access to:
| Command | Description |
|---|---|
rledger |
Main CLI (rledger check, rledger format, rledger query, etc.) |
rledger-lsp |
Language Server Protocol implementation |
For Python beancount compatibility aliases (bean-check, bean-format, etc.), run rledger compat install.