`If blocks` and `If tables` now allow multiple matchers on the same line separated by `&&` (AND) or `&& !` (AND NOT). Example `if block` with two matchers on the same line: if %description amazon && %date 2025-02-22 account2 expenses:books Example `if table` with two matchers on the same line: if,account2 %description amazon && %date 2025-02-22, expenses:books |
||
|---|---|---|
| .. | ||
| Hledger | ||
| other/ledger-parse | ||
| test | ||
| Text | ||
| .date.m4 | ||
| .ghci | ||
| .version | ||
| .version.m4 | ||
| CHANGES.md | ||
| hledger-lib.cabal | ||
| Hledger.hs | ||
| LICENSE | ||
| package.yaml | ||
| README.md | ||
| Setup.hs | ||
hledger-lib
A reusable library containing hledger’s core functionality. This is used by most hledger* packages so that they support the same common file formats, command line options, reports etc.
See also: the project README and home page.