Simon Michael
Simon Michael
> I did find this possibly similar regression, in 1.50.4 and 1.51, caused by recent changes: > ``` > $ ls -lRf symlink-to-relative-include.j etc > lrwxr-xr-x@ 1 simon staff 7...
This is more consistent with the accounts and balance reports, and allows more customisation of what 'areg SHORTNAME' matches.
[Ledger's account directive](https://www.ledger-cli.org/3.0/doc/ledger3.html#Command-Directives) supports various subdirectives, which [our account directive](https://hledger.org/journal.html#declaring-accounts) currently ignores. I'd like to have support for the `alias` subdirective, to begin with. This is an alternative to the...
The include directive in journal format has never supported including CSV files. We should make this work, for consistency and to make it easier to add configuration (directives) affecting CSV...
A bug, or at least a mystery to investigate: ``` # Sometimes I alias . to : so I can write . for subaccounts. alias /\./=: # Here I also...
This bug seems to have existed since --layout was added in hledger 1.24. Notice how the last of these reports does not have the proper indentation showing account hierarchy: ```...
Currently the `print` command is good at preserving the format and internal comments of transactions (except for #931). But it does not print comments preceding transactions, or standalone file-level comments...
From @zino23 [[1]](https://github.com/simonmichael/hledger_site/issues/137): hledger support specifying a custom day on a week, month and year, but not on a quarter. E.g. we can specify a recurring transaction every 1st day...
If you run `hledger --pretty repl`, or `hledger repl` with --pretty in a config file, commands run in the REPL should show pretty borders, but they don't. To see those...
register correctly shows food postings with a different depth here: ``` $ hledger -f examples/sample2.journal reg expenses --depth 1 --depth food=2 2025-01-01 pay rent expenses 800.00 USD 800.00 USD 2025-01-04...