@hackage hledger0.10
A command-line (or curses or web-based) double-entry accounting tool.
Installation
CustomDependencies (30)
Dependents (7)
@hackage/hledger-ui, @hackage/hledger-chart, @hackage/acme-everything, @hackage/buchhaltung, @hackage/hledger-vty, @hackage/hledger-api, Show all…
Package Flags
vty
(off by default)
enable the curses ui
web
(off by default)
enable the web ui (using simpleserver)
chart
(off by default)
enable the pie chart generation
hledger reads a plain text ledger file or timelog describing your transactions and displays precise balance and register reports via command-line, curses or web interface. It is a remix, in haskell, of John Wiegley's excellent c++ ledger. hledger aims to be a practical, accessible tool for end users and a useful library for finance-minded haskell programmers.