-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

ledger


> Ledger is a powerful, double-entry accounting system that is accessed from the UNIX command-line.

More information.


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


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 16:34:03 2024