aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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