hledger/hledger-lib/Hledger/Utils
Simon Michael cc98ee39f7 balance, lib: --format/StringFormat improvements
The balance command's --format option (in single-column mode) can now
adjust the rendering of multi-line strings, such as amounts with multiple
commodities. To control this, begin the format string with one of:

 %_  - renders on multiple lines, bottom-aligned (the default)
 %^  - renders on multiple lines, top-aligned
 %,  - render on one line, comma-separated

Also the final total (and the line above it) now adapt themselves to a
custom format.
2015-08-19 20:53:51 -07:00
..
Debug.hs some cleanup of debug trace helpers 2015-05-14 13:01:49 -07:00
Parse.hs lib: split up Utils more 2015-08-19 20:53:50 -07:00
Regex.hs drop regexpr dependency 2015-05-17 08:32:45 -07:00
String.hs balance, lib: --format/StringFormat improvements 2015-08-19 20:53:51 -07:00
Test.hs lib: split up Utils more 2015-08-19 20:53:50 -07:00
Tree.hs lib: split up Utils more 2015-08-19 20:53:50 -07:00
UTF8IOCompat.hs unnecessary CPP pragma 2015-03-29 16:10:39 -07:00