Fixed Typos and Updated README #2

Closed
nnaaffffuu wants to merge 3 commits from main into main
2 changed files with 27 additions and 7 deletions
Showing only changes of commit ce455ec294 - Show all commits

View File

@ -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

0
pasrjsontest.sh → paser_json_test.sh Executable file → Normal file
View File