mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-26 20:02:27 +03:00
a5f4d2fd6e
Follow-on from the brick 1.0 migration work (#1889, #1919). These new types aim to be more restrictive, allowing fewer invalid states, and easier to inspect and debug. The screen types store only state, not behaviour (functions), and there is no longer a circular dependency between UIState and Screen. |
||
---|---|---|
.. | ||
Hledger | ||
test | ||
.date.m4 | ||
.ghci | ||
.version | ||
.version.m4 | ||
CHANGES.md | ||
dir-entry.texi | ||
hledger-ui.1 | ||
hledger-ui.cabal | ||
hledger-ui.hs | ||
hledger-ui.info | ||
hledger-ui.m4.md | ||
hledger-ui.txt | ||
LICENSE | ||
package.yaml | ||
README.md | ||
Setup.hs |
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.