ledger
A powerful, double-entry accounting system. More information: <https://www.ledger-cli.org>.
Install
- All systems
-
curl cmd.cat/ledger.sh
- Debian
-
apt-get install ledger - Ubuntu
-
apt-get install ledger - Arch Linux
-
pacman -S ledger - Kali Linux
-
apt-get install ledger - Fedora
-
dnf install ledger - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install ledger - OS X
-
brew install ledger - Raspbian
-
apt-get install ledger
A powerful, double-entry accounting system. More information: <https://www.ledger-cli.org>.
-
Print a balance report showing totals:
ledger balance --file path/to/ledger.journal -
List all postings in Expenses ordered by amount:
ledger register expenses --sorted amount -
Print total Expenses other than Drinks and Food:
ledger balance Expenses and not (Drinks or Food) -
Print a budget report:
ledger budget -
Print summary information about all the postings:
ledger stats
© tl;dr; authors and contributors