hledger
hledger copied to clipboard
Robust, fast, intuitive plain text accounting tool with CLI, TUI and web interfaces.
I want to do the following: Write a balance report to a FODS file, load this FODS into LibreOffice Calc and append the table to another table, that accesses the...
I started learning hledger(1.43.2-gedbf4d4f3-20250613, windows-x86_64) recently, and I ran it on Fish Shell 4.0.2 through Windows Terminal. Upon summoning tab auto-completion, I noticed that certain commands like check-dates, check-dupes, print-unique,...
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...
The `hledger hreg` help says > With --date2, it shows and sorts by secondary date instead. But i've been unable to have the `date2` column show when doing a csv...
For some users, dates like "2025/01/03" are very confusing, because of the tight sequence of numbers. Also they can be ambiguous, because while I am Canadian, the use folks do...
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...
I noticed there's a few new error calls in MultiBalanceReport.hs. And one of them has been revealed by the fix for #2403. (close now gives an error instead of a...
Thank you very much for hledger, it is awesome! 🎉 Apparently there is a misleading behaviour when inheriting **values** of tags. The docs (https://hledger.org/1.27/hledger.html#tags-1) mention that tags are inherited, but...