hledger
hledger copied to clipboard
Robust, fast, intuitive plain text accounting tool with CLI, TUI and web interfaces.
"-p period flag will cause any other -b, -e or -p flags on the command line to be ignored" is a bit of a gotcha. Instead it should probably take...
The hackage build matrix currently shows eg hledger-lib failing to build with [GHC 7.0](http://matrix.hackage.haskell.org/package/hledger-lib#GHC-7.0/hledger-lib-0.26) and [GHC 7.2](http://matrix.hackage.haskell.org/package/hledger-lib#GHC-7.2/hledger-lib-0.26). It would be nice to, if it's not too much trouble, make the...
The output of --help for most commands is larger than a standard 80x25 screen, so unless you use a tall terminal or a pager, it's likely that the bit of...
These commands should normally be used with a report period specified (eg date:lastmonth) to work as intended. This isn't obvious, we should suggest or require it or pick a default...
hledger automatically searches for ~/.hledger.journal when the -f is not specified. If you have more than one hledger project or you store it in a different location, you will have...
I'd like to quickly see where my Assets are going. One way to do this is: ``` sh # monthly breakdown of in & out of money hledger bal Liabilities...
red is fine, blue one annoying.   it can be customized: https://github.com/flot/flot/blob/master/API.md#customizing-the-legend ##
I just finished [70 lines of ruby with a simple cli to generate recurring transaction](https://gist.github.com/TomK32/19be16e7eefce5569060), I'd like to think of it as an envelope generator. Now ruby won't be much...
It would be nice to import GnuCash (2.6+) XML files. This feature has been deprecated from the original ledger implementation. But It seems John is porting this feature again for...