Go to file
Simon Michael 1ec1f7c4ea more file reading cleanup, try each known format in turn
Currently this is just the journal and timelog file formats.  This is more
scalable, but when things go wrong there is no longer just a single parse
error. For now we'll just show the first error, the one from the journal
file parser.
2010-05-31 01:15:18 +00:00
data add sample.rules file 2010-05-20 02:50:49 +00:00
Hledger/Cli more file reading cleanup, try each known format in turn 2010-05-31 01:15:18 +00:00
hledger-lib more file reading cleanup, try each known format in turn 2010-05-31 01:15:18 +00:00
site site: less vertical padding of code blocks 2010-05-20 19:07:46 +00:00
tests another cosmetic test fix 2010-04-14 16:57:40 +00:00
tools tools: update simplebench for current tabular 2010-05-22 21:13:11 +00:00
.authorspellings docs: add gwern to contributor list, authorspellings 2010-03-09 02:18:31 +00:00
.boring docs: clarify boring 2010-05-17 14:01:46 +00:00
bench.tests tools: update benchmarking scripts 2010-05-22 21:24:07 +00:00
CONTRIBUTORS.rst docs: build site with hakyll 2010-05-17 14:33:05 +00:00
HCAR-HOWTO simplify docs infrastructure 2009-06-02 19:54:45 +00:00
hledger-hcar-200811.tex simplify docs infrastructure 2009-06-02 19:54:45 +00:00
hledger-hcar-200905.tex simplify docs infrastructure 2009-06-02 19:54:45 +00:00
hledger.cabal webyesod: bump blaze-html version to fix encoding issue, eg with £ 2010-07-07 17:27:07 +00:00
hledger.hs docs: move main haddock 2010-05-19 23:41:29 +00:00
hlint.hs hlint: ignore use camelCase for now 2009-09-23 18:06:28 +00:00
LICENSE add LICENSE 2008-10-01 07:52:07 +00:00
Makefile tools: don't fail to build if hasktags is not installed 2010-05-06 14:50:21 +00:00
MANUAL.markdown docs: extract and clean up troubleshooting section 2010-07-07 18:23:09 +00:00
NEWS.rst docs: build site with hakyll 2010-05-17 14:33:05 +00:00
NOTES docs: notes cleanup 2010-05-20 19:14:44 +00:00
Paths_hledger_make.hs web: get static files from the cabal data dir, or the current dir when using make (#13) 2009-12-18 22:33:02 +00:00
README2.rst docs: mention the hledger pastebin, use more mnemonic tracker/list urls 2010-04-15 16:27:00 +00:00
README.rst docs: build site with hakyll 2010-05-17 14:33:05 +00:00
SCREENSHOTS.rst docs: build site with hakyll 2010-05-17 14:33:05 +00:00
Setup.hs Hlint: Warning: Redundant brackets 2009-09-22 16:51:27 +00:00
VERSION bump version 2010-05-19 20:11:36 +00:00

---
title: hledger
---
hledger
=======

hledger is a computer program for easily tracking money, time, or other
commodities, using standard accounting principles. It is quite limited in
features, but reliable.  For some, it is a bare-bones, less complex, less
expensive alternative to Quicken or Microsoft Money.

hledger aims to help both computer experts and every-day users gain clarity in their finances and time management.
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

Here is a demo_ of the web interface.

Here are ready-to-run binaries_ for mac, windows and gnu/linux.
They are not always the `latest release`_, sorry about that.

Here is the manual_.
For support and more technical info, see `hledger for techies`_ or `email me`_.

.. (If you're reading this in plain text, see also README2, MANUAL etc., or http://hledger.org)

.. _hledger for techies:  README2.html
.. _manual:               MANUAL.html
.. _demo:                 http://demo.hledger.org
.. _binaries:             http://hledger.org/binaries/
.. _hledger for mac:      http://hledger.org/binaries/hledger-0.6-mac-i386.gz
.. _hledger for windows:  http://hledger.org/binaries/hledger-0.6-win-i386.zip
.. _32 bit intel:         http://hledger.org/binaries/hledger-0.6.1+9-linux-i386.gz
.. _64 bit intel:         http://hledger.org/binaries/hledger-0.6-linux-x86_64.gz
.. _email me:             mailto:simon@joyful.com
.. _latest release:       http://hledger.org/MANUAL.html#installing