hledger/hledger-ui
Simon Michael cc0c981d29 ui: display depth and other filters independently
As the comment says:
In hledger,
- reportopts{depth_} indicates --depth options
- reportopts{query_} is the query arguments as a string
- the report query is based on both of these.
For hledger-ui, currently, we move depth: arguments out of reportopts{query_}
and into reportopts{depth_}, so that depth and other kinds of filter query
can be displayed (and controlled) independently.
2015-08-28 08:07:54 -07:00
..
Hledger ui: display depth and other filters independently 2015-08-28 08:07:54 -07:00
CHANGES ui: update cabal file, readme, changelog 2015-08-13 11:52:10 -07:00
hledger-ui.cabal ui: fix typo breaking build 2015-08-28 06:29:24 -07:00
hledger-ui.hs ui: revive the curses UI, now named hledger-ui 2015-08-13 11:22:40 -07:00
LICENSE ui: revive the curses UI, now named hledger-ui 2015-08-13 11:22:40 -07:00
package.yaml ui: add filepath to cabal file 2015-08-25 10:23:17 -07:00
README ui: update backlog 2015-08-24 16:24:12 -07:00
Setup.hs ui: revive the curses UI, now named hledger-ui 2015-08-13 11:22:40 -07:00

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:
```
reg: fix width overflow in some accounts
merge to master
blog

drop old register code
fix -H
fix --drop
better screen titles
 track current account better
 track current query better
register
 simplify/remove unhelpful account names ?
 find subaccounts' transactions better ?
show journal entries
 transaction dialog / journal screen
bs/is/cf-ish reports
persistent custom reports
persistent config
search in page
adjust query
adjust depth
adjust other options
add
edit
reload
 on screen change
 on redraw
 on file change

```