Simon Michael
Simon Michael
I have added the "hledger" label and tagged the 8 hledger-related issues/prs. https://github.com/ledger/ledger-mode/issues?q=label:hledger
Thank you, yes I can't reproduce in emacs 30.0.50 with a recent ledger-mode.
Until now hledger is config file free, which simplifies implementation, learning, troubleshooting, support, etc. I usually define custom hledger commands in ./bashrc (`source bashrc; CMD`) or ./Makefile (`make CMD`). I...
Thanks for the input. I think that use case is about: using a user-level config file for setting options that you want to use always with all hledger commands. Re...
When you want to turn off one of those options, I guess you have to use --args-only.
This has was discussed again recently. https://hledger.org/faq.html#customising documents the current state and workarounds. We currently don't have a good workaround for https://hledger.org/faq.html#how-can-i-always-run-hledger-with-certain-general-options-. https://ledger-cli.org/doc/ledger3.html#Environment-variables explains Ledger's `ledgerrc` config file. Ledger also...
> I've just discovered the "Argument files". This, for me, solves the majority of issues from the proposal. [2019] @alensiljak , how have argument files worked out for you ?
People wanting some kind of config files, would you expect to be able to: 1. add default flags and options (general and command-specific) ? 2. add default arguments (general and...
For the record, the general alternative to config files changing hledger's default behaviour is to run hledger directly less, and run custom scripts more. Eg, have a Justfile defining preferred...
Thanks @alensiljak. hledger users wanting config files, we are still short on concrete examples of this feature solving a problem in hledger usage. I mean in full detail, referring to...