From ce455ec2945b9a93932f8099fc3752debcddcb98 Mon Sep 17 00:00:00 2001 From: Naffah Abdulla Rasheed <52469245+nnaaffffuu@users.noreply.github.com> Date: Mon, 26 Apr 2021 11:25:57 +0500 Subject: [PATCH] Updated README.md --- README.md | 34 +++++++++++++++++++++------ pasrjsontest.sh => paser_json_test.sh | 0 2 files changed, 27 insertions(+), 7 deletions(-) rename pasrjsontest.sh => paser_json_test.sh (100%) mode change 100755 => 100644 diff --git a/README.md b/README.md index 49f54ba..3c664fa 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,39 @@ -# Bank of Maldives CLI written in bash +# bml-cli -Under development, lots of things are broken. If possible, pr ascii art lmao. +BML CLI written in bash. This project is currently under development, and a lots of things are broken. If possible, pr ascii art lmao. ## Requirements `curl` `jq` -## known bugs -- colored texts do not work in termux +## Bugs +- Colored texts do not work in Termux ## Installation -``` -git clone https://github.com/shihaamabr/bmlcli -cd bmlcli/ +### Recommended + +``` +git clone https://github.com/shihaamabr/bml-cli + +cd bml-cli/ chmod +x bml.sh ./bml.sh ``` +### Not Recommended + +``` +chmod +x install.sh +./install.sh +``` + +## Todo + +- [x] Get today's history +- [x] Get Account details +- [x] Get contacts +- [x] Add contacts +- [x] Delete contacts +- [ ] Get history from a date range +- [ ] Make Transfer to a given account number +- [ ] Make transfers to contact diff --git a/pasrjsontest.sh b/paser_json_test.sh old mode 100755 new mode 100644 similarity index 100% rename from pasrjsontest.sh rename to paser_json_test.sh