mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
docs: harmonise/update package descriptions
This commit is contained in:
parent
bfe935e18c
commit
7ee69f5ed8
@ -1,8 +1,11 @@
|
|||||||
name: hledger-chart
|
name: hledger-chart
|
||||||
version: 0.14
|
version: 0.14
|
||||||
category: Finance
|
category: Finance
|
||||||
synopsis: A hledger add-on command to generate pie charts.
|
synopsis: A pie chart generator for the hledger accounting tool.
|
||||||
description: This generates simple pie chart images showing relative account balances.
|
description:
|
||||||
|
hledger is a haskell port and friendly fork of John Wiegley's ledger accounting tool.
|
||||||
|
This package generates simple pie chart graphics showing relative account balances.
|
||||||
|
|
||||||
license: GPL
|
license: GPL
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Simon Michael <simon@joyful.com>
|
author: Simon Michael <simon@joyful.com>
|
||||||
|
@ -1,10 +1,11 @@
|
|||||||
name: hledger-lib
|
name: hledger-lib
|
||||||
version: 0.14
|
version: 0.14
|
||||||
category: Finance
|
category: Finance
|
||||||
synopsis: Core types and utilities for working with hledger (or c++ ledger) data.
|
synopsis: Reusable types and utilities for the hledger accounting tool and financial apps in general.
|
||||||
description:
|
description:
|
||||||
This is the reusable core of the hledger financial app; use it to
|
hledger is a haskell port and friendly fork of John Wiegley's ledger accounting tool.
|
||||||
build hledger and c++-ledger compatible finance tools.
|
This package provides core data types, parsers and utilities used by the hledger tools.
|
||||||
|
It also aims to be a useful library for building h/ledger-compatible tools or unrelated financial apps in haskell.
|
||||||
|
|
||||||
license: GPL
|
license: GPL
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
|
@ -1,9 +1,11 @@
|
|||||||
name: hledger-vty
|
name: hledger-vty
|
||||||
version: 0.14
|
version: 0.14
|
||||||
category: Finance
|
category: Finance
|
||||||
synopsis: A hledger add-on command providing a full-window console interface.
|
synopsis: A curses-style interface for the hledger accounting tool.
|
||||||
description:
|
description:
|
||||||
A hledger add-on command providing a full-window console interface.
|
hledger is a haskell port and friendly fork of John Wiegley's ledger accounting tool.
|
||||||
|
This package provides a simple curses-style console interface as an alternative to the hledger command line interface.
|
||||||
|
|
||||||
license: GPL
|
license: GPL
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Simon Michael <simon@joyful.com>
|
author: Simon Michael <simon@joyful.com>
|
||||||
|
@ -1,9 +1,11 @@
|
|||||||
name: hledger-web
|
name: hledger-web
|
||||||
version: 0.14
|
version: 0.14
|
||||||
category: Finance
|
category: Finance
|
||||||
synopsis: A hledger add-on command providing a web interface.
|
synopsis: A web interface for the hledger accounting tool.
|
||||||
description:
|
description:
|
||||||
A hledger add-on command providing a web interface.
|
hledger is a haskell port and friendly fork of John Wiegley's ledger accounting tool.
|
||||||
|
This package provides a web interface as an alternative to the hledger command line interface.
|
||||||
|
|
||||||
license: GPL
|
license: GPL
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Simon Michael <simon@joyful.com>
|
author: Simon Michael <simon@joyful.com>
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
name: hledger
|
name: hledger
|
||||||
version: 0.14
|
version: 0.14
|
||||||
category: Finance
|
category: Finance
|
||||||
synopsis: A command-line double-entry accounting tool.
|
synopsis: A robust command-line accounting tool with a simple human-editable data format, similar to ledger.
|
||||||
description:
|
description:
|
||||||
hledger reads a plain text general journal or time log
|
hledger is a haskell port and friendly fork of John Wiegley's ledger accounting tool.
|
||||||
describing your transactions and displays precise
|
This package provides the main hledger command-line tool; see the other hledger-* packages for web and curses interfaces and chart generation.
|
||||||
balance and register reports on the console.
|
.
|
||||||
It is a remix, in haskell, of John Wiegley's excellent c++
|
hledger aims to be a reliable, practical financial reporting tool for day-to-day use, and also a useful library for building financial apps in haskell.
|
||||||
ledger. hledger aims to be a practical, accessible tool
|
Given a plain text file describing transactions, of money or any other commodity, hledger will print the chart of accounts, account balances, or transactions you're interested in.
|
||||||
for end users and a useful library for finance-minded
|
It can also help you add transactions to the journal file, or convert CSV data from your bank.
|
||||||
haskell programmers.
|
It is easy to script and integrate with other systems.
|
||||||
|
|
||||||
license: GPL
|
license: GPL
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
|
Loading…
Reference in New Issue
Block a user