hledger/hledger/Hledger/Cli
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
..
Accounts.hs some cleanup of debug trace helpers 2015-05-14 13:01:49 -07:00
Add.hs some cleanup of debug trace helpers 2015-05-14 13:01:49 -07:00
Balance.hs some cleanup of debug trace helpers 2015-05-14 13:01:49 -07:00
Balancesheet.hs balance: support CSV for multi-column balance reports 2014-10-23 05:11:48 -07:00
Cashflow.hs balance: support CSV for multi-column balance reports 2014-10-23 05:11:48 -07:00
Histogram.hs strip trailing whitespace from all Haskell files 2014-10-14 18:48:24 -07:00
Incomestatement.hs balance: support CSV for multi-column balance reports 2014-10-23 05:11:48 -07:00
Main.hs some cleanup of debug trace helpers 2015-05-14 13:01:49 -07:00
Options.hs journal: re-add non-regex aliases, as default (#252) 2015-05-14 13:01:50 -07:00
Print.hs whitespace 2015-03-29 16:03:23 -07:00
Register.hs register: update --width help 2015-03-27 08:02:37 -07:00
Stats.hs lib: fix combineJournalUpdates folding order 2014-12-11 04:37:10 +01:00
Tests.hs move command-specific options to the respective command modules 2014-03-21 10:45:13 -07:00
Utils.hs account aliases (and regexReplace) now support backreferences 2014-10-29 07:46:49 -07:00
Version.hs cli: --version shows "dev build" when VERSION is undefined 2014-10-18 12:36:27 -07:00