rewrite: note some todos

This commit is contained in:
Simon Michael 2017-01-05 16:05:09 -08:00
parent 44538cce57
commit 27e2b0a615

View File

@ -25,10 +25,15 @@ Note the single quotes to protect the dollar sign from bash, and the two spaces
See the command-line help for more details.
Currently does not work when invoked via hledger, run hledger-rewrite[.hs] directly.
Needs to work on unbalanced entries, eg while editing one.
/
Tested-with: hledger HEAD ~ 2016/3/2
Related: https://github.com/simonmichael/hledger/issues/99
TODO:
- should allow regex matching and interpolating matched name in replacement
- should apply the rule for each matched posting within a transaction, if there's more than one
- should be possible to use this on unbalanced entries, eg while editing one
|-}
import qualified Data.Text as T