hledger-ui: Terminal interface for the hledger accounting system

[ console, finance, gpl, library, program ] [ Propose Tags ]

A simple terminal 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.

hledger is a robust, cross-platform set of tools for tracking money, time, or any other commodity, using double-entry accounting and a simple, editable file format, with command-line, terminal and web interfaces. It is a Haskell rewrite of Ledger, and one of the leading implementations of Plain Text Accounting. Read more at: https://hledger.org


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
threaded

Build with support for multithreaded execution

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.27, 0.27.1, 0.27.2, 0.27.3, 0.27.4, 0.27.5, 1.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.1, 1.1.1, 1.1.2, 1.2, 1.3, 1.3.1, 1.4, 1.5, 1.9, 1.9.1, 1.10, 1.10.1, 1.11, 1.11.1, 1.12, 1.12.1, 1.13, 1.13.1, 1.14, 1.14.1, 1.14.2, 1.15, 1.16, 1.16.1, 1.16.2, 1.17, 1.17.1, 1.17.1.1, 1.18, 1.18.1, 1.19, 1.19.1, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.21, 1.22, 1.22.1, 1.22.2, 1.23, 1.24, 1.24.1, 1.24.99, 1.25, 1.26, 1.26.1, 1.27, 1.27.1, 1.28, 1.29, 1.29.1, 1.29.2, 1.30, 1.31, 1.32, 1.32.1, 1.32.2, 1.32.3 (info)
Change log CHANGES.md
Dependencies ansi-terminal (>=0.9), async, base (>=4.14 && <4.19), brick (>=2.1.1 && <2.4), cmdargs (>=0.8), containers (>=0.5.9), data-default, directory, doclayout (>=0.3 && <0.5), extra (>=1.6.3), filepath, fsnotify (>=0.4 && <0.5), hledger (>=1.32.3 && <1.33), hledger-lib (>=1.32.3 && <1.33), hledger-ui, megaparsec (>=7.0.0 && <9.7), microlens (>=0.4), microlens-platform (>=0.2.3.1), mtl (>=2.2.1), process (>=1.2), safe (>=0.3.19), split (>=0.1), text (>=1.2.4.1), text-zipper (>=0.4), time (>=1.5), transformers, unix, vector, vty (>=6.1 && <6.3), vty-crossplatform (>=0.4.0.0 && <0.5.0.0), vty-windows (>=0.2.0.1 && <0.3.0.0) [details]
License GPL-3.0-only
Author Simon Michael <simon@joyful.com>
Maintainer Simon Michael <simon@joyful.com>
Category Finance, Console
Home page http://hledger.org
Bug tracker http://bugs.hledger.org
Source repo head: git clone https://github.com/simonmichael/hledger
Uploaded by SimonMichael at 2024-01-28T12:19:56Z
Distributions Arch:1.32.1, Debian:1.19.1, Fedora:1.30, NixOS:1.32.3, openSUSE:1.32.3
Reverse Dependencies 1 direct, 0 indirect [details]
Executables hledger-ui
Downloads 39659 total (152 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for hledger-ui-1.32.3

[back to package description]

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.