Simon Michael
Simon Michael
The CSV reader uses the account name income|expenses:unknown when no rules apply. I propose to change this to income|expenses:misc for a smoother flow. Just a heads-up in case there are...
HEP is an optional lightweight format/process for hledger-related proposals. Use it as a mental checklist to evaluate new projects, to communicate ideas, to give wishlist issues more substance, to build...
### What is being [proposed](http://hep.hledger.org), in one sentence ? Make conversion of new CSV files just work with less configuration, by 1. using built-in conversion rules for well-known CSV formats...
In the report linked at https://twitter.com/LedgerTips/status/830238616261586945, I wanted to apply some journal directives to affect formatting of the output. I expected this to work: ```shell $ echo "commodity 0,000,000 bytes"...
_Original author: [email protected] (November 02, 2011 22:48:32)_ on hledger-0.16.1 I get "mkTextEncoding: invalid argument (Invalid argument)" when invoking hledger (archlinux 64bit, ghc 7.0.3, en_US.utf8 locale) _Original issue: http://code.google.com/p/hledger/issues/detail?id=73_ ### Related:...
Split off from #324. http://demo.hledger.org does not fit well on small screens, eg a 320px wide iPhone 4. (bountysource.com link removed)
Reported by chreekat: ```$ hledger gobbeldygook --sort hledger: Error: Unknown flag: --sort (use -h to see usage) ``` > context was a wrapper script I am writing. I had a...
Unless I'm confused, in our [boolean queries](https://hledger.org/dev/hledger.html#boolean-queries), OR binds more tightly than AND ? I don't want to change anyone's queries, but isn't this surprising and opposite to common practice...
As noted at https://github.com/simonmichael/hledger/issues/2122#issuecomment-2771861460 , commands in `hledger repl` don't use settings from a hledger config file as they do when run at the command line. Also a `@ARGSFILE` argument...
A number of hledger docs and discussions touch on the relative performance of hledger and Ledger. A traditional rule of thumb has been "Ledger does core calculations 10x faster on...