hledger print

Show full journal entries, representing transactions. More information: https://hledger.org/hledger.html#print.

hledger print

hledger print --explicit --infer-costs

hledger print --file {{path/to/2023.journal}} --file {{path/to/2024.journal}} --cost

hledger print cur:\\$ food not:groceries date:thismonth

hledger print amt:'>50' desc:'whole foods'

hledger print --cleared --commodity '1000, EUR' --round hard

hledger print --file {{path/to/foo.journal}} --output-file {{path/to/output_file.csv}}