3cf53661f3
The debug level set by `--debug[=N]` is now available to pure and startup code as debugLevel, using unsafePerformIO. `dbg LABEL ...` is now the go-to helper for tracing values on the console; it produces output when the debug level is non-zero. `dbgExit` is similar but exits immediately, avoiding further output. The `dbgshow`, `dbgppshow` and `dbgpprint` variants allow control over the pretty-printing method and required debug level, allowing more control over what is displayed when. Other cleanups: lstrace -> ltrace, pdbgAt -> pdbg, tracewith -> traceWith. |
||
---|---|---|
bin | ||
data | ||
extra | ||
hledger | ||
hledger-lib | ||
hledger-web | ||
profs | ||
site | ||
tests | ||
tools | ||
.authorspellings | ||
.boring | ||
.gitignore | ||
ALIASES.md | ||
ANNOUNCE | ||
bench.tests | ||
CONTRIBUTORS.md | ||
CSV.md | ||
DEVELOP.md | ||
DOCS.md | ||
DOWNLOAD.md | ||
FAQ.md | ||
HCAR.tex | ||
INSTALL.md | ||
LICENSE | ||
Makefile | ||
MANUAL.md | ||
NEWS.md | ||
NOTES.org | ||
README.md | ||
SCREENSHOTS.md | ||
VERSION |
title |
---|
hledger |
hledger
command-line and web accounting tools
hledger is a computer program for easily tracking money, time, or other commodities, inspired by and compatible with ledger.
hledger is first a command-line tool, but also provides a web interface. Though limited in features, it is lightweight, usable and reliable. For some, it is a simpler, less distracting, less costly alternative to Quicken or GnuCash. It is free software available under the GNU General Public License.
hledger aims to help both computer experts and regular folks gain clarity in their finances and time management, but currently it is a little more suited to techies. I use it every day to:
- track spending and income
- see time reports by day/week/month/project
- get accurate numbers for client billing and tax filing
- track invoices
Read on to learn more, including how we are different from ledger, and get started tracking your numbers!
Docs: all docs, installing, using, developing, release notes, blog
Mail list: hledger.org/list. For general *ledger topics, there's also ledger's list
IRC (chat): #ledger on irc.freenode.net, shared with ledger
Bugs: hledger.org/bugs
Planning: hledger.org/trello
Code: hledger.org/code