Mnaga Reader
```bash
cargo install rmg
git clone --depth 1 https://github.com/rsuu/rmg cd rmg cargo build --release
Downlaod here: https://github.com/rsuu/rmg/releases/ ```
bash
cargo build --release -F "de_heic"
```bash
cargo run -- --config ./tests/files/config.rs --size 600,600 ./tests/files/1.tar
rmg --size 600,600 ./tests/files/1.tar
rmg ./tests/files/1.tar
```
|#|#| |:-|:-| j | down k | up r | ? reset f | ? fullscreen q | exit
default configuration
```text fn main() { Base { size: (900, 900), font: None, rename_pad: 6, };
Keymap {
up: 'k',
down: 'j',
left: 'h',
right: 'l',
exit: 'q',
};
} ```
$HOME/.config/rmg/config.rs
C:\Users\Alice\AppData\<USER>\rmg\config.rs
$HOME/Library/Application Support/rmg/config.rs
note: You have to create the file by yourself.
https://github.com/rsuu/rmg/blob/main/assets/2022-06-29.mp4