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.
12 lines
145 B
Bash
Executable File
12 lines
145 B
Bash
Executable File
#!/usr/bin/env shelltest
|
|
# -*- sh -*-
|
|
|
|
ledger -f a.ledger print
|
|
>>>=0
|
|
|
|
hledger -f a.hledger print
|
|
>>>=0
|
|
|
|
beancount -f a.beancount print
|
|
>>>=0
|