From aaae71b76f42c560a8bb6f679a86b8d3956021a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Oliva?= Date: Thu, 4 May 2023 00:50:17 -0600 Subject: Added README file. :D --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md 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 -- cgit v1.2.3