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:
11
quickref/tests.shelltest
Executable file
11
quickref/tests.shelltest
Executable 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
|
||||
Reference in New Issue
Block a user