System Grab Bag

View all TLDR pages from common (or from all pages)

hledger

A plain text accounting software for the command-line. More information: https://hledger.org.
  • Add transactions to your journal interactively:
    hledger add
  • Show the account hierarchy, using a specific journal file:
    hledger --file {{path/to/file.journal}} accounts --tree
  • Show a monthly income statement:
    hledger incomestatement --monthly --depth 2
  • Print the amount of cash spent on food:
    hledger print assets:cash | hledger -f- -I balance expenses:food --depth 2

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.