logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Ledger Accounting - Track Finances | Online Free DevTools by Hexmos

Track finances efficiently with Ledger Accounting, a powerful double-entry accounting system. Analyze transactions and generate comprehensive reports. Free online tool, no registration required.

ledger

A powerful, double-entry accounting system. More information: https://www.ledger-cli.org.

  • Print a balance report showing totals:

ledger balance --file {{path/to/ledger.journal}}

  • List all postings in Expenses ordered by amount:

ledger register {{expenses}} --sorted {{amount}}

  • Print total Expenses other than Drinks and Food:

ledger balance {{Expenses}} and not ({{Drinks}} or {{Food}})

  • Print a budget report:

ledger budget

  • Print summary information about all the postings:

ledger stats

See Also