mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-28 12:54:07 +03:00
18ffa65168
./Shake setversion will now propagate the version number in each package's .version file, to all the places in that package where it's needed (ie the defs.m4 file and multiple places in the package.yaml file. Also it now updates upper bounds on other hledger packages to the next major version. (The new lower/upper bounds may not always be what's desired, manual review required.) [ci skip] |
||
---|---|---|
.. | ||
Hledger | ||
.ghci | ||
.version | ||
CHANGES.md | ||
defs.m4 | ||
hledger-ui.1 | ||
hledger-ui.cabal | ||
hledger-ui.hs | ||
hledger-ui.info | ||
hledger-ui.m4.md | ||
hledger-ui.txt | ||
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: 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 ```