[Haskell-cafe] ANN: hledger-1.19
Simon Michael
simon at joyful.com
Wed Sep 2 19:40:29 UTC 2020
I'm pleased to announce hledger 1.19 !
hledger is a robust, cross-platform, plain text accounting tool, with
command-line, terminal and web UIs. It is a modern and largely
compatible reimplementation of Ledger CLI with many improvements.
You can use it to track time, money, investments, cryptocurrencies,
inventory and more. See:
http://hledger.org
http://plaintextaccounting.org
HIGHLIGHTS:
New aregister and codes commands,
more powerful CSV conditional rules,
new sql output format,
consistently default to flat mode,
better colour control,
cashflow report customisable like the others,
more number/date/regexp parsing/validation,
more speed.
See all changes at https://hledger.org/release-notes .
Thanks to release contributors Stephen Morgan, Dmitry Astapov,
Michael Sanders, Henning Thielemann, Martin Michlmayr, and Colin Woodbury.
GETTING STARTED:
Many install methods are described at http://hledger.org/download.
Here are three ways to build from source:
stack update; stack install --resolver=lts hledger-lib-1.19 hledger-1.19 hledger-ui-1.19 hledger-web-1.19 --silent
or:
cabal v2-update; cabal v2-install hledger-1.19 hledger-web-1.19 hledger-ui-1.19
or:
curl -sO https://raw.githubusercontent.com/simonmichael/hledger/master/hledger-install/hledger-install.sh
less hledger-install.sh
bash hledger-install.sh
While building, peruse https://hledger.org/start
For help, see http://hledger.org#help-feedback
and join us on Freenode (#hledger, http://irc.hledger.org)
or via Matrix (#freenode_#hledger:matrix.org, http://riot.hledger.org).
New and old users, contributors, sponsors, and all feedback are most welcome!
Best,
-Simon
More information about the Haskell-Cafe
mailing list