hledger/hledger-ui
Simon Michael 660ba7e1d9 lib: clarify zero-checking function names
isZeroAmount                -> amountLooksZero
isReallyZeroAmount          -> amountIsZero
isZeroMixedAmount           -> mixedAmountLooksZero
isReallyZeroMixedAmount     -> mixedAmountIsZero
isReallyZeroMixedAmountCost dropped
2020-05-29 18:57:22 -07:00
..
Hledger lib: clarify zero-checking function names 2020-05-29 18:57:22 -07:00
.ghci tools: .ghci for each package, sets shorter prompt 2016-04-15 16:06:45 -07:00
.version bump to dev version 2020-03-07 15:06:18 -08:00
CHANGES.md ;changelogs 2020-04-19 14:45:07 -07:00
defs.m4 ;regen manuals 2020-05-25 17:49:01 -07:00
hledger-ui.1 ;regen manuals 2020-05-25 17:49:01 -07:00
hledger-ui.cabal ;regen cabal files with latest stack/hpack (2.3.1/0.33.0) 2020-05-02 17:31:35 -07:00
hledger-ui.hs ui: fix stack ghci does not export main warning 2016-04-18 15:48:18 -07:00
hledger-ui.info ;doc: regen manuals 2020-03-07 15:06:39 -08:00
hledger-ui.m4.md ui: don't force --auto/--forecast on; merge --future with --forecast (#1193) 2020-02-22 11:06:58 -08:00
hledger-ui.txt ;regen manuals 2020-05-25 17:49:01 -07:00
LICENSE ui: revive the curses UI, now named hledger-ui 2015-08-13 11:22:40 -07:00
package.yaml ;doc: more tweaks to package readmes, hackage descriptions 2020-03-22 10:49:02 -07:00
README.md ;doc: more tweaks to package readmes, hackage descriptions 2020-03-22 10:49:02 -07:00
Setup.hs ui: revive the curses UI, now named hledger-ui 2015-08-13 11:22:40 -07:00

hledger-ui

A simple curses-style text user interface for the hledger accounting system. It can be a more convenient way to browse your accounts than the CLI. This package currently does not support Microsoft Windows, except in WSL.

See also: the project README and home page.