1
0

a combined quick reference, aka "rosetta stone"

Covers the essentials of Ledger/hledger/Beancount journal format.
The master copy is in google docs for easier table editing,
but this will likely change in future.
This commit is contained in:
Simon Michael
2016-03-14 08:49:45 -07:00
parent ca1bf22fc8
commit b6bf2ee405
8 changed files with 1199 additions and 2 deletions

11
quickref/tests.shelltest Executable file
View File

@@ -0,0 +1,11 @@
#!/usr/bin/env shelltest
# -*- sh -*-
ledger -f a.ledger print
>>>=0
hledger -f a.hledger print
>>>=0
beancount -f a.beancount print
>>>=0