Simon Michael
Simon Michael
What about the related (though separate) issue mentioned above - is it worth thinking about removing D's ability to set the display style, for simpler behaviour, at the cost of...
What do you mean when you say "the dumped Journal is valid Haskell value and can thereby directly used in GHCi" ? The derived Show instance for a journal will...
Ok, ie if we use default Show instances it should still be Read-able and pasteable. I often am debugging things with large real-life journals, that's where I tend to see...
> I see what you mean. I thought I could set defaults in a config file and run/repl commands would use them, but that doesn't work yet. @args files don't...
Queries docs updated, downgrading this to a wish.
See also #260
Thanks for the report. We should try to make it clearer if it's confusing. It is working as intended though - `aregister` is explicitly a single-account report. $ areg --help...
Also, aregister does support the full query syntax, as following arguments; with the query being restricted to transactions within the selected account. If you don't want this, then `register` is...
Thanks for the notes. I suppose it would be polite to maintain consistent line endings on the user's machine. Is CRLF still standard/more prevalent on Windows ? Do any windows...
For the record, this wish applies to hledger commands and addons which write to the journal file. These include: - hledger add - hledger import - hledger-iadd - hledger-edit Perhaps...