hledger icon indicating copy to clipboard operation
hledger copied to clipboard

Robust, fast, intuitive plain text accounting tool with CLI, TUI and web interfaces.

Results 298 hledger issues
Sort by recently updated
recently updated
newest added

"-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...

A-WISH
cli
queries
old-missed-1.0

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...

A-WISH
packaging
tools

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...

A-WISH
docs
cli
old-missed-1.0

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...

A-WISH
add
old-missed-1.0

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...

A-WISH
cli
journal

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...

A-WISH
balance

red is fine, blue one annoying. ![2015-12-16 23 38 30](https://cloud.githubusercontent.com/assets/3527/11856033/3ba05a36-a44e-11e5-9bcc-d05381188913.png) ![2015-12-16 23 38 25](https://cloud.githubusercontent.com/assets/3527/11856034/3bce1d68-a44e-11e5-99ed-ec0cd2ad0440.png) it can be customized: https://github.com/flot/flot/blob/master/API.md#customizing-the-legend ##

A-WISH
web

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...

A-WISH
journal
add

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...

A-WISH