commands.sh

ledger

all

A powerful, double-entry accounting system.

More info →

Options (1)

-S, --sortboolean

List all postings in Expenses ordered by amount

Example: ledger register {{expenses}} {{[-S|--sort]}} {{amount}}

Examples (5)

Print a balance report showing totals

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

List all postings in Expenses ordered by amount

ledger register expenses [-S|--sort] 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
made by @shridhargupta | data from tldr-pages