mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-27 04:13:11 +03:00
44 lines
931 B
Plaintext
44 lines
931 B
Plaintext
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
|
|
|
|
``` |