hledger
hledger copied to clipboard
Robust, fast, intuitive plain text accounting tool with CLI, TUI and web interfaces.
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...
I am not sure if this is a bug or an expected behavior. I am not expert on double-entry accounting. I am just surprised with the report.. ``` $ hledger...
Then using `areg`, only the transactions for the first account matching the pattern are returned. This is inconsistent with other commands, where matching on all accounts is performed. The `hledger...
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...
Hi! I use both windows and linux machines, and, depending on the platform, `hledger` uses different line endings, e.g. running `hledger import file.csv -f test.journal` would append entries with CRLF...
This is a valid timeclock file for ledger (and presumably emacs): ``` i 2025-04-04 14:40:00 Kitchen:Timer:1 Coffee i 2025-04-04 14:40:00 Work:Consultancy:AcmeCorp:2 Brief note i 2025-04-04 14:40:00 Work:Consultancy:AcmeCorp:3 Briefer note i...
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...
Assume a file where transactions are not in chronological order, e.g. ```journal ; main.journal 2021-10-21 Spendings Assets -1 Expenses 2021-01-01 Init Assets 10 Equity ``` Running `hledger-check-fancyassertions -D "Assets >=...
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...
_Original author: [email protected] (December 17, 2010 16:23:35)_ _Original title: edit form always displays in non-javascript browsers, like elinks_ Reported by djp. The web ui should be usable, at least for...