hledger
hledger copied to clipboard
Robust, fast, intuitive plain text accounting tool with CLI, TUI and web interfaces.
This has already been mentioned in https://github.com/simonmichael/hledger/issues/210, but there has been no further progress since then, so I wanted to pick it up again. Is there still any discussion needed...
First off: thanks for a wonderful tool with tons of documentation! I'm just getting my feet wet with PTA, and this tool and its community resources have been great. I'm...
`hledger files` fails eg if balance assertions are failing. This is inconvenient eg in a loop like `hledger files | entr hledger COMMAND`. The `files` command should avoid checking non-essential...
Given this `ferme.journal`: ``` include 2019.journal include 2020.journal ``` I tried to add a transaction to `2020.journal` with hledger-web. I selected `2020.journal` in the `to:` field, but the transaction got...
Hi, hledger html help is quite detailed indeed but I think not so much reader-friendly. It is very easy to get lost with all info in a long, single-page html....
As noted on #1895, currently on hledger.org the page table of contents scrolls out of view (unlike the site table of contents). It might be useful to keep it visible,...
I'm working on an overhaul of `brick`'s `EventM` API and I'd love to get your feedback on how it might impact this project. Please see the details and post comments...
In the web UI, I need to type "Expenses:F" before the list is short enough to find and click on "Expenses:Food:Groceries". With a fuzzy search I could probably type "Groc"...
The order seems right for the top accounts, but it goes wrong for subaccounts. Subaccounts with subaccounts are always sorted after subaccounts without subaccounts... So, given this test.journal: ``` account...
The documentation says: > Numbers […] can also have digit group separators at any position (eg thousands separators) which can be comma or period - whichever one you did not...