emacs-ledger-mode 4.0.0-0.11e8503
Command-line double-entry accounting program
Ledger is a powerful, double-entry accounting system that is accessed from the UNIX command-line. This may put off some users, since there is no flashy UI, but for those who want unparalleled reporting access to their data there are few alternatives.
Ledger uses text files for input. It reads the files and generates reports; there is no other database or stored state. To use Ledger, you create a file of your account names and transactions, run from the command line with some options to specify input and requested reports, and get output. The output is generally plain text, though you could generate a graph or html instead. Ledger is simple in concept, surprisingly rich in ability, and easy to use.
This package provides the Emacs mode.
- Website: https://ledger-cli.org/
- Licenses: GPL 2+
- Package source: gnu/packages/finance.scm
- Builds: See build status
- Issues: See known issues
Installation
Install emacs-ledger-mode 4.0.0-0.11e8503
as follows:
guix install emacs-ledger-mode@4.0.0-0.11e8503
Or install the latest version:
guix install emacs-ledger-mode
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.