A curses-style text user interface for the hledger accounting tool.
hledger-ui is the new name for hledger-vty. Revived in 2015, this
package is intended to be installed as standard by all hledger users,
except those on (native) Windows, where it is not supported.
hledger-ui currently allows browsing the balance, register and print
reports, with drill-down and scrolling.
# HACKING
## Backlog:
```
merge to master
 brick release
make it more useful
 register
  simplify/remove unhelpful account names ?
 show journal entries
  transaction dialog / journal screen
 bs/is/cf-ish reports
 save custom reports
fix -H
fix --drop
track current account better
 show it in register title
track current query better
search in page
adjust query
adjust depth
use color, selectable themes
switch to next brick release
 reg2: find subaccounts' transactions better
 keep cursor at bottom of screen if jumping to end
add
edit
options adjustment
reload
 on screen change
 on redraw
 on file change
```