Rust: Tiny Manga Reader
https://github.com/rsuu/rmg/blob/main/assets/2022-06-29.mp4
```bash
cargo install rmg
git clone --depth 1 https://github.com/rsuu/rmg cd rmg cargo build --release
Check here: https://github.com/rsuu/rmg/releases/ ```
```bash rmg ./tests/files/1.tar
rmg --size 600,600 ./tests/files/1.tar
rmg --config ./tests/files/config.rs --size 600,600 ./tests/files/1.tar ```
|#|#| |:-|:-| j/Down | down k/Up | up h/Left | left r/Right | right q | quit
Note: You have to create the file by yourself.
default configuration
```text fn main() { Base { size: (900, 900), font: None, renamepad: 0, invertmouse: false, filter: "Hamming",
};
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
```bash
cargo run --release -F "de_heic" ```