mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
603b2e9f09
This increases composability and avoids some ugly case handling. We re-export runExceptT in Hledger.Read. The final return types of the following functions has been changed from IO (Either String a) to ExceptT String IO a. If this causes a problem, you can get the old behaviour by calling runExceptT on the output: readJournal, readJournalFiles, readJournalFile Or, you can use the easy functions readJournal', readJournalFiles', and readJournalFile', which assume default options and return in the IO monad. |
||
---|---|---|
.. | ||
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.