hledger
hledger copied to clipboard
Robust, fast, intuitive plain text accounting tool with CLI, TUI and web interfaces.
Uses the existing in-tree Dockerfile to build Docker images when a release is made and everytime there is a merge to master. Publishes the images to the GitHub Container Registry...
Resolves #1950 Old behaviour of inheriting tags with values was that tags added to, for instance, a posting, would be added to the tags, possibly overriding the tags of the...
It would be quite useful for some situations (especially CI runners and comparing differences between processing a project an Different hledger versions) if there was a Flake provided in this...
This issue is discussing moderate drops in general performance seen in hledger 1.26 and later releases like hledger 1.32.3. (There was also a more serious performance regression affecting 1.29-1.32.2 with...
We added the more expressive "expr:" queries recently, but they don't give as much extra power as you'd think; eg they don't let us select whole transactions by the amount...
## Feature In an auto posting rule, it should be possible to refer to the account that matched the rule. There are two common use cases for this: - It...
Suppose I have two different non-default commoditites and some time ago I've specified the price of one using the other one. Later the price changed but I have updated it...
[`hledger ui --watch` does not work] but `hledger-ui --watch` does. Apparently, `hledger` doesn't know about that flag and thus refuses to start up.
Currently hledger transactions look like 2009/1/1 assets:cow_account COW1 ; one cow at 100USD equity:cow_account -COW1 The proposal is to allow transactions that have a precise timestamp such as 2007-04-05T14:30Z assets:cow_account...
This is a wish. Could be possible to embed journal to text document? When such document is processed by `hledger`, only hledger section will be processed. Current hledger journal can...