From 4d20ce2ee03725ae3f112c6f3f040b79af7dd37c Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 9 Dec 2019 13:55:16 -0800 Subject: [PATCH] ;doc: cli: update addons list, drop builtin ones --- hledger/hledger_addons.m4.md | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/hledger/hledger_addons.m4.md b/hledger/hledger_addons.m4.md index 4aea567a8..1a8b355fe 100644 --- a/hledger/hledger_addons.m4.md +++ b/hledger/hledger_addons.m4.md @@ -36,11 +36,6 @@ These are maintained and released along with hledger. These are maintained separately, and usually updated shortly after a hledger release. -### diff - -[hledger-diff](http://hackage.haskell.org/package/hledger-diff) -shows differences in an account's transactions between one journal file and another. - ### iadd [hledger-iadd](http://hackage.haskell.org/package/hledger-iadd) @@ -51,11 +46,6 @@ is a more interactive, terminal UI replacement for the [add command](hledger.htm [hledger-interest](http://hackage.haskell.org/package/hledger-interest) generates interest transactions for an account according to various schemes. -### irr -[hledger-irr](http://hackage.haskell.org/package/hledger-irr) -calculates the internal rate of return of an investment account, -but it's superseded now by the built-in [roi](#roi) command. - ## Experimental add-ons These are available in source form in the hledger repo's bin/ directory. @@ -73,11 +63,6 @@ and can also download the data ### chart -[hledger-chart.hs](https://github.com/simonmichael/hledger/blob/master/bin/hledger-chart.hs#L47) -is an old pie chart generator, in need of some love. - -### check - -[hledger-check.hs](https://github.com/simonmichael/hledger/blob/master/bin/hledger-check.hs) -checks more powerful account balance assertions. +[hledger-chart.hs](https://github.com/simonmichael/hledger/blob/master/bin/_hledger-chart.hs#L47) +is an old very basic pie chart generator.