hledger: Command-line interface for the hledger accounting system
The command-line interface for the hledger accounting system. Its basic function is to read a plain text file describing financial transactions and produce useful reports.
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]
Modules
[Index] [Quick Jump]
- Hledger
- Hledger.Cli
- Hledger.Cli.Anon
- Hledger.Cli.CliOptions
- Hledger.Cli.Commands
- Hledger.Cli.Commands.Accounts
- Hledger.Cli.Commands.Activity
- Hledger.Cli.Commands.Add
- Hledger.Cli.Commands.Aregister
- Hledger.Cli.Commands.Balance
- Hledger.Cli.Commands.Balancesheet
- Hledger.Cli.Commands.Balancesheetequity
- Hledger.Cli.Commands.Cashflow
- Hledger.Cli.Commands.Check
- Hledger.Cli.Commands.Close
- Hledger.Cli.Commands.Codes
- Hledger.Cli.Commands.Commodities
- Hledger.Cli.Commands.Demo
- Hledger.Cli.Commands.Descriptions
- Hledger.Cli.Commands.Diff
- Hledger.Cli.Commands.Files
- Hledger.Cli.Commands.Help
- Hledger.Cli.Commands.Import
- Hledger.Cli.Commands.Incomestatement
- Hledger.Cli.Commands.Notes
- Hledger.Cli.Commands.Payees
- Hledger.Cli.Commands.Prices
- Hledger.Cli.Commands.Print
- Hledger.Cli.Commands.Register
- Hledger.Cli.Commands.Rewrite
- Hledger.Cli.Commands.Roi
- Hledger.Cli.Commands.Stats
- Hledger.Cli.Commands.Tags
- Hledger.Cli.CompoundBalanceCommand
- Hledger.Cli.DocFiles
- Hledger.Cli.Script
- Hledger.Cli.Utils
- Hledger.Cli.Version
- Hledger.Cli
Flags
Manual Flags
Name | Description | Default |
---|---|---|
ghcdebug | Build with support for attaching a ghc-debug client | Disabled |
Automatic Flags
Name | Description | Default |
---|---|---|
terminfo | On POSIX systems, build with the terminfo lib for detecting terminal width | Enabled |
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
- hledger-1.34.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1, 0.2, 0.3, 0.4, 0.5, 0.5.1, 0.6, 0.6.1, 0.7.0, 0.8, 0.9, 0.10, 0.11, 0.11.1, 0.12, 0.12.1, 0.13, 0.14, 0.15, 0.15.1, 0.15.2, 0.16, 0.16.1, 0.17, 0.18, 0.18.1, 0.18.2, 0.19, 0.19.1, 0.19.2, 0.19.3, 0.20, 0.20.0.1, 0.21, 0.21.1, 0.21.2, 0.21.3, 0.22, 0.22.1, 0.22.2, 0.23, 0.23.1, 0.23.2, 0.23.3, 0.24, 0.24.1, 0.25, 0.25.1, 0.26, 0.27, 0.27.1, 1.0, 1.0.1, 1.1, 1.2, 1.3, 1.3.1, 1.4, 1.5, 1.9, 1.9.1, 1.10, 1.11, 1.11.1, 1.12, 1.12.1, 1.13, 1.13.1, 1.13.2, 1.14, 1.14.1, 1.14.2, 1.15, 1.15.1, 1.15.2, 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.30.1, 1.31, 1.32, 1.32.1, 1.32.2, 1.32.3, 1.33, 1.33.1, 1.34, 1.40 (info) |
---|---|
Change log | CHANGES.md |
Dependencies | aeson (>=1 && <2.3), ansi-terminal (>=0.9), base (>=4.14 && <4.20), bytestring, cmdargs (>=0.10), containers (>=0.5.9), data-default (>=0.5), Decimal (>=0.5.1), Diff (>=0.2), directory, extra (>=1.6.3), filepath, githash (>=0.1.6.2), hashable (>=1.2.4), haskeline (>=0.6), hledger, hledger-lib (>=1.34 && <1.35), lucid, math-functions (>=0.3.3.0), megaparsec (>=7.0.0 && <9.7), microlens (>=0.4), mtl (>=2.2.1), process, regex-tdfa, safe (>=0.3.20), shakespeare (>=2.0.2.2), split (>=0.1), tabular (>=0.2), tasty (>=1.2.3), temporary, terminfo, text (>=1.2.4.1), text-ansi (>=0.2.1), time (>=1.5), timeit, transformers, unordered-containers, utf8-string (>=0.3.5), utility-ht (>=0.0.13), wizards (>=1.0) [details] |
Tested with | ghc ==8.10.7, ghc ==9.0.2, ghc ==9.2.8, ghc ==9.4.5, ghc ==9.6.2 |
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-06-02T00:46:12Z |
Distributions | Arch:1.32.1, Debian:1.19.1, Fedora:1.30.1, LTSHaskell:1.32.3, NixOS:1.32.3, Stackage:1.40, openSUSE:1.40 |
Reverse Dependencies | 4 direct, 0 indirect [details] |
Executables | hledger |
Downloads | 87392 total (451 in the last 30 days) |
Rating | 2.5 (votes: 3) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |