From 2eaeb33f7ccda4000ec692cfa61113aa11c9d312 Mon Sep 17 00:00:00 2001 From: Dmitry Astapov Date: Sat, 16 Mar 2024 20:44:06 +0000 Subject: [PATCH] Update README.md (spelling, stats) --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index d65235a..32de638 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ TL;DR: Pick one of the numbered directories: * [02-getting-data-in](../../tree/master/02-getting-data-in) * ... and so on -Each numbered directory is self-contained and includes all the code and source files from preceeding directory. Choose a starting point that suits you, clone it to the place of your choosing, run `export.sh`, and start populating your journals. +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](https://github.com/adept/full-fledged-hledger/wiki) and decide which bits and pieces you want to adopt. @@ -48,7 +48,7 @@ Feel free to ignore all the scripts at the top level of the repo - they are ther A set of sample journals and helper scripts that I use together with [hledger](http://hledger.org) 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 the course of 10 years, and this is the end result of that journey, complete with "how", "why" and lessons learned. +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 @@ -59,16 +59,16 @@ different directories to mix and match features as you see fit. # How large is my setup? -According to `hledger stats`, as of 2022 it contains: +According to `hledger stats`, as of 2024 it contains: * 335 journal files (294 of them autogenerated) -* 6800 days of data -* 28500 transactions -* 9700 payees/descriptions -* 320 accounts (with max depth of 5) -* 20 commodities +* 7400 days of data +* 32300 transactions +* 12000 payees/descriptions +* 380 accounts (with max depth of 6) +* 22 commodities -So, decently large. It takes about a minute to regerenate all journal files and reports from scratch. +So, decently large. It takes about a minute to regenerate all journal files and reports from scratch. # Read the wiki