hledger/hledger-ui
Simon Michael 2dbe07a666 doc: mark up man pages for man/web rendering
And commit the latest nroff output. It'll need retesting.
2016-02-21 02:32:40 -08:00
..
Hledger mark todo 2016-02-19 17:52:40 -08:00
CHANGES ui: changelog, bump version to 0.27.3 2016-01-14 20:43:02 -08:00
future-package.yaml tools: hide package.yaml files to fix travis 2016-02-20 19:07:49 -08:00
hledger-ui.1 doc: mark up man pages for man/web rendering 2016-02-21 02:32:40 -08:00
hledger-ui.1.md doc: mark up man pages for man/web rendering 2016-02-21 02:32:40 -08:00
hledger-ui.cabal ui: changelog, bump version to 0.27.3 2016-01-14 20:43:02 -08: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
README ui: update backlog 2015-08-28 11:43:29 -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: show historical running balance
acc: fix -H, show historical balances
 switch to multibalance report ?
adjust filter
 accounts screen
 register screen
reg: improve other account names
 test showing only real postings when there are reals and virtuals
journal entry view dialog
blog
reg: support -V
redraw on ctrl-l/cmd-r
 reload on redraw
 reload on screen change
 reload on file change
acc: show total
fix --drop
show "modified account names" with --drop or --alias
journal screen
bs/is/cf-ish reports
persistent custom reports
persistent config
search in page
adjust other options
add
edit
custom screens
plugin screens


```