2021-04-26 11:25:57 +05:00
|
|
|
# bml-cli
|
2021-04-25 14:59:31 +05:00
|
|
|
|
2021-04-26 11:25:57 +05:00
|
|
|
BML CLI written in bash. This project is currently under development, and a lots of things are broken. If possible, pr ascii art lmao.
|
2021-04-25 14:59:31 +05:00
|
|
|
|
2021-04-26 10:55:56 +05:00
|
|
|
## Requirements
|
2021-04-25 14:59:31 +05:00
|
|
|
`curl` `jq`
|
2021-04-25 15:24:44 +05:00
|
|
|
|
2021-04-26 11:25:57 +05:00
|
|
|
## Bugs
|
|
|
|
- Colored texts do not work in Termux
|
2021-04-25 15:46:14 +05:00
|
|
|
|
2021-04-26 10:55:56 +05:00
|
|
|
## Installation
|
2021-04-26 11:25:57 +05:00
|
|
|
|
|
|
|
### Recommended
|
|
|
|
|
2021-04-25 15:46:14 +05:00
|
|
|
```
|
2021-04-26 11:25:57 +05:00
|
|
|
git clone https://github.com/shihaamabr/bml-cli
|
2021-04-25 15:46:14 +05:00
|
|
|
|
2021-04-26 11:25:57 +05:00
|
|
|
cd bml-cli/
|
2021-04-25 15:46:14 +05:00
|
|
|
|
|
|
|
chmod +x bml.sh
|
|
|
|
./bml.sh
|
|
|
|
```
|
2021-04-26 11:25:57 +05:00
|
|
|
### 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
|