hledger/README.md

40 lines
2.3 KiB
Markdown
Raw Normal View History

2014-05-09 00:19:36 +04:00
# hledger
2014-05-09 00:19:36 +04:00
## lightweight, portable, dependable accounting tools
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
2014-05-09 00:19:36 +04:00
It is first a command-line tool, but there is also a web interface
and a Haskell library (http://hackage.haskell.org/package/hledger-lib) for
building your own programs and scripts (hledger is written in Haskell).
2014-05-09 00:20:22 +04:00
hledger was inspired by and is largely compatible with Ledger.
2014-05-09 00:19:36 +04:00
hledger is free software available under the GNU General Public License v3+.
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:
- 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.
2014-05-09 00:19:36 +04:00
For more, see http://hledger.org.
2015-08-12 01:25:38 +03:00
[![license](https://img.shields.io/badge/license-GPLv3+-blue.svg)](http://www.gnu.org/licenses/gpl.html)
[![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)
[![hackage upper bounds](https://img.shields.io/hackage-deps/v/hledger.svg?label=hackage+upper-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)