hledger: A command-line (or curses or web-based) double-entry accounting tool.
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.
[Skip to Readme]
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
vty | enable the curses ui | Disabled |
web | enable the web ui (using simpleserver) | Disabled |
webhappstack | enable the web ui (using happstack) | Disabled |
chart | enable the pie chart generation | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- hledger-0.9.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates