40 lines
651 B
Markdown
40 lines
651 B
Markdown
# bml-cli
|
|
|
|
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`
|
|
|
|
## Bugs
|
|
- Colored texts do not work in Termux
|
|
|
|
## Installation
|
|
|
|
### 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
|