{"id":26242190,"url":"https://github.com/ledger-rs/dinero-rs","last_synced_at":"2025-07-30T17:38:43.009Z","repository":{"id":45095374,"uuid":"326830981","full_name":"ledger-rs/dinero-rs","owner":"ledger-rs","description":"A command line tool for managing ledger files. Inspired by ledger-cli","archived":false,"fork":false,"pushed_at":"2022-01-09T00:39:22.000Z","size":2462,"stargazers_count":21,"open_issues_count":29,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-15T04:18:03.417Z","etag":null,"topics":["finances","ledger","plaintext-accounting"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ledger-rs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-04T23:17:32.000Z","updated_at":"2025-01-31T22:07:40.000Z","dependencies_parsed_at":"2022-09-14T12:40:17.208Z","dependency_job_id":null,"html_url":"https://github.com/ledger-rs/dinero-rs","commit_stats":null,"previous_names":["frosklis/dinero-rs"],"tags_count":86,"template":false,"template_full_name":null,"purl":"pkg:github/ledger-rs/dinero-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ledger-rs%2Fdinero-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ledger-rs%2Fdinero-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ledger-rs%2Fdinero-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ledger-rs%2Fdinero-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ledger-rs","download_url":"https://codeload.github.com/ledger-rs/dinero-rs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ledger-rs%2Fdinero-rs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259920053,"owners_count":22932084,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["finances","ledger","plaintext-accounting"],"created_at":"2025-03-13T09:49:50.230Z","updated_at":"2025-06-16T19:33:24.840Z","avatar_url":"https://github.com/ledger-rs.png","language":"Rust","funding_links":["https://www.buymeacoffee.com/7CLlJGE"],"categories":[],"sub_categories":[],"readme":"[![Build status](https://github.com/frosklis/dinero-rs/actions/workflows/main.yml/badge.svg)](https://github.com/frosklis/dinero-rs/actions/workflows/main.yml)\n[![codecov](https://codecov.io/gh/frosklis/dinero-rs/branch/master/graph/badge.svg?token=QC4LG2ZMZJ)](https://codecov.io/gh/frosklis/dinero-rs)\n[![crates.io](https://img.shields.io/crates/v/dinero-rs)](https://crates.io/crates/dinero-rs)\n![Crates.io](https://img.shields.io/crates/l/dinero-rs)\n[![dependency status](https://deps.rs/repo/github/frosklis/dinero-rs/status.svg)](https://deps.rs/repo/github/frosklis/dinero-rs)\n\nDinero (spanish for money) is a command line tool that can deal with ledger files, as defined by John Wiegley's wonderful [ledger-cli](https://www.ledger-cli.org/).\n\n# Quickstart\n\n## Install\n\nIf Rust and cargo are available in your system, the easiest way to get dinero-rs is by installing the crate:\n```sh\ncargo install dinero-rs\n```\n- [ ] Installation for Windows\n- [ ] Installation for Mac\n- [ ] Installation for Linux\n\n## First steps\n\nDinero uses double entry accounting. Store your journal files in ```ledger``` files. The main item is a transaction, which in its basic form looks something like this:\n\n```ledger\n; This is a comment\n; A date followed by a description identifies the beginning of a transaction\n2021-02-01 Buy fruit\n     Expenses:Groceries          7.92 EUR\n     Assets:Checking account             ; you can leave this blank, dinero balances the transactions for you\n```\n\nAfter that, you can issue all the commands you want and combine them with options to have complete control over your finances!\n\nThe most basic ones are:\n```sh\n# Get a balance report: How much is there in every account \ndinero bal -f myledger.ledger\n\n# Get a list of transactions\ndinero reg -f myledger.ledger\n```\n\n# Features\n\nCurrently supported are:\n- Balance reports\n- Register reports\n- Account and payees reports\n- Automated transactions\n- Multicurrency transactions\n- Currency conversion\n\nReport filtering by account name and by date.\n\n# Motivation\nI use ledger-cli extensively for my personal finances. My goal is to be able to run all the commands I use the most with my own tool while at the same time learning Rust.\n\nRun ```dinero --help``` for a list of available commands and options.\n\nIf you use this software and want to say thanks, [feel free to buy me a coffee](https://www.buymeacoffee.com/7CLlJGE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fledger-rs%2Fdinero-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fledger-rs%2Fdinero-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fledger-rs%2Fdinero-rs/lists"}