mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-09 21:22:26 +03:00
ecd9b9e54c
--no-elide ensures that a regular, clear account hierarchy is displayed.
The downside is that when you are filtering on account, say
assets🏦checking, it's unclear what to show when the user drills
down on the "assets" and "bank" parent accounts, without causing confusion.
|
||
---|---|---|
.. | ||
Hledger | ||
CHANGES | ||
hledger-ui.cabal | ||
hledger-ui.hs | ||
LICENSE | ||
package.yaml | ||
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: 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 ```