aboutsummaryrefslogblamecommitdiff
path: root/README.md
blob: 768b0d7d68d5f9488a6a3fd2bd87690aad689662 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

           



                                                                               



                       

                   
                
                    
                   
                       
                   
# 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:
    - [X] Register.
    - [X] Balance.
    - [X] Print.
- Support for flags:
    - [X] `--sort`.
    - [ ] `--price-db`.
    - [X] `--file`.