diff options
author | Adrián Oliva <adrian.oliva@cimat.mx> | 2023-05-04 00:50:17 -0600 |
---|---|---|
committer | Adrián Oliva <adrian.oliva@cimat.mx> | 2023-05-04 00:50:17 -0600 |
commit | aaae71b76f42c560a8bb6f679a86b8d3956021a1 (patch) | |
tree | 2e8c389a98e3d4c67121ccbc7b7a2a1f54877b28 /README.md | |
parent | e1bbcabed5f39205f891fd4a03c74113dc801d73 (diff) | |
download | Ledger.py-aaae71b76f42c560a8bb6f679a86b8d3956021a1.tar.gz Ledger.py-aaae71b76f42c560a8bb6f679a86b8d3956021a1.zip |
Added README file. :D
Diffstat (limited to '')
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..55643df --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# 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. + - [ ] Print. +- Support for flags: + - [ ] `--sort`. + - [ ] `--price-db`. + - [ ] `--file`.
\ No newline at end of file |