# rmg
Mnaga Reader
## Install
+ Dependency
+ sdl2
+ Optional Dependency
+ tar
+ zip
+ zstd
```bash
cargo install rmg
#OR
git clone --depth 1 https://github.com/rsuu/rmg
cd rmg
cargo build --release
```
## Usage
```bash
cargo run -- --config ./tests/files/config.rs --size 600,600 ./tests/files/img.zip
# OR
./bin/rmg --config ./tests/files/config.rs --size 600,600 ./tests/files/img.zip
```
KeyMap
j | down
k | up
r | reset
f | fullscreen
q | exit
## Demo

https://github.com/rsuu/rmg/blob/main/docs/2022-06-29.mp4