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