Full-Fledged Hledger is a tutorial on how to setup up hledger to get:
All new users please READ THE WIKI -- at the very least read the 'Getting started' page to get going.
TL;DR: Pick one of the numbered directories:
Each numbered directory is self-contained and includes all the code and source files from preceding directory. Choose a starting point that suits you, clone it to the place of your choosing, run export.sh
, and start populating your journals.
Head on to the Wiki to read the full story of how to grow your setup step by step and decide which bits and pieces you want to adopt.
Feel free to ignore all the scripts at the top level of the repo - they are there to help maintain the project and are not part of the hledger setup.
expenses:unknown
A set of sample journals and helper scripts that I use together with hledger for tracking personal finances and budgeting. It should be easily adaptable to other command-line accounting tools (ledger, beancount, ...).
I went through several different approaches over 14 years, and this is the result of that journey, complete with "how", "why" and lessons learned.
My story is explained on the Wiki and illustrated by the directories in the repo. You can choose the one that best suits you as a starting point or look at the diffs between different directories to mix and match features as you see fit.
According to hledger stats
, as of 2024 it contains:
So, decently large. It takes about a minute to regenerate all journal files and reports from scratch.
Did I mention that you should go and read the wiki?
There is docker image that includes all the dependencies and tools. Just clone this repo, run ./docker.sh
and you should be all set.
Also, check out hledger-flow - it might suit you better, as all the automation code is contained in a single binary.