From 4aef02a7220d1070097aacdfa2031061dfc222e2 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 19 May 2015 16:23:30 -0700 Subject: [PATCH] doc: manual: mention hledger-diff --- doc/manual.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/manual.md b/doc/manual.md index 1d11fc77c..3537737f6 100644 --- a/doc/manual.md +++ b/doc/manual.md @@ -1438,6 +1438,14 @@ files which you've downloaded manually. It can be a nice alternative to hledger's built-in CSV reader, especially if your bank supports OFX download. +#### diff + +[hledger-diff](http://hackage.haskell.org/package/hledger-diff) +compares two journal files. Given an account name, it prints out the +transactions affecting that account which are in one journal file but +not in the other. This can be useful for reconciling existing +journals with bank statements. + #### interest [hledger-interest](http://hackage.haskell.org/package/hledger-interest)