blob: c2ad4980f570d0b7734c210282548cbef51731b2 (
plain) (
tree)
|
|
# Ledger.py
A simple implementation of [ledger-cli](https://github.com/ledger/ledger). This
implementation only covers a few commands of the original ledger-cli. This
project is only for educational purposes. It does not provide any advantages
over the original project.
# What it has
- Support for commands:
- [ ] Register.
- [ ] Balance.
- [X] Print.
- Support for flags:
- [X] `--sort`.
- [ ] `--price-db`.
- [X] `--file`.
|