
ledger
List of commands for ledger:
-
ledger:tldr:05b00 ledger: Print a budget report.$ ledger budgettry on your machineexplain this command
-
ledger:tldr:2c995 ledger: Print summary information about all the postings.$ ledger statstry on your machineexplain this command
-
ledger:tldr:64db5 ledger: Print total Expenses other than Drinks and Food.$ ledger balance ${Expenses} and not (${Drinks} or ${Food})try on your machineexplain this command
-
ledger:tldr:6b801 ledger: Print a balance report showing totals.$ ledger balance --file ${path-to-ledger-journal}try on your machineexplain this command
-
ledger:tldr:f2971 ledger: List all postings in Expenses ordered by amount.$ ledger register ${expenses} --sorted ${amount}try on your machineexplain this command