From cefcfe866ed03a5984d5b5a173b65c32de3c147e Mon Sep 17 00:00:00 2001 From: jon r Date: Thu, 13 Apr 2023 05:48:13 +0200 Subject: [PATCH] Add hledger-sankey (#117) --- index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/index.md b/index.md index 9b98297..baa190f 100644 --- a/index.md +++ b/index.md @@ -384,6 +384,7 @@ Additional helper tools complementing the PTA apps, by category. - [budget_report](https://github.com/sulemankm/budget_report) budget reporting with beancount (python) - [hledger-diff](http://hackage.haskell.org/package/hledger-diff) report differing transactions between two journals (haskell) - [hledger-irr](http://hackage.haskell.org/package/hledger-irr) calculate an account's internal rate of return (superseded by [roi](https://hledger.org/hledger.html#roi)) (haskell) +- [hledger-sankey](https://github.com/adept/hledger-sankey) Script + HTML files to plot income next to expense money flows from an hledger ledger file (shell + javascript) - [hledger-vega](https://github.com/xitian9/hledger-vega) makes configurable [vega-lite](https://vega.github.io/vega-lite/) charts from hledger (shell) - [hreports](https://pypi.org/project/hreports) customise hledger reports with templates and PDF output (python) - [ledger-plot](https://github.com/Tagirijus/ledger-plot) interactive tool for making GNUplot charts from Ledger (python)