hledger/hledger-ui
2020-01-14 11:19:05 -08:00
..
Hledger Use nubSort instead of nub . sort. 2020-01-04 08:31:10 -08:00
.ghci
.version ;bump to dev version; bump man page dates 2020-01-05 09:04:50 -08:00
CHANGES.md ;doc: changelogs: update from 1.16.2, cleanups 2020-01-14 11:19:05 -08:00
defs.m4 ;bump to dev version; bump man page dates 2020-01-05 09:04:50 -08:00
hledger-ui.1 ;doc: regen manuals again 2020-01-05 09:17:02 -08:00
hledger-ui.cabal add support for megaparsec 8 (#1175) 2020-01-14 09:54:06 -08:00
hledger-ui.hs
hledger-ui.info ;doc: regen manuals again 2020-01-05 09:17:02 -08:00
hledger-ui.m4.md ;ui: doc tweaks 2019-11-23 11:33:55 -08:00
hledger-ui.txt ;doc: regen manuals again 2020-01-05 09:17:02 -08:00
LICENSE
package.yaml add support for megaparsec 8 (#1175) 2020-01-14 09:54:06 -08:00
README
Setup.hs

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


```