diff --git a/extra/hledger-chart/README b/extra/hledger-chart/README new file mode 100644 index 000000000..8ed1c8297 --- /dev/null +++ b/extra/hledger-chart/README @@ -0,0 +1,4 @@ +An old prototype of a pie chart image generator for hledger. +IIRC it rendered a pie chart of the biggest N account balances with similar sign. + +Warning, this package has been unmaintained since 2011 and will not install. diff --git a/extra/hledger-vty/README b/extra/hledger-vty/README new file mode 100644 index 000000000..700282957 --- /dev/null +++ b/extra/hledger-vty/README @@ -0,0 +1,5 @@ +A curses-style console interface for the hledger accounting tool. +It allows browsing the balance, register and print reports with cursor keys and scrolling, +and was actually quite useful. + +Warning, this package has been unmaintained since 2011 and will not install.