aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdrián Oliva <adrian.oliva@cimat.mx>2023-05-04 00:50:17 -0600
committerAdrián Oliva <adrian.oliva@cimat.mx>2023-05-04 00:50:17 -0600
commitaaae71b76f42c560a8bb6f679a86b8d3956021a1 (patch)
tree2e8c389a98e3d4c67121ccbc7b7a2a1f54877b28 /README.md
parente1bbcabed5f39205f891fd4a03c74113dc801d73 (diff)
downloadLedger.py-aaae71b76f42c560a8bb6f679a86b8d3956021a1.tar.gz
Ledger.py-aaae71b76f42c560a8bb6f679a86b8d3956021a1.zip
Added README file. :D
Diffstat (limited to '')
-rw-r--r--README.md14
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