commit aaae71b76f42c560a8bb6f679a86b8d3956021a1 parent e1bbcabed5f39205f891fd4a03c74113dc801d73 Author: Adrián Oliva <[email protected]> Date: Thu, 4 May 2023 00:50:17 -0600 Added README file. :D Diffstat:
A | README.md | | | 15 | +++++++++++++++ |
1 file changed, 15 insertions(+), 0 deletions(-)
diff --git a/README.md 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