42385fc8bf
We should now read all text in universal newline mode, so eg journal files with DOS/windows line endings are fine. This also deprecates and disables our IO encoding compatibility layer, which prevented many encoding-related problems with certain platforms and GHC versions. With modern GHC (7.x) this is now hopefully totally unnecessary, but the module remains in place just in case. |
||
---|---|---|
bin | ||
data | ||
extra | ||
hledger | ||
hledger-lib | ||
hledger-web | ||
profs | ||
site | ||
tests | ||
tools | ||
.authorspellings | ||
.boring | ||
.gitignore | ||
ALIASES.md | ||
ANNOUNCE | ||
bench.tests | ||
CONTRIBUTORS.md | ||
CSV.md | ||
DEVELOPMENT.md | ||
DOCS.md | ||
DOWNLOAD.md | ||
FAQ.md | ||
HCAR.tex | ||
INSTALL.md | ||
LEDGER.md | ||
LICENSE | ||
Makefile | ||
MANUAL.md | ||
NEWS.md | ||
NOTES.org | ||
README.md | ||
SCREENSHOTS.md | ||
VERSION |
title |
---|
hledger |
hledger
hledger is a computer program for easily tracking money, time, or other commodities, inspired by ledger. It is quite limited in features, but lightweight and reliable. For some, it is a bare-bones, simpler, less expensive alternative to Quicken or GnuCash. It is available for free 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
hledger is first a command-line tool, but also provides a web interface (try the demo). Read the docs to learn more, including how we are different from ledger, and get started tracking your numbers!
Quick links:
Mail list: hledger.org/list
IRC channel: irc.freenode.net/#ledger
Bug tracker: hledger.org/bugs
Wishlist/planning: hledger.org/trello
Code: hledger.org/code