hledger/tests/balance/pretty.test
Moritz Kiefer f4b3f1c094 Add an option to use unicode in balance tables (#528)
* Add an option to use unicode in balance tables

fixes #522

* Add a test for unicode tables

* Document --pretty-tables

* Support --pretty-tables in BalanceView
2017-03-29 11:12:01 -07:00

14 lines
739 B
Plaintext

hledger -f balance-multicol.journal balance --pretty-tables -M
>>>
Balance changes in 2012/12/01-2013/03/31:
║ 2012/12 2013/01 2013/02 2013/03
═════════════════╬═════════════════════════════════════
assets ║ 0 0 1 0
assets:cash ║ 0 0 1 0
assets:checking ║ 10 0 0 1
─────────────────╫─────────────────────────────────────
║ 10 0 2 1
>>>=0