This docs page is less verbose, and should make it easier to know what you should read next, and what you don't need to read. The reference docs are still in flux, with three alternatives presented: 1. the old manual, 2. the new individual man pages, and 3. the new manual which combines the man pages. At this point I think that 2 will get top billing, 3 will also be provided, and 1 will be dropped when 2/3 are a bit better.
2.2 KiB
Documentation
Intro
Download
How to get hledger installed.
Step by Step Tutorial
Small, guided exercises introducing data entry, reporting, and accounting.
FAQ
Some questions and answers, mostly comparing hledger and Ledger.
Examples:
How to read CSV files
An example of converting bank data.
How to use account aliases
Aliases for account name rewriting.
How to use another account separator character
Writing some.sub.account instead of
some:sub:account.
General info:
More docs
Some useful links, eg on accounting, not yet moved to…
plaintextaccounting.org
A comprehensive collection of resources and practices from the plain text accounting community
Reference
User Manual
The hledger reference manual, all on one page.
Or, as man pages (work in progress):
hledger(1)
The main reporting tool and command-line interface.
hledger-ui(1)
A curses-style UI for quick exploration.
hledger-web(1)
A web UI for browsing and data entry, personal or shared.
hledger-api(1)
A REST-y JSON and file server, good for building client-side UIs.
File formats:
hledger_journal(5)
hledger’s primary data format, representing a general journal.
hledger_csv(5)
How hledger reads Comma Separated Value data.
hledger_timelog(5)
Timeclock format, a sequence of clock-in/clock-out records.
hledger_timedot(5)
Timedot format, an alternative time logging format.
Combined:
All man pages
All hledger man pages on one web page.