Fixed Typos and Updated README #2
34
README.md
34
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
|
||||
|
0
pasrjsontest.sh → paser_json_test.sh
Executable file → Normal file
0
pasrjsontest.sh → paser_json_test.sh
Executable file → Normal file
Loading…
x
Reference in New Issue
Block a user