hledger/hledger/Hledger
Simon Michael 077e3c6a02 journal: re-add non-regex aliases, as default (#252)
The regex account aliases added in 0.24 trip up people switching between
hledger and Ledger. (Also they are currently slow).

This change makes the old non-regex aliases the default; they are
unsurprising, useful, and pretty close in functionality to Ledger's.

The new regex aliases are also available; they must be enclosed in
forward slashes. Ledger effectively ignores these, which is ok.

Also clarify docs, refactor, and use the same parser for alias
directives and alias options
2015-05-14 13:01:50 -07:00
..
Cli journal: re-add non-regex aliases, as default (#252) 2015-05-14 13:01:50 -07:00
Cli.hs timelog: show hours with 2 decimal places, not 1 2015-02-27 08:37:16 -08:00