2014-05-09 00:19:36 +04:00
|
|
|
# hledger
|
2011-04-18 21:32:39 +04:00
|
|
|
|
2014-05-09 00:19:36 +04:00
|
|
|
## lightweight, portable, dependable accounting tools
|
2013-09-16 02:01:32 +04:00
|
|
|
|
2014-05-09 00:19:36 +04:00
|
|
|
hledger is a computer program for easily tracking money, time, or other commodities,
|
|
|
|
on unix, mac and windows (and web-capable mobile devices, to some extent).
|
2013-09-30 21:06:24 +04:00
|
|
|
|
2015-08-13 21:22:40 +03:00
|
|
|
It is first a command-line tool, but there are also curses-style and
|
|
|
|
web interfaces, and a Haskell library
|
|
|
|
(http://hackage.haskell.org/package/hledger-lib) for building your own
|
|
|
|
programs and scripts (hledger is written in Haskell). hledger was
|
|
|
|
inspired by and is largely compatible with Ledger. hledger is free
|
|
|
|
software available under the GNU General Public License v3+.
|
2011-04-18 21:32:39 +04:00
|
|
|
|
2014-05-09 00:19:36 +04:00
|
|
|
hledger aims to help both computer experts and regular folks
|
|
|
|
to gain clarity and control in their finances and time management,
|
|
|
|
but currently it is a bit more suited to techies.
|
|
|
|
I use it every day to:
|
2011-04-18 21:32:39 +04:00
|
|
|
|
|
|
|
- track spending and income
|
|
|
|
- see time reports by day/week/month/project
|
|
|
|
- get accurate numbers for client billing and tax filing
|
|
|
|
- track invoices
|
|
|
|
|
2014-05-09 00:19:36 +04:00
|
|
|
Though limited in features, hledger is lightweight, usable and reliable.
|
|
|
|
For some, it is a simpler, less distracting, more future-proof alternative to Quicken or GnuCash.
|
2011-04-18 21:32:39 +04:00
|
|
|
|
2014-05-09 00:19:36 +04:00
|
|
|
For more, see http://hledger.org.
|
2015-07-29 01:00:17 +03:00
|
|
|
|
2015-09-02 21:49:14 +03:00
|
|
|
[![license](https://img.shields.io/badge/license-GPLv3+-brightgreen.svg)](http://www.gnu.org/licenses/gpl.html)
|
2015-08-12 01:25:38 +03:00
|
|
|
[![hackage release](https://img.shields.io/hackage/v/hledger.svg?label=current+release)](http://hackage.haskell.org/package/hledger)
|
|
|
|
<!-- [![github release](https://img.shields.io/github/release/simonmichael/hledger.svg?label=github+release)](https://github.com/simonmichael/hledger/releases) -->
|
|
|
|
<!-- [![github latest release downloads](https://img.shields.io/github/downloads/simonmichael/hledger/latest/total.svg?label=github+downloads)](https://github.com/simonmichael/hledger/releases) -->
|
|
|
|
<!-- [![gratipay](https://img.shields.io/gratipay/hledger.svg)]() -->
|
|
|
|
|
|
|
|
[![travis build status](https://img.shields.io/travis/simonmichael/hledger.svg)](https://travis-ci.org/simonmichael/hledger)
|
2015-08-12 01:51:33 +03:00
|
|
|
[![hackage upper bounds](https://img.shields.io/hackage-deps/v/hledger.svg?label=hackage+bounds)](http://packdeps.haskellers.com/feed?needle=hledger)
|
2015-08-12 01:25:38 +03:00
|
|
|
[![github issues](https://img.shields.io/github/issues/simonmichael/hledger.svg)](http://bugs.hledger.org)
|
|
|
|
[![bountysource](https://api.bountysource.com/badge/team?team_id=75979&style=bounties_received)](https://github.com/simonmichael/hledger/issues?q=label:bounty)
|
|
|
|
|